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)
-   -   Remove the Number from the Product Titles (https://forum.x-cart.com/showthread.php?t=4794)

aerobics 10-15-2003 05:39 PM

Remove the Number from the Product Titles
 
How do i remove the product ID number from the product detail titles?

chatfield 10-15-2003 06:24 PM

This information was provided in a previous thread:

In customer/main/product.tpl
almost at the bottom replace

Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}


with

Code:
{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"}


All times are GMT -8. The time now is 09:31 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.