Submit Order button returns you to Shipping Screen

General ShopSite user discussion
Post Reply
Kennedy
Posts: 33
Joined: Fri Jun 10, 2011 6:18 am

Submit Order button returns you to Shipping Screen

Post by Kennedy »

I am having problems with test orders. It just changed today, but I haven't made any changes that I know of to the cart templates.

Here is the code I have for my submit order button.

Code: Select all

<input class="button67" type="image" border="0" align="right" onclick="return(CheckIt(67,0));" tabindex="2" title="Submit this Order" alt="Submit this Order" name="Submit this Order" src="/media/submitbutton.gif" />
Is it possible the code that is being used was changed, though I don't see anything in the forums about it. I don't use the [-- BUTTON SubmitOrder --].
Kennedy
Posts: 33
Joined: Fri Jun 10, 2011 6:18 am

Re: Submit Order button returns you to Shipping Screen

Post by Kennedy »

I missed the [-- shopsitemessages --] on one of my pages in the template. Once added it told me it was an issue with the USPS returning an error on the address verification.

Problem solved.
Post Reply