When I try to change quantity in my cart in IE8/9/10, FormPost.aspx gives me a 404.
As you can see in the image the URL in the GET request is different from the url referer. Its the GET url that's wrong.
And it's only in IE! What to do?
Have your tried to see if it has something to do with the char ΓΈ. Try and rename the page to an english name and see if that works. If that works. Try and insert a redirectUrl into your html form - see link: http://documentation.teacommerce.net/html-api/
If that redirects then there is something "wrong" with how it handle the redirect back to the page.
IE error in cart quantity change
When I try to change quantity in my cart in IE8/9/10, FormPost.aspx gives me a 404. As you can see in the image the URL in the GET request is different from the url referer. Its the GET url that's wrong. And it's only in IE! What to do?
Have your tried to see if it has something to do with the char ΓΈ. Try and rename the page to an english name and see if that works. If that works. Try and insert a redirectUrl into your html form - see link:
http://documentation.teacommerce.net/html-api/
If that redirects then there is something "wrong" with how it handle the redirect back to the page.
The redirectUrl hidden input worked. Thanks.
is working on a reply...