Page 1 of 29 12311 ... LastLast
Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Fast and Easy Checkout

    v1.02 FAST AND EASY CHECKOUT FOR ZEN CART

    AUTHOR:
    =======
    This script was brought to you by the joint efforts of Numinix Technology and Notus:

    Numinix Technology - http://www.numinix.com
    Notus - http://www.notus.biz/en

    Written by numinix

    DESCRIPTION:
    ============
    Combines the payment and shipping checkout pages into one page for a shortened checkout process.


    INSTALL:
    ========
    1. Upload all files to their respective folders;
    2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
    3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;


    UNINSTALL:
    ==========
    1. Delete all uploaded files;
    2. Run the uninstall.sql (if you simply want to deactivate but keep the installation, read tips below):


    TIPS:
    =====
    Fast and Easy Checkout for Zen Cart is activated by loading an extra_configures file called checkout.php before the filenames.php file.
    This causes definitions for the checkout links to be defined to direct customers to the new integrated checkout page. To deactivate the script without
    running the uninstall.sql and deleting all of the files, simply rename or delete the file includes/extra_configures/checkout.php.

    To personalize the checkout, you can create your own CSS file and then edit the classes found within
    includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_default.php
    This file contains the layout of the page and can be re-organized by moving the fieldset blocks to however you want.

    You may also want to redefine the TEXT and ERROR definitions found in checkout.php. Do NOT redefined the FILENAME definitions or the script will not work.

    VERSION HISTORY
    ===============
    v 1.00 22/09/2007
    1. Combined checkout_payment and checkout_shipping pages;
    v 1.01 24/09/2007
    1. Includes the option to remove checkout confirmation page;
    v 1.02 27/09/2007
    1. Bug fix;

  2. #2
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Fast and Easy Checkout for Zen Cart

    Thank you so much!!! This is what I have been looking for! I am sure that many people will love this!

    I noticed that it has to refresh the page after the shipping option is selected since it selects the first shipping option and adds it to the cart total at the top of the checkout page and if something else is selected it refreshes with the new cart total with shipping and any other option selected like discount coupons, store credit, etc. If I could suggest that at some point some JavaScript is added to update the cart totals without having to refresh the page?

    Another little thing that I noticed is that after installing this mod all of my page titles have changed to "checkout".

    Thanks again!! This is awesome!!!

    Matt
    Last edited by lankeeyankee; 29 Sep 2007 at 06:37 PM.

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    Thank you so much!!! This is what I have been looking for! I am sure that many people will love this!

    I noticed that it has to refresh the page after the shipping option is selected since it selects the first shipping option and adds it to the cart total at the top of the checkout page and if something else is selected it refreshes with the new cart total with shipping and any other option selected like discount coupons, store credit, etc. If I could suggest that at some point some JavaScript is added to update the cart totals without having to refresh the page?

    Another little thing that I noticed is that after installing this mod all of my page titles have changed to "checkout".

    Thanks again!! This is awesome!!!

    Matt
    It actually doesn't refresh. What the script does is it updates your selection and then posts it to itself so that the totals will update. This was needed for the one page checkout. I'll fix the definitions ASAP and release a fix.

  4. #4
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Fast and Easy Checkout for Zen Cart

    v1.03 FAST AND EASY CHECKOUT FOR ZEN CART

    Fixes global checkout definitions bug;

  5. #5
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    This is so great!! Thanks for all your work on it.
    I installed without a problem, however after I installed my confirm order page hangs....I changed the file per read me and it stops hanging.


    Oh also my cc does not accept any cc # when this is installed. I am currently using just the plain CC module, after the card numbers are entered and the continue button is pushed there is an error...we are curently not accepting the credit card you are using (something close to that!)

    I am guessing I did something wrong, any idea what?

  6. #6
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by helpme View Post
    This is so great!! Thanks for all your work on it.
    I installed without a problem, however after I installed my confirm order page hangs....I changed the file per read me and it stops hanging.


    Oh also my cc does not accept any cc # when this is installed. I am currently using just the plain CC module, after the card numbers are entered and the continue button is pushed there is an error...we are curently not accepting the credit card you are using (something close to that!)

    I am guessing I did something wrong, any idea what?
    The script hasn't been fully tested for all payment modules, so we will have to look into that. Something must be missing from the header.

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

    Default Re: Fast and Easy Checkout for Zen Cart

    This is a nice package that works fine, but doesn't show the error popups of the standard ZC checkout pages.

    Is there an easy way to add these error messages so that if the customer does not select a payment option he will be notified? As it is now, the pages simply reloads and it's not obvious what the problem is.

  8. #8
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    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?

  9. #9
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    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.

  10. #10
    Join Date
    Jan 2007
    Posts
    1,484
    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

 

 
Page 1 of 29 12311 ... 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