View Single Post
  #6  
Old 04-10-2005, 05:07 PM
 
dmr8448 dmr8448 is offline
 

Senior Member
  
Join Date: Jun 2003
Posts: 123
 

Default 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"
Reply With Quote