New Zenner
- Join Date:
- Nov 2008
- Location:
- Italy
- Posts:
- 22
- Plugin Contributions:
- 0
Fast and Easy Checkout
numinix please help me, when install it and i confirm the order on my site starts a white checkout page only, how can i do?
Views: 550,837
New Zenner
numinix please help me, when install it and i confirm the order on my site starts a white checkout page only, how can i do?
New Zenner
I have managed to get this modules installed, is so great! However, I notice one thing upon the "Confirm order" being click which brings to the "Processing your Order, please wait" . At this page, the category side box looks to be out of order and being shows up at the left side ( which suppose to be at the right side ) while the left sidebox being shows up at the bottom of the page.
Totally Zenned
IL PUPO:
numinix please help me, when install it and i confirm the order on my site starts a white checkout page only, how can i do?
You'll need to enable strict error reporting and paste the FATAL error which is causing your page to not load.
tweakservers:
I have managed to get this modules installed, is so great! However, I notice one thing upon the "Confirm order" being click which brings to the "Processing your Order, please wait" . At this page, the category side box looks to be out of order and being shows up at the left side ( which suppose to be at the right side ) while the left sidebox being shows up at the bottom of the page.
You should disable the left and right sideboxes at this stage since you wouldn't want anyone clicking them anyways.
New Zenner
numinix:
Nevermind, in 1.23 the code shows up as:
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.
> **numinix:**
>
> 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](http://www.numinix.com/forum/viewtopic.php?f=6&t=4&start=165#p1395)
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?
New Zenner
[QUOTE=numinix;640025]You'll need to enable strict error reporting and paste the FATAL error which is causing your page to not load.
How can I do?
New Zenner
numinix:
You should disable the left and right sideboxes at this stage since you wouldn't want anyone clicking them anyways.
I have checked out the tpl_checkout_default.php and the checkout.css but I can't seems to find a way to disable this. Can you share more on this? :D
Totally Zenned
You need to edit tpl_main_page.php as described in the support forum the same as in Easy Sign-Up and Login.
New Zenner
hi numinix
have you or anyone overcome the shipping display issue at all? i use free shipping and zones that work fine without fec and even with fec installed they show up and work, but only if clicked on... in other words, the customer's cart at the top of the page displays a completely wrong zone shipping rate (it also doesn't display what zone it's calculating shipping on), but displays correctly once the shipping method is selected further down the page.
thanks in advance
New Zenner
numinix:
You need to edit tpl_main_page.php as described in the support forum the same as in Easy Sign-Up and Login.
Are you referring to this:
- Add the following line to tpl_main_page.php:
Find: <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Replace With: <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'checkout_confirmation') echo ' onLoad="document.checkout_confirmation.submit();"';?>>
If yes, it has been changed during the installation.
New Zenner
I managed to get it disabled by adding the following lines :
if ($current_page_base == 'fec_confirmation' and $cPath == '')
{ $flag_disable_right = true; }
if ($current_page_base == 'fec_confirmation' and $cPath == '')
{ $flag_disable_left = true; }
New Zenner
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.
New Zenner
numinix:
Nevermind, in 1.23 the code shows up as:
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.
> **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
Totally Zenned
Did you make the modifications in the create account page as per the installation instructions for v1.24?
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:
$address_id = $db->Insert_ID();
> Add After:
>
> ```php
// FEC MODIFICATION
$_SESSION['sendto'] = $_SESSION['customer_default_address_id'] = (int)$address_id;
New Zenner
Anyway, I can not find anywhere to fill in the discount coupon. so I have to give this module up.
New Zenner
has anyone had any luck rectifying the shipping problem at all?
Totally Zenned
zilla:
has anyone had any luck rectifying the shipping problem at all?
Have you followed this step yet?
http://www.zen-cart.com/forum/showpost.php?p=641405&postcount=333
New Zenner
yes, to my knowledge, i've tried everything that's been suggested.
as mentioned previously, the module works fine apart from this slight problem...
New Zenner
numinix:
Have you followed this step yet?
http://www.zen-cart.com/forum/showpost.php?p=641405&postcount=333
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.
New Zenner
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
New Zenner
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?
Fields marked required must be completed.
Tell staff why this post should be reviewed.