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)
-   -   product details - product number (https://forum.x-cart.com/showthread.php?t=2991)

CorvetteWorks 06-03-2003 03:43 AM

product details - product number
 
Where can I edit the product title? I want to remove the product number from the product title.

Also, anyone know where to edit the recommends list? If it's non editable I'll have to turn it off. (I know what to edit there)

Thanks,

Marck
_____________________
http://corvetteworks.temppublish.com

shan 06-03-2003 03:48 AM

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

for the recomended products look at where you add categories and there you can see the place to add recomended products to the current category

CorvetteWorks 06-03-2003 05:01 AM

How could i overlook that :oops:

Thanks for the quick reply 8)


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

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