How do I get a barcode in Magento email template
I found this out while scouring the net on my quest for all my other recent problems. Zend has a built in barcode generation class, Zend_Barcode. Then googling php image output, I put together...
Collection of Thoughts
I found this out while scouring the net on my quest for all my other recent problems. Zend has a built in barcode generation class, Zend_Barcode. Then googling php image output, I put together...
To add Magento’s layered navigation to a CMS page where you’re showing items simply edit your CMS page in the admin – under the “Design” tab put this code: This will show the layered...
There are several methods used for overriding magento core files. Here I’m going to explain one of simplest method to override core files in magento. In this method to override magento core files, you...
First take backup of your database before run this script. Did you ever had a problem where you can not see all available categories in “Categories” tab while editing a product? Does your Indexer...