On an upgrade from 1.3.02 - 1.3.5
In tpl_checkout_confirmation_default.php where the cart contents are displayed during checkout, the word 'Array' appears appended to each product name. I believe this is due to a typo in the line which says:
but should read:Code:<?php echo $stock_check; ?>
JeffCode:<?php echo $stock_check[$i]; ?>



