PAYMENT OPTIONS

In order to offer your customers different ways of paying for their order, you will need to create a separate form for each method offered, and then have your customer choose the method desired from the subtotal page.

In your subtotal template, you would include the following lines of code:

<input type="radio" name="template" value="\cc_total.htm">Credit Card
<input type="radio" name="template" value="\check_total.asp" checked>EFT/ACH
<input type="radio" name="template" value="\purchase_order.htm">Purchase Order


This would put a set of radio buttons on your subtotal page that your customer can choose from. You would then need to create a separate total template for each method offered.