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

This example shows how to place the surcharge selection list on the Shopping Cart Page using the [-- SC_Surcharge --] tag. Note that the surcharge feature is only available in ShopSite Pro. This tag will produce no output in a ShopSite Manager store or if the merchant has not enabled surcharges.

Resulting Page

Surcharges CSS

The CSS selectors for surcharges are:

table.surcharge The table containing surcharge text and pull-down menus.
td.surcharge The cell containing both the surcharge text and the pull-down menus.
select.surcharge The select list of surcharges.

This example is the same as the one above, plus it includes a style sheet with selectors for some of the surcharge elements.

Resulting Page