cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Checkout was working, then it quit... code is shown

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 

1 ACCEPTED SOLUTION

Accepted Solutions

<TITLE>Old Foundry Toy Works - Secure Customer Payment Page<TITLE>

Didn't close the </TITLE> correctly.

View solution in original post

RaynorC1emen7
Expert
3 REPLIES 3

<TITLE>Old Foundry Toy Works - Secure Customer Payment Page<TITLE>

Didn't close the </TITLE> correctly.

RaynorC1emen7
Expert

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 

Hi again,


Nevermind, I had put that runat server code in there, took it out, it functions fine!

 

Thank you again!

Jason