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.
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.
Next: Shopping Cart Totals