Shopping Cart Page
Template Examples

Introduction
Required Tags
Page Colors
Title, Header, and Footer
Product Listing
Tax and Shipping
Surcharges
Totals
Coupons
Buttons
Ordering Instructions
Payment Selection
Customer Registration

Shopping Cart Page Template:
Page Colors

Your template can use the colors selected by the merchant, or you can hard-code color values. The best way to define colors in your template is with a cascading style sheet. This example adds a simple embedded style sheet to the Required Tags example. The style sheet uses the colors defined by the merchant. There is no output from this example (unless you set a background image for the cart).

You may want to create one style sheet and use it in all of your shopping cart pages. The easiest way to do that is to make the style sheet a separate file and use an [-- INCLUDE --] tag in the <head> section of each page. See the include file examples for more information.