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.