In order to remove the extra line breaks that are added to Magento product descriptions. Simply update the following file: /app/design/frontend/base/default/template/catalog/product/view/description.phtml Edit the line nl2br($_description) to $_description, removing nl2br. The added line breaks were causing issues in Firefox when creating unordered lists and such as the list code would have an added line break, <br>, or what appeared [...]
Continue reading...11. March 2010
When adding custom content to the category pages on your site, I find the category description to be very limiting and not necessarily give me the type of control I want to have over how much content I can add to a page without pushing the products below the fold. This tutorial outlines how you [...]
Continue reading...
27. May 2010
0 Comments