Add code

Friday 1 January 2016

How do you display more than 3 related products in Magento 1.9?

Go to your magento folder location, and edit the file

app/design/frontend/YOUR PACKAGE/YOUR THEME/template/catalog/product/list/related.phtml

If the file is not there, then go to

app/design/frontend/base/default/template/catalog/product/list/related.phtml


check If count mentioned 3, change it to 4,5 or the number of products you want.

No comments:

Post a Comment

Magento : 404 error is showing admin page

Hello, Sometimes we may get the error on admin page once done with the Magento installation. In that scenario, we have to do the following: ...