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 ID on detail page (https://forum.x-cart.com/showthread.php?t=31368)

DaveB 05-23-2007 05:48 AM

Product ID on detail page
 
I know there's answer in the forum somewhere, but I can't seem to find it....


How can the product ID on the product detail page be hidden?

The one that starts with #

pauldodman 05-23-2007 06:04 AM

Re: Product ID on detail page
 
If you look in skin1/customer/main/product.tpl
and find the bit that sets the product title in the dialog box:

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

and change
title=$product.producttitle

to

title=$product.product

that should do it.

DaveB 05-23-2007 06:19 AM

Re: Product ID on detail page
 
That's the one. Thanks Paul.


All times are GMT -8. The time now is 02:53 PM.

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