This mod doesn't change the order of calculations. It simply allows the shipping and payment pages to be combined into a single page.
This mod doesn't change the order of calculations. It simply allows the shipping and payment pages to be combined into a single page.
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:
When I delete the onsubmit="submitonce();" it works without errors.PHP Code:
<?php echo zen_draw_form('checkout', $form_action_url, 'post', 'id="checkout" onsubmit="submitonce();"); ?>
I also find line with FireBug, I have this line before delete:
and in your site (www.numinix.com) :PHP Code:
<form name="checkout" action="https://bestfashion.me/fec_confirmation" method="post" id="checkout" onsubmit="submitonce();">
Please tell me if I remove correct the onsubmit="submitonce();"PHP Code:
<form name="checkout" action="https://www.numinix.com/index.php?main_page=fec_confirmation" method="post" id="checkout">
Thanks
The latest unreleased version already has this correction, and is being run on the Numinix website right now. The new version will have better handling of javascript validation as well. It should be available sometime next week.
Hello, numinix
Thanks for your nice work~!
Just wondering where to download this add on for ZEN CART1.38,php4.4?Thank you~!![]()
Thanks numinix,
I followed your instruction on http://www.numinix.com/forum/viewtopic.php?t=4
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout
feature included with Fast and Easy Checkout for Zen Cart;
---------------------------------
Nothing happened after that .....
I saw there is a step 4 but only as optional, I am not sure if we have to do that to make this add 0n work??And which tpl_main_page.php you are mention in step4? Thanks
----------------------------
4. Add the following line to tpl_main_page.php:
- Find: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
- Replace With: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php echo (FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation' ? ' onLoad="document.fec_confirmation.submit()"' : ($zv_onload != '' ? ' onload="'.$zv_onload.'"' : '')); ?>>
It is located in includes/templates/YOUR_TEMPLATE/common/. It is only optional if you do not ever want to use the one-page checkout. It is still a good idea to complete as it can be turned on or off from the admin.
May I know if it works on 1.3.7?
Thank you
regards,
andy
how can my customer use a discount coupon when I use this module? thank u!
Bookmarks