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)
-   -   change of the title in detailed product information (https://forum.x-cart.com/showthread.php?t=12340)

ziggy 02-22-2005 09:29 AM

change of the title in detailed product information
 
Is it possible to change the form of the name of the product when I am in the detailed product information? The form of the title is following: "product"#"productid" (for example: Wide Shoulder Bag#942)....I need to change the form of title to "product" "productcode" (for example: Wide Shoulder Bag BRTN32) . Do you know how?


ziggy

ziggy 02-22-2005 10:12 AM

Re: change of the title in detailed product information
 
For all with this problem...I have found the solution:
you have to change
Code:

$product["producttitle"] = "$product[product] #$product[productid]";
in include/func.php to
Code:

$product["producttitle"] = "$product[product] $product[productcode]";


All times are GMT -8. The time now is 05:39 PM.

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