Re: Fast and Easy Checkout
Quote:
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
Re: Fast and Easy Checkout
Quote:
Originally Posted by
kobra
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 :frusty: 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.
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
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.
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.
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
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!
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
petergy
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.
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