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.
This method has been covered elsewhere, but it’s certainly worth mentioning for developers looking for a multi-domain website but are stuck with a now ancient-looking Magento 1.3. My previous post about multiple domains on 1.4+ uses the .htaccess method of detecting the URL and running the correct website. On 1.3 however, this is not possible [...]
Read More…
There’s no doubt that Magento’s core API is a useful tool when used in the right way, but it can also be fiddly as hell and sometimes frustrating. My assignment was fairly straightforward, show all products with a SKU (for some reason not all products had one) on a webpage belonging to another website domain. [...]
Read More…
Half way through writing a customised grouped product page for Magento, I realised that I’d never come across getting attribute labels before. I already had the attribute code loaded, so I just needed the script to load it by that attribute code. It turns out that product attribute labels is a bit of a tumbleweed [...]
Read More…
The tier pricing system in Magento is a nice feature, but it certainly needs some attention. We’d like to see the tier prices manageable via dataflow for a start, and a nice feature would be to create tier pricing rules and apply them en masse. I have developed a quick extension which allows merchants to [...]
Read More…
One thing has always bothered me about a fresh Magento install, and that’s knowing that there’s a sorry-looking contacts page pre-installed with no meta data and no other company details. Just a form which is plain as arsecheeks. I developed this simple extension with two objectives: Allow users to set the Page Title and Meta [...]
Read More…