Page 33 of 218 FirstFirst ... 2331323334354383133 ... LastLast
Results 321 to 330 of 2177
  1. #321
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    22
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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?

  2. #322
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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.

  3. #323
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by IL PUPO View Post
    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.

    Quote Originally Posted by tweakservers View Post
    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.

  4. #324
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    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 numinix View Post
    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
    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?

  5. #325
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    22
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

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

  6. #326
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    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?

  7. #327
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

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

  8. #328
    Join Date
    Feb 2006
    Location
    Bexhill, UK
    Posts
    46
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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

  9. #329
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    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:

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

  10. #330
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

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

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR