Hello everyone,
My simple checkout page was working fine for a year or so, then it quit. This is the code on my secure_payment.html page
<HTML>
<HEAD>
<TITLE>Old Foundry Toy Works - Secure Customer Payment Page<TITLE>
</HEAD>
<BODY><img src="http://www.oldfoundry.com/catalog/images/invoice_letterhead.gif">
<p>
<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="7ab8225d-06ce-48ec-bbf4-e77736eaf7d4" /> <input type = "submit" value = "Make a Payment" /> </form>
</BODY>
</HTML>
Thank you for any help,
Jason
Solved! Go to Solution.
11-29-2011 07:48 AM
<TITLE>Old Foundry Toy Works - Secure Customer Payment Page<TITLE>
Didn't close the </TITLE> correctly.
11-29-2011 08:37 AM - edited 11-29-2011 08:37 AM
11-29-2011 08:37 AM - edited 11-29-2011 08:37 AM
Oh my... thank you for correcting that.
So the page comes up, after clicking on the "make payment" the address bar attempts to load, then nothing. I've had some customers in the past say that it didn't work on their machine, (before the TITLE syntax error).
Is this script machine specific? It was running before on my 10.5 OSX Mac G4, and now it's not loading on my 10.5 Mac G5.
I appreciate all this help very much,
Jason
11-29-2011 08:47 AM
Hi again,
Nevermind, I had put that runat server code in there, took it out, it functions fine!
Thank you again!
Jason
11-29-2011 08:48 AM