# Start the shopping cart form
[-- SC_Form --]
[-- IF SC_Registration --]
| [-- SC_Registration --] |
[-- END_IF --]
| [-- SC_ShowBasket --] |
| [-- SC_Cart --] |
[-- SC_Tax_Shipping --]
[-- SC_Surcharge --] |
|
[-- SC_Totals --] |
|
#
|
[-- IF SC_Coupon --]
| [-- STORE.CouponCaption --] |
[-- SC_Coupon --] |
[-- IF SC_Coupon_Button --]
[-- BUTTON ApplyCoupon --]
[-- ELSE --]
[-- STORE.EnterCoupon --]
[-- END_IF --] |
|
|
[-- END_IF --]
| [-- BUTTON Recalculate --] [-- BUTTON EmptyCart --] |
| [-- STORE.SC_AnyChanges --] |
[-- IF SC_OrderingInstructions --]
| [-- SC_OrderingInstructions 4 60 --] |
[-- END_IF --]
| [-- SC_PaymentSelection --] |
#
|
| [-- BUTTON ContinueShopping --] [-- BUTTON Checkout --] |