Page 160 of 218 FirstFirst ... 60110150158159160161162170210 ... LastLast
Results 1,591 to 1,600 of 2177
  1. #1591
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout

    This includes/templates/template_default/templates/tpl_checkout_default.php is not in the numinix or zencart zip
    There is a /includes/templates/YOUR_TEMPLATE folder that you should have been renamed to your "template_name" according to the instructions

    If your ZenCart zip does not contain that file then you need to get a fresh copy of the zip
    Zen-Venom Get Bitten

  2. #1592
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by kobra View Post
    There is a /includes/templates/YOUR_TEMPLATE folder that you should have been renamed to your "template_name" according to the instructions

    If your ZenCart zip does not contain that file then you need to get a fresh copy of the zip
    Hi Kobra-

    That file is included in the zip, the file I'm trying to figure out here is

    [05-Mar-2013 15:22:13] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_checkout_default.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home1/urbancl1/public_html/test/includes/templates/14884/common/tpl_main_page.php on line 143

    There is not a file in the includes/templates/template_default/templates/tpl_checkout_default.php name tpl_checkout_default.php.

    this is making me trying to figure this error log out to fix the fast and easy checkout problem so that I won't have a blank page when I am trying to checkout.
    Diva Boutiques
    www.divaboutiques.com

  3. #1593
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by divaboutiques
    That file is included in the zip...

    There is not a file in the includes/templates/template_default/templates/tpl_checkout_default.php name tpl_checkout_default.php.
    Well if it is in the zip - - Why is it not in your install???

    Using the override system - no template_default files should be altered or removed

    Being that ZenCart is looking for the file in template_default means that you do not have that file, included with FEC, uploaded to your template
    Zen-Venom Get Bitten

  4. #1594
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Kobra thanks for your help....right now I'm just going to turn the "fast and easy checkout" false for right now! Until I can get some professional help to get this nice module working properly.

  5. #1595
    Join Date
    May 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    -'Fast and Easy Checkout' installed.
    -Zen cart Version 1.5.1
    -Default country set to 'United States' in admin.

    Issue - The dropdown menu says 'Please choose your country' in the default position, 'United States' is the first position in the dropdown menu, followed by the alphabetical list of countries. I want 'United States' in the default position instead of 'Please choose your country'. If you choose the 'Checkout Without Account' option, the dropdown menu is setup this way, with United States in the default position.

    How can I replace 'Please choose your country' with 'United States' as the default selection on the login page dropdown menu?

    Thank you.

  6. #1596
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Crimeny,

    with the FEC plugin, there are 3 options when getting to the checkout page.
    New customer, Returning Customer and COWAO. On my site the Returning Customer and COWAO are working fine. but the New Customer part is not working. after filling out the form completely and pressing submit, i get a slew of error messages stating that many of the required fields were not filled out (when in fact they were).

    Has anyone here had the same experience? or know how to remedy?

    thanks

  7. #1597
    Join Date
    May 2012
    Posts
    18
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    I am having the same problem as tcarden. When a customer attempts to create a new account and does not check the "Same address for billing/shipping" then error messages come up asking if the first name is correct, the last name is correct, the address correct ?etc...

    I checked the error logs and on one occasion there was a PHP Fatal error: Call to a member function RecordCount() on line 395. I compared it to the create_account.php file from a fresh FEC module download and it was the same with the exception of an extra { on the php file that is on my site. So I tried removing the extra { but it spit out another error: PHP Parse error: syntax error, unexpected '}' on line 708. So I removed both and the Log In page went directly to the "You have successfully created an account" message without any fields to input customer information. Scrapped that...

    Then I looked up the original error: PHP Fatal error: Call to a member function RecordCount() on a php forum and it looked like two statements were reversed.

    This is what is in the FEC module download on the create_account.php:
    $found_exact_iso_match = ($zone->RecordCount() == 1);
    if ($zone->RecordCount() > 1) {

    and what was suggested in the php forum for this type of error is this:
    if ($zone->RecordCount() > 1) {
    $found_exact_iso_match = ($zone->RecordCount() == 1);

    I tried switching the statements and that did not work either. The Log In page came up blank. I am back to square one and am doing things way above my skill set so any help would be appreciated. Thanks!

  8. #1598
    Join Date
    Sep 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Configuration - Fast and Easy Checkout Configuration

    Under the admin-configuration-Fast and Easy Checkout Configuration I have an almost empty page.
    The entire setting of Fast and Easy Checkout Configuration does not display.

    Just installed the Fast and Easy Checkout Configuration, everything went well I set the options as it was described in the installation guide. Tried how it works, everything was great.
    Installed the COWOA, screwed up my css and page layout, so I uninstalled everything that was related to COWOA. Site is back on normal look, but Fast and Easy Checkout disappeared. I went to check in admin, the link for the FEC is there but the page is almost empty.

    I reinstalled the entire FEC again, the same way I did before. When I reinstalled the SQL there was a few error messages saying it is already exist.

    I also reinstalled my entire admin folder together with the includes folder twice and I still get an almost empty page after I click on the "Fast and Easy Checkout Configuration"

    Any ideas, please?

  9. #1599
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by petergy View Post
    Configuration - Fast and Easy Checkout Configuration

    Under the admin-configuration-Fast and Easy Checkout Configuration I have an almost empty page.
    The entire setting of Fast and Easy Checkout Configuration does not display.

    Just installed the Fast and Easy Checkout Configuration, everything went well I set the options as it was described in the installation guide. Tried how it works, everything was great.
    Installed the COWOA, screwed up my css and page layout, so I uninstalled everything that was related to COWOA. Site is back on normal look, but Fast and Easy Checkout disappeared. I went to check in admin, the link for the FEC is there but the page is almost empty.

    I reinstalled the entire FEC again, the same way I did before. When I reinstalled the SQL there was a few error messages saying it is already exist.

    I also reinstalled my entire admin folder together with the includes folder twice and I still get an almost empty page after I click on the "Fast and Easy Checkout Configuration"

    Any ideas, please?
    are you saying that you have installed fec AND cowoa? i.e two separate mods? If so then that is your problem... FEC already has COWOA built in.
    Revert back to the backup that you made before installing either of these mods then ONLY install fec OR cowoa modules depending on your needs.

  10. #1600
    Join Date
    Oct 2012
    Posts
    282
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    if i find out what the problem is i will post here and would appreciate the same from anyone else.

    i've had to work on other things for the past couple of days but i have to solve this definitely

 

 

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