Adam is Ecommerce Web Design's lead Magento developer and researcher who enjoys writing PHP and JavaScript functions with Magento in order to create bespoke solutions. Follow Adam on Twitter: http://twitter.com/adampmoss. Visit Adam Moss's Google+ Profile.
For any Magento developer or module maker you will find yourself consistently needing to load product collections for a variety of reasons. Whether you’re creating an AJAX search form, creating a back-end inventory module or simply showing a list of products on your homepage you will need to show and filter your products. Magento’s Mage_Catalog_Model_Resource_Product_Collection class [...]
Read More…
I posted a few months back about echoing custom variables on a phtml page. This works fine if you’re working only with the one store/website. However in the instance that you are working with multiple stores in potentially differing languages, it’s important to know how to echo the correct custom variable data for your store [...]
Read More…
One of the greatest benefits of choosing Magento as your ecommerce platform is the ease at which you can create multiple stores with different languages. Using just 1 installation you can cater to customers from the UK, to France to China. By downloading a language pack from Magento Translations half the work is already done.I [...]
Read More…
Sometimes, blog posts covering ‘the basics’ are more useful than my essay-length tutorials. This is something that I have been asked about a lot by Magento newcomers, so here it is in black and white for those getting to grips with Magento’s features. You can use custom product attributes to create more detailed and specific [...]
Read More…
A while ago I did wrote a Magento Blog posta bout how to put a holding page up in a development environment which works fine except if someone knows how to get to aother URL on your site, then the rest of the site is effectively open for normal use. If you’re putting a new [...]
Read More…