Manufacturer parse HTML
Here is how to allow HTML code in the manufacturer description:
Modify /skin1/modules/manufacturers/customer_manufacturer_products.tpl
Look for Code:
<TD valign="top">{$manufacturer.descr|escape}</TD>
Change to:
<TD valign="top">{$manufacturer.descr}</TD>
Just remove the "escape"
|