Form POST returns 302 from within Joomla, works great outside -
I have a form that submits the shopping cart to Google Checkout. This form works very well on its own. , But when I put it in Joomla (using a material-type of wrapper), Google Checkout throws 302, and the form page is reloaded.
After writing it, I decided to see what happens steadily outside Joomla, it took a 302, but Google Checkout loads
If I go directly to the request URL listed in the resource inspector (using Chrome for this), I get an error:
Oh! We were unable to take action on your request.
This happens both on the Joomla form and standing alone.
However, both forms receive the response headers, a location URL that goes to Google Checkout, and actually loads the appropriate data.
How do any ideas work inside Joomla? Or what can I do wrong?
I do not have to understand this thing very well that I can explain myself very well, so if you have a clear question then I would be happy to provide more information as possible In.
The issue was actually that the form was trying to redirect the entire page from inside the frame. Bring the form to one component and it works fine.
Comments
Post a Comment