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.



