![]() |
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 |
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]"; 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.