X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   [action=place_order] what is the use? (https://forum.x-cart.com/showthread.php?t=45299)

Vetrivel 02-03-2009 05:32 AM

[action=place_order] what is the use?
 
Hi ,
What is the use of this hidden field ?
<input type="hidden" name="action" value="place_order" />

This hidden field is found in skin1/modules/Fast_Lane_Checkout/checkout_3_place.tpl

I am asking this because when i use the javascript to change the order form action attribute value .I am getting error in IE browser alone .Because this hidden field has the same name ACTION.
Thanks in advance.Please guide me.

Victor D 02-03-2009 08:11 AM

Re: [action=place_order] what is the use?
 
It' a pity, but this inconvinience is exist.
The solution is to remove input with the name action before changing the form attribute action and then put it back to the form.

Vetrivel 02-03-2009 09:28 AM

Re: [action=place_order] what is the use?
 
yeap .I tried that .Now the error disappeared but page not found is shown.
www.domainname/payment/payment_offine.php
And the page url is exist and working in FF and even if i refresh that page it is working ?
why this is happening...

Quote:

Originally Posted by Victor D
It' a pity, but this inconvinience is exist.
The solution is to remove input with the name action before changing the form attribute action and then put it back to the form.



All times are GMT -8. The time now is 10:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.