View Single Post
  #1  
Old 05-02-2005, 09:22 AM
 
mrjasonsweet mrjasonsweet is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 6
 

Default Removing Product Number for Cart Summary

I'm editing "cart_details.tpl" so that I can remove the product number that precedes the product name in the cart summary page:

http://www.sbwebhost.com/xcart.gif

I know I need to edit this part but I'm unsure what to remove:

{if $products[prod_num].productcode}{$products[prod_num].productcode}{else}#{$products[prod_num].productid}{/if}. {$products[prod_num].product|truncate:"30":"...":true}

Thanks in advance.
__________________
--
Jason Sweet
Current version: 4.0.13
Reply With Quote