I'd to like to show the manufacturer's name below the below the product link in shopping_cart.tpl.php. Here is the code that shows the product link around line 125:
$products_name = '<table border="0" cellspacing="2" cellpadding="2" width=100%>' .
' <tr>' .
' <td class="ZZZproductListing-data" align="center" width=90><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">' . tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT,'') . '</a></td>' .
' <td class="ZZZproductListing-data" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"><b>' . $products[$i]['name'] . '</b></a>';
I want to create a line break beneath the product link and show the product manufacturer's name if possible. Does shopping_cart.tpl.php already carry the the code to be able to drop in the manufacturer name, or is an "add-on" required to pass more information?
Thanks in advance, to anyone who can help.





LinkBack URL
About LinkBacks






Bookmarks