Page 205 of 218 FirstFirst ... 105155195203204205206207215 ... LastLast
Results 2,041 to 2,050 of 2177
  1. #2041
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    Are all the files in the includes/modules/pages/ present for the module?
    Yes

    Quote Originally Posted by bislewl View Post
    Do you have an extra file in the includes/modules/pages/login
    No
    Learning Fast.
    Eden Craft Supplies

  2. #2042
    Join Date
    Apr 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I found an issue with the one page checkout enabled. If the customer's balance is $0, not with a free item but with a coupon discount, it repeatedly warns that they must choose a payment method. But no payment method is displayed. When I set "one page checkout" to false, then the confirmation page appears and the customer can checkout properly without any payment method. Is there a fix for this?

  3. #2043
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    I am still having issues with the checkout part of this module. This problem occurs in all browsers and both desktop & laptop. This is a continuation from #2036 I am now getting this error log
    [03-Oct-2015 19:18:56 Europe/London] #1 file_get_contents() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php:38]
    #2 plugin_version_check_for_updates() called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php:79]
    #3 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php:48]
    #4 require(/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php:156]
    #5 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/modules.php:10]

    [03-Oct-2015 19:18:56 Europe/London] PHP Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php on line 38
    [03-Oct-2015 19:18:56 Europe/London] #1 file_get_contents() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php:38]
    #2 plugin_version_check_for_updates() called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php:79]
    #3 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php:48]
    #4 require(/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php:156]
    #5 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/modules.php:10]

    [03-Oct-2015 19:18:56 Europe/London] PHP Warning: file_get_contents(http://www.zen-cart.com/downloads.ph...check&id=594): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php on line 38
    [03-Oct-2015 19:18:56 Europe/London] #1 in_array() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php:42]
    #2 plugin_version_check_for_updates() called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php:79]
    #3 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/init_includes/init_fec_config.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php:48]
    #4 require(/homepages/20/d503465712/htdocs/shops/ecs/includes/autoload_func.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php:156]
    #5 require(/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/includes/application_top.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/ADMIN/modules.php:10]

    [03-Oct-2015 19:18:56 Europe/London] PHP Warning: in_array() expects parameter 2 to be array, null given in /homepages/20/d503465712/htdocs/shops/ecs/includes/functions/plugin_support.php on line 42
    I have put down the complete log as I cannot pick out what is not irrelevant.
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by adb34 View Post
    I am still having issues with the checkout part of this module. This problem occurs in all browsers and both desktop & laptop. This is a continuation from #2036 I am now getting this error log I have put down the complete log as I cannot pick out what is not irrelevant.
    The issue is it doesn't want to connect with Zen-Cart.com to check for newer versions.
    to bypass this modify:
    \YOUR_ADMIN\includes\init_includes\init_fec_config.php

    Change:
    $zencart_com_plugin_id = 594;
    to:
    $zencart_com_plugin_id = 0;

    When the plugin is 0 it bypasses the checking of the version

  5. #2045
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    The issue is it doesn't want to connect with Zen-Cart.com to check for newer versions.
    to bypass this modify:
    \YOUR_ADMIN\includes\init_includes\init_fec_config.php
    Thanks done that. However I still have a problem checking out.
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by adb34 View Post
    Thanks done that. However I still have a problem checking out.
    I have seen this issue with certain credit modules, and also with no core edits.

    1) Have you made the file changes in the includes/classes/order.php
    2) Do you have free charger enabled
    3) What credit module are you using? Gv/Coupon etc

  7. #2047
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    I have seen this issue with certain credit modules, and also with no core edits.

    1) Have you made the file changes in the includes/classes/order.php
    For this I have taken I new copy that was supplied as part of the v1.5.4 download and did the changes to the file. So that the only changes to the order.php file are for FEC. I have removed all the other file mods. Should I put them back in or wait?

    I have disabled both the free charger and anything to do with discounts. Still not working. If I Fast and Easy Checkout = False that all ok.
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Fast and Easy Checkout for Zen Cart

    It should use the free charger payment module, enabling that doesn't work?

  9. #2049
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    It should use the free charger payment module, enabling that doesn't work?
    I have re-installed and enabled free charger payment module. still nothing. I do have a long list of errors in my latest debug file. I have put them on a new thread
    Learning Fast.
    Eden Craft Supplies

  10. #2050
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout for Zen Cart

    adb34,
    Code:
    Table 'db588038315.ecs_address_format' doesn't exist
    Check your database and see if in fact that this table does not exist??
    Zen-Venom Get Bitten

 

 

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