On my default shopping cart template, I am trying to list all the products in the store as quicklinks below the "checkout" button. So that way customers don't need to click "continue shopping" only to go back to the product details of the last item put in the cart. They can now jump to a different item.
So what I need is a PHP code that will loop through all products in the store and display them with thumbnail size images and the product name below it on the default shopping cart file.
Does anyone already know the code to do this?
Thanks.




