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 Page Editing (https://forum.x-cart.com/showthread.php?t=5886)

aflores3 01-06-2004 06:19 PM

Product Page Editing
 
this question is probably elementary, but how do i edit my script so it does not show the product number after the product name in the title bar of the individual product pages?

hope this makes sense.

-abel

funkydunk 01-06-2004 11:21 PM

This has been answered more times than any other question on the forum i think :wink:

Rather than say, use your search to find the answer - which it is always best to do before posting - simply look for a line in skin1/customer/main/product.tpl and replace:

where it says producttitle in

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

with product so it reads

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

aflores3 01-07-2004 03:39 PM

Thanks for answering my post despite the ignorance of it :oops:


All times are GMT -8. The time now is 06:23 PM.

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