Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,837

Results 321 to 340 of 2,177
11 Nov 2008, 7:47 AM
#321
il_pupo avatar

il_pupo

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?

11 Nov 2008, 8:18 AM
#322
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

11 Nov 2008, 7:33 PM
#323
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

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.

11 Nov 2008, 8:23 PM
#324
phineas77 avatar

phineas77

New Zenner

Join Date:
Nov 2008
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?
11 Nov 2008, 9:27 PM
#325
il_pupo avatar

il_pupo

New Zenner

Join Date:
Nov 2008
Location:
Italy
Posts:
22
Plugin Contributions:
0

Re: Fast and Easy Checkout

[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?

12 Nov 2008, 4:28 AM
#326
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

12 Nov 2008, 6:00 AM
#327
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

You need to edit tpl_main_page.php as described in the support forum the same as in Easy Sign-Up and Login.

12 Nov 2008, 8:33 AM
#328
zilla avatar

zilla

New Zenner

Join Date:
Feb 2006
Location:
Bexhill, UK
Posts:
45
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

12 Nov 2008, 10:00 AM
#329
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Fast and Easy Checkout

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:

  1. 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.

13 Nov 2008, 3:19 PM
#330
tweakservers avatar

tweakservers

New Zenner

Join Date:
Sep 2007
Posts:
67
Plugin Contributions:
0

Re: Fast and Easy Checkout

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; }

13 Nov 2008, 3:23 PM
#331
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

13 Nov 2008, 10:21 PM
#332
phineas77 avatar

phineas77

New Zenner

Join Date:
Nov 2008
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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
14 Nov 2008, 1:28 AM
#333
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

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;
16 Nov 2008, 4:23 AM
#334
xiongzhi555 avatar

xiongzhi555

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Re: Fast and Easy Checkout

Anyway, I can not find anywhere to fill in the discount coupon. so I have to give this module up.

16 Nov 2008, 6:39 PM
#335
zilla avatar

zilla

New Zenner

Join Date:
Feb 2006
Location:
Bexhill, UK
Posts:
45
Plugin Contributions:
0

Re: Fast and Easy Checkout

has anyone had any luck rectifying the shipping problem at all?

17 Nov 2008, 10:38 AM
#337
zilla avatar

zilla

New Zenner

Join Date:
Feb 2006
Location:
Bexhill, UK
Posts:
45
Plugin Contributions:
0

Re: Fast and Easy Checkout

yes, to my knowledge, i've tried everything that's been suggested.
as mentioned previously, the module works fine apart from this slight problem...

17 Nov 2008, 9:59 PM
#338
phineas77 avatar

phineas77

New Zenner

Join Date:
Nov 2008
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

18 Nov 2008, 1:56 AM
#339
hutch32804 avatar

hutch32804

New Zenner

Join Date:
Nov 2007
Location:
Orlando, FL
Posts:
24
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

24 Nov 2008, 8:07 PM
#340
phineas77 avatar

phineas77

New Zenner

Join Date:
Nov 2008
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?