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?



