Re: Fast and Easy Checkout for Zen Cart
Nevermind, in 1.23 the code shows up as:
PHP Code:
if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) ) {
$_SESSION['shipping'] = $shipping_modules->cheapest();
zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL'));
}
I'll wait for you to upgrade and let me know what has changed.
Are you using Easy Sign-Up as well? The latest version forces shipping to be set properly before the checkout is even entered. You may want to try that. If not, let me know and I will add the same code to FEC for modifying the login.
Re: Fast and Easy Checkout for Zen Cart
Hey man thanks for a great contribution to Zen Cart. :clap:
I got the FEO installed and Zen Cart 1.3.8a, One problem that has been happening lately is that I have taxes set on shipping but when it transfers to PayPal IPN - the taxes on the shipping disappears.
Any Ideas, sorry if this is an old question. I tried going back as much as possible for an answer but did not find one.
Re: Fast and Easy Checkout for Zen Cart
I like the idea of one page chekout but i can't install it.
i insert all the files end the sql code, but when i conferm the order start only a withe page....:frusty:
please help me this add is what i'm looking for
Re: Fast and Easy Checkout for Zen Cart
NOTICE (v1.23 users only)
A bug has been found in FEC v1.23 where executing a piece of JavaScript before the page has loaded causes customers with IE6 to not be able to complete the checkout. The bug has been resolved, but unfortunately the Numinix website is being migrated to a new server and the new patch will not be available until this evening.
To resolve the issue, please perform the following steps until an official patch can be released:
1. Open includes/modules/pages/fec_confirmation/jscript-scriptstyles.php
Find
PHP Code:
[size=2]?>[/size]
[size=2]<script ...>[/size]
[size=2][/size]
Add Before
PHP Code:
if (FEC_ONE_PAGE == 'true') {
Find
Add After
2. Go to ADMIN->CONFIGURATION->FAST AND EASY CHECKOUT CONFIGURATION and set One Page Checkout to "false".
By deactivating the one page checkout you will also deactivate the script that is causing the errors. If you do not perform step one above and just deactivate One-Page Checkout, the bug will still occur for customers using IE6. There have been no problems with other browsers.
Again, the problem has already been resolved, so be patient until tonight when it is widely released in v1.24. Thank you.
Re: Fast and Easy Checkout for Zen Cart
Re: Fast and Easy Checkout for Zen Cart
Numinix,
I'm getting a 404 on any link to your site and can't download the newest version. FYI
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
In 1.23 if you change:
PHP Code:
if ($_SESSION['sendto'] != false) {
$_SESSION['shipping'] = $shipping_modules->cheapest();
zen_redirect(zen_href_link(FILENAME_CHECKOUT, '', 'SSL'));
}
to:
PHP Code:
if ($_SESSION['sendto'] != false) {
$_SESSION['shipping'] = $shipping_modules->cheapest();
zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL'));
}
Do you still get the error?
Hi
I've installed this mod this afternoon, looks great... but am having the same problem as above.
The shipping rate seems to be using my rate for australia, not the customer's address. if you click on the correct shipping rate on the form, the cart total refreshes and is correct. The zone rates all seem to be working ok in shipping estimator though.
Sub-Total: £135.00Sub-Total:
Shipping Options (Shipping to ): £79.00
Total: £214.00
It doesn't seem to be checking the address entered (or something) sorry, i'm not great at the technical stuff... i survive on luck and this forum!
I looked through the downloaded files for the lines of code above, but have ascertained that I do have the later version. (although not tonight's release!).
Any ideas?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
Nevermind, in 1.23 the code shows up as:
PHP Code:
if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) ) {
$_SESSION['shipping'] = $shipping_modules->cheapest();
zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL'));
}
I'll wait for you to upgrade and let me know what has changed.
Are you using Easy Sign-Up as well? The latest version forces shipping to be set properly before the checkout is even entered. You may want to try that. If not, let me know and I will add the same code to FEC for modifying the login.
I'm not using Easy Sign-Up. I tried adding the action=null parameter earlier, but still receive the same error. I tried again just now with the same results. Other than that, that section of code is identical.
I don't have access to your site at the moment and the mods section only has FEC 1.22 available.
Thanks again for your help on this.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
phineas77
Numinix,
I'm getting a 404 on any link to your site and can't download the newest version. FYI
My last post has already explained this.
Now that the site is back up (clear your browser cache if you had visited earlier while it was down).
Download the patch for FEC v1.24 BETA
Re: Fast and Easy Checkout for Zen Cart
Hi
I've downloaded and installed both the most up to date version along with the patch and am still having the shipping issue mentioned a couple of posts above, any ideas?
cheers