View Single Post
  #15  
Old 04-25-2005, 08:23 AM
 
logoworks logoworks is offline
 

Member
  
Join Date: Sep 2004
Posts: 19
 

Default Re: Remove id number from product name?

Quote:
Originally Posted by rjcbear
Open /skin1/customer/main/product.tpl and look for this line (near the bottom):

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

Change it to:

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


I hope this will help you

Kind regards,
Ricky

Thanks rjcbear... This was a great help
__________________
-RR
x-cart version 4.4.4
Reply With Quote