![]() |
How to remove product numbers?
X-Cart seems to automatically add a product number to each item listing. For instance instead of "Name of Product" it will say "Name of Product #2". How do I get rid of these numbers? I don't want them to appear in my store.
|
In the template file "customer/main/product.tpl"
change: Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"} to Code:
{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"} |
Now that you mention this, it could be nice to have an updated list of variables used in Xcart, it could make things much easier when customizing and moding.
Hope the developers add this soon along with the templates schema and database overview they used to have in download area. |
Thanks!
Jon |
All times are GMT -8. The time now is 12:55 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.