Re: Fast and Easy Checkout for Zen Cart
Please help with the following:
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
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.
Quote:
Originally Posted by
phineas77
My apologies - you mentioned the migration and I glossed over it in my haste.
I downloaded and installed v1.23 along with the 1.24 BETA patch, per your suggestion. Unfortunately, the behavior has not changed and shipping is still not included in the total.
Any thoughts?
Numinix: any update on this? If I elect to use Easy Sign-Up in order to force the shipping to be set before the checkout is entered, do I actually have to use the ESU screen or can I keep my traditional login?
Thanks
Re: Fast and Easy Checkout for Zen Cart
Did you make the modifications in the create account page as per the installation instructions for v1.24?
Quote:
If not using Easy Sign-Up and Login v1.18b+, please perform the following extra step in includes/modules/YOUR_TEMPLATE/create_account.php:
Find:
PHP Code:
$address_id = $db->Insert_ID();
Add After:
PHP Code:
// FEC MODIFICATION
$_SESSION['sendto'] = $_SESSION['customer_default_address_id'] = (int)$address_id;
Re: Fast and Easy Checkout for Zen Cart
Anyway, I can not find anywhere to fill in the discount coupon. so I have to give this module up.
Re: Fast and Easy Checkout for Zen Cart
has anyone had any luck rectifying the shipping problem at all?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
zilla
has anyone had any luck rectifying the shipping problem at all?
Have you followed this step yet?
http://www.zen-cart.com/forum/showpo...&postcount=333
Re: Fast and Easy Checkout for Zen Cart
yes, to my knowledge, i've tried everything that's been suggested.
as mentioned previously, the module works fine apart from this slight problem...
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
I'm experiencing the same results. I've installed the latest version plus the patch. I also added the create_account.php code, per post 333, since I don't use Easy Sign-Up. The shipping is still not added to the order total when FEC one-page first loads.
Like Zilla, everything else works great except for the order total.
Re: Fast and Easy Checkout for Zen Cart
I saw this posted on page 19 but no one answered the question, so I hope someone can please help me with this.. It's driving me crazy.
I'm using Zen 1.3.8 and Fast Checout w/ the Gift Wrapping module.
During the shipping/payment screen (which is stacked, not split) the gift wrapping box is displayed but when the confirm button is clicked and launches the Order Confirmation page (index.php?main_page=fec_confirmation) the gift wrapping options are not passing through.
Does anyone have any idea why this is occuring?
Thanks
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
phineas77
I'm experiencing the same results. I've installed the latest version plus the patch. I also added the create_account.php code, per post 333, since I don't use Easy Sign-Up. The shipping is still not added to the order total when FEC one-page first loads.
Like Zilla, everything else works great except for the order total.
Any update on this?
The order total sort order shouldn't have any affect on this, correct?