REAL-TIME ORDER RESULTS
|
Once a completed order has been submitted, the browser loads an order confirmation page. This is done in one of two different ways. You can either display a simple Order Confirmation Page with the order number and information received regarding the purchase, or you can use Checkorder.exe to show your customer the results of their order in real-time. If you are selling products that can be downloaded once the payment is approved, you use the Pay per Download feature to confirm the order approval and then allow the customer to download the purchased item(s). Simple Order Confirmation Page The Simple Order Confirmation Page is the easiest approach, but has its limitations. You create a simple HTML page with the information that you would like your customer to know following their purchase. Some of things you might like to include are:
Real-Time Order Results You can add the ability to show your customer the results of their transactions real-time using checkorder.exe. A checkorder page is included with Custom Carts. Either use it or use the example below:
The meta tag, <meta http-equiv="refresh" content="15; url=/cgi-bin/checkorder.exe?OrderNumber=##TP_ORDERNUMBER##,Template=\checkorder.htm"> refreshes the page. The contents on the page can include all the "##" vars you need from the general list.Different Templates based on Transaction Results CheckOrder supports multiple templates for different pages based on the transaction results. The next page your buyer sees is based on whether his transaction was approved or declined:
<input type="hidden" name="ApprovalTemplate" value="\ApprovalTemplate.htm"> Processing Transactions Without SSL TP_Merchant can be used by INFODIAL customers for processing transactions WITHOUT SSL installed on the specific site. The transaction will be processed securely through InfoDial's gateway instead of the individual merchant's. The tag TP_Merchant would be included in the META tag: <meta http-equiv="refresh" content="15; url=/cgi-bin/checkorder.exe?OrderNumber=##TP_OrderNumber##,TP_MERCHANT=##TP_ Merchant##,Template=\checkorder.asp,"> |