View Single Post
  #1  
Old 06-02-2006, 08:35 AM
 
Grant Grant is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 171
 

Default Losing the product code at the checkout?

How do I get rid of the product codes so it just displays the product titles in the cart at the checkout?

I know it's in cart_details.tpl but which part of the code do I need to either remove / comment out?

I'm guessing it's in here somewhere right?

Quote:

<A href="product.php?productid={$products[prod_num].productid}" title="{$products[prod_num].product|escape:"html"}{if $products[prod_num].product_options}:
{capture name=po}{include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options is_plain='Y'}
__________________
X-Cart version : 4.0.18
Mod : Customer Also Bought
Mod : Custom catergory Templates
Mod : Custon Product Templates
Reply With Quote