Small Change In .aspx Checkout Page

The attached “checkout” page works fine right now. However, there is one small change that needs to be made.

Currently, there is a simple script that runs upon completion of checkout:

var hostProtocol = ((“https:” == document.location.protocol) ? “https” : “http”);
document.write(”…

Leave a Reply

Your email address will not be published. Required fields are marked *