My store uses short descriptions and I'd like to include them in the shopping cart. I added this:
to tpl_shopping_cart_default.php but it's pulling up the description for the first product in the database for ALL products.Code:<?php echo zen_products_lookup($product, 'products_description'); ?>
What am I missing?


I'm not sure what to use - I've tried $product and $product['id'] with same results each time.
