Thursday 8 January 2015

Change product list page template in magento


If you need to set page template for all categories, you need to take into consideration of default categories as well as layered categories. Use local.xml file for this.

first we want to create local.xml file in your theme. in path like this

app\design\frontend\<your_package>\<your_theme>\layout\local.xml

How to display discount percentage for Special Price in Magento


If price. phtml file not in your theme, please copy from here

copy

App/design/frontend/base/default/template/catalog/product/price.phtml

paste
App/design/frontend/default/YOURTEMPLATE/template/catalog/product/price.phtml