X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to remove product numbers? (https://forum.x-cart.com/showthread.php?t=5844)

OshkoshJon 01-04-2004 07:11 AM

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.

TelaFirma 01-04-2004 07:57 AM

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%"}

leon 01-04-2004 08:03 AM

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.

OshkoshJon 01-04-2004 01:43 PM

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.