shoppingCart.tpl
Description
The shopping basket box displays a list of any products the customer has added to the basket.
Template file location
/skins/YOUR_SKIN/styleTemplates/boxes/shoppingCart.tpl
Control file location
/includes/boxes/shoppingCart.inc.php
Classic skin template output screenshot
If there are contents in the basket.

Nothing in the basket.

Basic template structure
<!-- BEGIN: shopping_cart -->
<!-- BEGIN: contents_true -->
If there are contents in the basket. This area repeats for each product.
<!-- END: contents_true -->
<!-- BEGIN: contents_false -->
Nothing in the basket.
<!-- END: contents_false -->
<!-- BEGIN: view_cart -->
View cart button.
<!-- END: view_cart -->
<!-- END: shopping_cart -->
|