Shopping Cart Template
A shopping cart template uses fewer custom template tags than a page or product template. However, the amount of information produced by some of the tags can vary quite a bit, depending on options set by the merchant and selections made by the customer. Because of this, you have to construct the HTML layout carefully, and you should test your template thoroughly to make sure everything looks as expected in all situations.
Like the product template which is made up of many sections, the shopping cart template is also made up of many sections. However the shopping cart has 7 sections rather than 3. The various sections in the shopping cart template are:
- Shopping Cart Screen - which is the screen with the list of products, shipping information, tax information and payment options.
- Shipping/Checkout Screen - which is where the customer enters in their shipping, billing and payment information. This is also the first screen which goes secure.
- Confirmation Screen - which is where the customer confirms their order before the order is finalized. This is an option screen.
- Thank You Screen - which is the screen the customer views after they place their order.
- Thank You Email - format for the email receipt that is sent to the customer.
- Global Cross Sell - New in ShopSite version 9. This is the format for the global cross sell products in the shopping cart.
- Product Cross Sell - New in ShopSite version 9. This is the format for the individual product cross sell items displayed in the cart.
You would need to begin your shopping cart template with adding the DEFINE tags for all 7 sections of the shopping cart. Your template should look like:
Next: Start Shopping Cart Form 
