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

product title.

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-06-2003, 11:05 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default product title.

I am trying to modify the product title in product.tpl

It put the title with title=$product.product

I want it to display like this $product.product - #$product.productcode

So in front end it will look like "Pentium 4 - #3456

Anyone know a way to do this?

I have tried calling to a new variable such as $productTitle and deifining that variable in product.php but it errors out the php and if I just put:
title = $product.product - #$product.productcode it errors and if I put:
title = "$product.product - #$product.productcode" I get:
$product.product - $product.productcode where the title is on the fron end.

Any suggestions would be most helpful.
Reply With Quote
  #2  
Old 11-06-2003, 11:25 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

edit include/func.php

In the function func_select_product() you will find:

Code:
$product["producttitle"]="$product[product] #$product[productid]";

Leaving the product.tpl with the default capture statement code that you've modified should allow you to easily manipulate how the product title is generated.

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #3  
Old 11-07-2003, 06:21 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

worked like a charm.

Thanks.
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 09:32 AM.

   

 
X-Cart forums © 2001-2020