Hi Guys

In tpl_shopping_cart_default.php, where the product name is displayed at

<?php echo $product['productsName'] . '<span class="alert bold">' . $product['flagStockCheck'] . '</span>'; ?>

I also want to show the product model. I hope that this should be easy enough to do but being a bit of a code novice I just can't figure it out! Any help please?