CubeCartForums.org Documentation Area

CubeCartForums.org for CubeCart third-party documentation, modifications, skins and services
Permanent Link   Print This Page
Introduction CubeCart v3 CubeCart v4 Appendix Search

CubeCart Version 4 Documentation - shoppingCart.tpl

Google Translate:

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 -->




Comments, Feedback, Suggestions and Documentation Submissions please post in the Documentation Chat Forum.