
Originally Posted by
xordox
Hi numinix,
I use this mod and work great,
but in IE7 I got this error(done, with errors) when press button "confirm the order" :
Line: 355
Char:1
Error: object expected
Code:0
URL:
https://bestfashion.me/checkout/action/null
I also installed this mod on fresh 1.3.8a zen-cart, same error.
Please tell me how can I fix it.
Thanks
I find out this line in tpl_checkout_default.php:
PHP Code:
<?php echo zen_draw_form('checkout', $form_action_url, 'post', 'id="checkout" onsubmit="submitonce();"); ?>
When I delete the onsubmit="submitonce();" it works without errors.
I also find line with FireBug, I have this line before delete:
PHP Code:
<form name="checkout" action="https://bestfashion.me/fec_confirmation" method="post" id="checkout" onsubmit="submitonce();">
and in your site (www.numinix.com) :
PHP Code:
<form name="checkout" action="https://www.numinix.com/index.php?main_page=fec_confirmation" method="post" id="checkout">
Please tell me if I remove correct the onsubmit="submitonce();"
Thanks
Bookmarks