Page 204 of 218 FirstFirst ... 104154194202203204205206214 ... LastLast
Results 2,031 to 2,040 of 2177
  1. #2031
    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 adb34 View Post
    I cannot find in this post the problem I have, so if it is I am sorry.

    In the file YOUR_ADMIN/orders.php you have find
    Code:
    $check_status = $db->Execute("select customers_name, customers_email_address, orders_status,
                                          date_purchased from " . TABLE_ORDERS . "
                                          where orders_id = '" . $_GET['oID'] . "'");
    and replace with
    Code:
    $check_status = $db->Execute("select customers_name, customers_email_address, orders_status,
                                          date_purchased, COWOA_order from " . TABLE_ORDERS . "
                                          where orders_id = '" . $_GET['oID'] . "'");
    well I have found two lots of the 'find' code. Do I replace both?

    I have had to start from scratch, so this is the first time I have been in this file.

    I have added this 'FEC' many times but never spotted this one before.
    Why can I not read. Both parts need to be replaced, as per the instructions.
    Learning Fast.
    Eden Craft Supplies

  2. #2032
    Join Date
    Jul 2015
    Location
    Virginia
    Posts
    57
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I just installed FEC, and now the site hangs on the Order Confirmation page. Where should I start to troubleshoot this?

    There is no order coming through on the Admin side either.

    The site URL: www.store.whiffletreefarmva.com
    Last edited by Blenderite; 18 Sep 2015 at 06:22 PM.

  3. #2033
    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 have just tested the checkout on my site and I am getting can't reach this page. I am running Windows Edge as I cannot run anything else atm so I thing this means error 404.

    Debug file
    Code:
    [19-Sep-2015 17:23:03 Europe/London] #1 trigger_error() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/classes/db/mysql/query_factory.php:155]
     #2 queryFactory->show_error() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/classes/db/mysql/query_factory.php:132]
     #3 queryFactory->set_error() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/classes/db/mysql/query_factory.php:262]
     #4 queryFactory->Execute() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/functions/functions_customers.php:39]
     #5 zen_address_format() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/functions/functions_customers.php:132]
     #6 zen_address_label() called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/templates/tpl_checkout_stacked.php:111]
     #7 include(/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/templates/tpl_checkout_stacked.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/templates/tpl_checkout_default.php:38]
     #8 require(/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/templates/tpl_checkout_default.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/common/tpl_main_page.php:214]
     #9 require(/homepages/20/d503465712/htdocs/shops/ecs/includes/templates/carlisle_fresh/common/tpl_main_page.php) called at [/homepages/20/d503465712/htdocs/shops/ecs/index.php:97]
    
     [19-Sep-2015 17:23:03 Europe/London] PHP Fatal error: 1146:Table 'db588038315.ecs_address_format' doesn't exist :: select address_format as format
     from ecs_address_format
     where address_format_id = '2' ==> (as called by) /homepages/20/d503465712/htdocs/shops/ecs/includes/functions/functions_customers.php on line 39 <== in /homepages/20/d503465712/htdocs/shops/ecs/includes/classes/db/mysql/query_factory.php on line 155
    The address for the page is
    HTML Code:
    http://jmi.edencraftsupplies.co.uk/index.php?main_page=checkout_shipping
    I have sorted out the db error.
    Learning Fast.
    Eden Craft Supplies

  4. #2034
    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 have done some digging and the file I am having this problem with is includes/auto_loaders/config.fec.php. I have no error logs.
    Learning Fast.
    Eden Craft Supplies

  5. #2035
    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 have done some digging and the file I am having this problem with is includes/auto_loaders/config.fec.php. I have no error logs.
    Check your install do you have all the files from the includes/classes/observers ? from the module?

  6. #2036
    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
    Check your install do you have all the files from the includes/classes/observers ? from the module?
    To make sure all files are loaded, I did it again including includes/auto_loaders/config.fec.php

    If you set admin -> Fast and Easy Checkout -> General -> Fast and Easy Checkout to False, checkout works. Set to true I get 'cannot find the page'.
    Learning Fast.
    Eden Craft Supplies

  7. #2037
    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
    Check your install do you have all the files from the includes/classes/observers ? from the module?
    Further to my last post I have un-installed v2.1.2 and installed v2.1.4 Still have the same problem. Just had a thought, I will check all the code that I had to add, see if I have missed something there.
    Last edited by adb34; 22 Sep 2015 at 12:58 PM.
    Learning Fast.
    Eden Craft Supplies

  8. #2038
    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
    Further to my last post I have un-installed v2.1.2 and installed v2.1.4 Still have the same problem. Just had a thought, I will check all the code that I had to add, see if I have missed something there.
    Did you rename the folder from YOUR_TEMPLATE to the name of your template?

  9. #2039
    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
    Did you rename the folder from YOUR_TEMPLATE to the name of your template?
    Yes I renamed YOUR_TEMPLATE in the three locations. I have checked the coding and I had fd up. I had not done it. So I have just added/changed the code as per instructions. Still have the missing page. I have just checked on another PC it is not a cache problem on my Laptop.
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Are all the files in the includes/modules/pages/ present for the module? do you have an extra file in the includes/modules/pages/login

 

 

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