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 Templates: Payment Method Selection

The last element to add to your Shopping Cart Page template is a place for customers to select how they want to pay for orders. The [-- SC_PaymentSelection --] tag produces a select list of all of the payment methods enabled by the merchant.

Resulting Page

Payment Method Selection CSS

The select list is the only part of payment selection that has a defined CSS class. You can wrap the [-- SC_PaymentSelection --] tag in a table cell or div tag to apply CSS formatting.

select.paytype The drop-down select list of payment types.

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

Resulting Page