Weird post back behavior
I am trying to debug a problem where when a page is submitted back to the server, it comes back to the same page, which it isn't supposed to do.
The forms action is "saveProof2.asp" and the originating page is "personalization1a.asp." Here's what's happening:
When you go to the personalization1a.asp page, you are allowed to enter custom wording on products who get it. saveProof2.asp either generates a preview with an images of the stock or just a textual preview if it doesn't get the image preview. This works until you get to the shopping basket. There is an Edit Personalization that loads all the information necessary for the personalization1a.asp page and takes you back there.
Here's the strange part. Only for items that begin with "2/" in the SKU number, it won't let you change the personalization. You edit your personalization but when you click continue, it doesn't go to saveProof2.asp. The query string when you're on the pers.asp page looks like ?opid=123&....&...&....&...&sku=2/1234. But when you click on the edit personalization and try to edit the wording, the page refreshes itself and truncates everything after the 2/ in the query string and the form action is tacked on the end so the query string looks like personalization1a.asp?.........&sku=2/saveProof2.asp.
Basically, the page won't let you advance with SKUs with 2/ in them.
Any help you can provide would help greatly.
Thanks!
|