A little more help if you please. I found a post by "ingenuitor" dated Sept. 20 where he (she) posted some code to make the modle # show in the shopping cart.
This was -but I don't know where to place it. Can anyone help me with this?Code:$products_name = '<table border="0" cellspacing="0" cellpadding="0" width=100%>' . ' <tr>' . ' <td class="ZZZproductListing-data" align="center" width=85><a href="' . zen_href_link(zen_get_info_page($products[$i]['id']), 'products_id=' . $products[$i]['id']) . '">' . (IMAGE_SHOPPING_CART_STATUS == 1 ? zen_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], IMAGE_SHOPPING_CART_WIDTH, IMAGE_SHOPPING_CART_HEIGHT,'class=image_border') : '') . '</a> </td>' ' <td class="ZZZproductListing-data" valign="top"><a style="font-size:10px;" href="' . zen_href_link(zen_get_info_page($products[$i]['id']), 'products_id=' . $products[$i]['id']) . '">' . $products[$i]['model'] . '<br>' . $products[$i]['name'] . '</a> <span>' . $products[$i]['description'] .'<span>';


If you go to includes/template_default/templates/tpl_shopping_cart_default.php and find line 159 thru 163. It should start with "$product_name" and end with "<span>';". If you replace that code with the one listed above your customers will then see the mobel number in the shopping cart. Thanks all you guys are great!



