View Single Post
  #3  
Old 11-03-2005, 04:33 PM
 
khotos khotos is offline
 

Member
  
Join Date: Mar 2005
Location: Hollywood, FL
Posts: 29
 

Default

Quote:
Originally Posted by balinor
X-Cart replaces returns with
tags by default in the category description. In order to get html to work properly, open up subcategories.tpl and replace this:

Code:
{$current_category.description|regex_replace:"/[\n]/":" "}

with this:

Code:
{$current_category.description}

That should do the trick


Works great, thank you very much for your help.
http://paint-store.net/store/home.php?cat=1

Do you know how to delete the navigation text above the table?
Please see the link.

Thanks
__________________
Miguel Karroum
http://toosexyjeans.com
X-Cart 4.3.1
Reply With Quote