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(”…
