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.

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.

Next: Cart Registration