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

What am I missing?