Page 9 of 218 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 2177
  1. #81
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    Hmm, it's supposed to show the error messages... Do they appear if one-page-checkout is turned off, but not when it's on, or never?

  2. #82
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    The CONDITIONS error should be working...
    The PAYMENT ERROR seems to be having problems.

    Find:
    PHP Code:
     
        
    // check to see if a payment method is selected
          
    $payment_modules = new payment($_SESSION['payment']);
          
    $payment_modules->update_status();
          if ((!isset(
    $_SESSION['payment']) && !$credit_covers) || (is_array($payment_modules->modules)) && (sizeof($payment_modules->modules) > 1) && (!is_object($$_SESSION['payment'])) && (!$credit_covers) ) {
            
    $payment_error true;
          } 
    Replace with:
    PHP Code:
        // check to see if a payment method is selected
          
    $payment_modules = new payment($_SESSION['payment']);
          
    $payment_modules->update_status();
          if ((!isset(
    $_SESSION['payment']) && !$credit_covers) || (is_array($payment_modules->modules)) && (sizeof($payment_modules->modules) > 1) && (!is_object($$_SESSION['payment'])) && (!$credit_covers) ) {
            
    $payment_error true;
            
    $messageStack->add_session('checkout_payment'ERROR_NO_PAYMENT_MODULE_SELECTED'error');
          } 
    I've added two methods of showing the error messages in this script. Right now it's using the Zen Cart default method.

  3. #83
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    The CONDITIONS error should be working...
    The PAYMENT ERROR seems to be having problems.

    Find:
    PHP Code:
     
        
    // check to see if a payment method is selected
          
    $payment_modules = new payment($_SESSION['payment']);
          
    $payment_modules->update_status();
          if ((!isset(
    $_SESSION['payment']) && !$credit_covers) || (is_array($payment_modules->modules)) && (sizeof($payment_modules->modules) > 1) && (!is_object($$_SESSION['payment'])) && (!$credit_covers) ) {
            
    $payment_error true;
          } 
    Replace with:
    PHP Code:
        // check to see if a payment method is selected
          
    $payment_modules = new payment($_SESSION['payment']);
          
    $payment_modules->update_status();
          if ((!isset(
    $_SESSION['payment']) && !$credit_covers) || (is_array($payment_modules->modules)) && (sizeof($payment_modules->modules) > 1) && (!is_object($$_SESSION['payment'])) && (!$credit_covers) ) {
            
    $payment_error true;
            
    $messageStack->add_session('checkout_payment'ERROR_NO_PAYMENT_MODULE_SELECTED'error');
          } 
    I've added two methods of showing the error messages in this script. Right now it's using the Zen Cart default method.
    the file you are referring to is header_php.php in modules/pages/checkout? That whole section of code was commented out in my file and I didn't do any modification to it, in v1.05. Also, just below that section of code the credit card code starting with this line:

    // credit card processing and other hidden fields

    was also commented out.

    Should I uncomment all of those sections and add the line from your post about messagestack function?

    Matt

  4. #84
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout for Zen Cart

    no, look in includes/modules/pages/checkout_confirmation/header_php.php

    Sorry for not clarifying, I was in a rush to go out

  5. #85
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by numinix View Post
    no, look in includes/modules/pages/checkout_confirmation/header_php.php
    Thanks - that did the trick.

    Do they appear if one-page-checkout is turned off, but not when it's on, or never?
    This is another thing that's confusing me - I keep on seeing reference to this function (one-page-checkout is turned off) but I don't see it anywhere in my administration panel.

    I'm using the latest 1.05 with the sql but I don't see anything in admin to control one-page-checkout.

  6. #86
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I can't get this mod to work. I followed the instructions in the txt file twice. Both my shipping estimator and the checkout link hang.

    www.sweetzouzou.com

    Additional mods: about_us_page; Automatic Login; Column_Layout; Easy_Rollovers; Lightbox; Nifty Zen; Product_Info_Display_Centered; Tabbed_Products

    Thx
    Sweet

  7. #87
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Still wondering if you guys resolved the issue with seo and Fast and Easy checkout?

  8. #88
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I uninstalled this mod and now my shipping estimator and the checkout will not come up. When the respective link is clicked, they hang. I spent a few hours looking through the code but could not find my error. Can someone help please?

    Thx Sweet

    www.sweetzouzou.com

  9. #89
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I reinstalled this mod and still no change. The shipping estimator and checkout links seem to be broke.

  10. #90
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I found the problem (operator error). When installing Super Orders the file purchaseorder.php is supposed to be installed in the includes/languages/english/modules/payment directory and I put it in the includes/languages/english/modules/payment/Sweet ZouZou directory. My shipping estimator and checkout now work.

 

 
Page 9 of 218 FirstFirst ... 78910111959109 ... LastLast

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