RSS

Archive | Magento Content RSS feed for this section

Removing Extra Line Breaks Added To Magento Product Descriptions

27. May 2010

0 Comments

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...

Add Custom Content to Magento Category Pages

11. March 2010

1 Comment

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...