Results 1 to 10 of 2177

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout

    Mike-

    Couple quick items. For conversion.
    1.) Add the add to cart button below the products, customers don't always intuitively know to enter the quantity and then go either up/down to click add to cart.
    2.) Remove the email salutation Configuration->Customer Details, this really serves little purpose anymore and is nothing more than a frustration to customers when the form doesn't validate.
    3.) I suspect part of your issues might be related to your SEO module, It shouldn't rewrite checkout pages.

    ok, you removed the other versions of jQuery, so you aren't loading duplicates on checkout, but now you aren't loading it at all on the rest of the site.

    to fix this

    Create a file: includes/templates/abbington_mega/auto_loaders/loader_sitewide.php

    PHP Code:
    <?php
    $loaders
    [] = array('conditions' => array('pages' => array('*)),
        '
    jscript_files' => array(
            '
    jquery/jquery-1.10.2.min.js' => 1,
            '
    jquery/jquery-migrate-1.2.1.min.js' => 2
        )
    );

  2. #2
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by bislewl View Post
    Mike-

    Couple quick items. For conversion.
    1.) Add the add to cart button below the products, customers don't always intuitively know to enter the quantity and then go either up/down to click add to cart.
    2.) Remove the email salutation Configuration->Customer Details, this really serves little purpose anymore and is nothing more than a frustration to customers when the form doesn't validate.
    3.) I suspect part of your issues might be related to your SEO module, It shouldn't rewrite checkout pages.

    ok, you removed the other versions of jQuery, so you aren't loading duplicates on checkout, but now you aren't loading it at all on the rest of the site.

    to fix this

    Create a file: includes/templates/abbington_mega/auto_loaders/loader_sitewide.php

    PHP Code:
    <?php
    $loaders
    [] = array('conditions' => array('pages' => array('*)),
        '
    jscript_files' => array(
            '
    jquery/jquery-1.10.2.min.js' => 1,
            '
    jquery/jquery-migrate-1.2.1.min.js' => 2
        )
    );
    Hi - I created that php and loaded it - then the site would not load at all!! so I have removed it.

    any other suggestions? cheers, Mike

  3. #3
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by shags38 View Post
    Hi - I created that php and loaded it - then the site would not load at all!! so I have removed it.

    any other suggestions? cheers, Mike
    Sorry Typo in that, I missed the ' after the *

    PHP Code:
    <?php
    $loaders
    [] = array('conditions' => array('pages' => array('*')),
        
    'jscript_files' => array(
            
    'jquery/jquery-1.10.2.min.js' => 1,
            
    'jquery/jquery-migrate-1.2.1.min.js' => 2
        
    )
    );

  4. #4
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by bislewl View Post
    Sorry Typo in that, I missed the ' after the *

    PHP Code:
    <?php
    $loaders
    [] = array('conditions' => array('pages' => array('*')),
        
    'jscript_files' => array(
            
    'jquery/jquery-1.10.2.min.js' => 1,
            
    'jquery/jquery-migrate-1.2.1.min.js' => 2
        
    )
    );
    Thanks Larry - that solved the issue of the site not loading at all however unfortunately the original issue still exists. As much as I have a checkout not working (eating baked beans for a few days now :) ) I am loathe to uninstall FEC until a solution is found as I want to integrate it into 5 other sites using this template - hopefully it can be resolved soon. Other than the other version of jscript being a problem I cannot see where the conflict may be?

    Should I send an email to numinix?

    cheers, Mike
    Last edited by shags38; 20 Nov 2014 at 06:45 AM.

  5. #5
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout

    Hello Numinix

    Registered on your site for Support - confirmation email wasn't sent from your site to me so I cannot login to lodge a support ticket regarding FEC (see above posts).

    I really need your help.

    cheers, Mike

  6. #6
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by shags38 View Post
    Hello Numinix

    Registered on your site for Support - confirmation email wasn't sent from your site to me so I cannot login to lodge a support ticket regarding FEC (see above posts).

    I really need your help.

    cheers, Mike
    Please keep in mind that the store and the support center are two different systems and will require you to register twice. We hope to improve that in the future.

    Once you register for the support system, an email link to confirm your account will be sent. You can create a support account here:
    https://www.numinix.com/support/account.php?do=create

  7. #7
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Fast and Easy Checkout

    Try disabling your SEO URLs mod and if that corrects the issue, then re-enable and try disabling it only for the checkout pages. How you achieve that will depend on the mod you are using.

    If that's not the problem, have there been any customizations to your shipping modules? The checkout will redirect back on itself to select a shipping method automatically if one isn't already selected. If it's unable to make a selection, this could cause the infinite loop. Normally if there are no methods, it'll display an error message. But if there are methods and one of those methods isn't coded properly, it can lead to this bug.
    Last edited by numinix; 21 Nov 2014 at 12:11 AM.

 

 

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

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