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