Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

change of the title in detailed product information

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-22-2005, 09:29 AM
 
ziggy ziggy is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 44
 

Default 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
__________________
x-cart user
v4.0.7
Reply With Quote
  #2  
Old 02-22-2005, 10:12 AM
 
ziggy ziggy is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 44
 

Default 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]";
__________________
x-cart user
v4.0.7
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:31 AM.

   

 
X-Cart forums © 2001-2020