Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding Description to Cart Contents Pages

Adding Description to Cart Contents Pages

Locked

Views: 1,131

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
7 Dec 2006, 5:39 PM
#1
arnold avatar

arnold

New Zenner

Join Date:
Oct 2006
Posts:
3
Plugin Contributions:
0

Adding Description to Cart Contents Pages

I need to add the description data to the cart contents pages as the name of the product is a numerical code (SUPC number). I was able to modify the tpl_shopping_cart_default.php page to add a table column but I dont know how to call in the desription variables. Can someone help me?
Added

<th scope="col" id="scDescriptionHeading"><?php echo TABLE_HEADING_DESCRIPTION; ?></th> around line 62 and <td class="cartUnitDisplay"><?php echo $product['productsDescription']; ?></td> around line 113.