New Zenner
- Join Date:
- Aug 2010
- Posts:
- 77
- Plugin Contributions:
- 0
Fast and Easy Checkout
I tried version 1.10.0 and it worked .....
Views: 550,869
New Zenner
I tried version 1.10.0 and it worked .....
Totally Zenned
limelites:
I'm currently running V1.25 on ZC 1.3.8a and I'm thinking of upgrading this mod to the latest version 1.10.0. We are on PHP5.2 so that's ok, but will the latest files still work on ZC 1.3.8a?
The reason I'm looking to update to the newest mod version is that I suspect it's the reason why sometimes our customers experience problems with the confirm order button. Sometimes they need to click the confirm order button two or three times before it will actually process. Usually this happens if they've changed the shipping address or added a discount coupon code, or changed shipping methods or anything else that causes the page to propagate with new totals.
Does anyone know if the latest version would cure this issue? Also, is it compatible with 1.3.8a?
Sometimes our customers experience problems with the confirm order button. Sometimes they need to click the confirm order button two or three times before it will actually process. Usually this happens if they've changed the shipping address or added a discount coupon code, or changed shipping methods or anything else that causes the page to propagate with new totals.
Has anyone else experienced this issue? I read somewhere that this FEC mod is what's causing it?
New Zenner
Thank you for the nice add-on.
I using most recent version of add-on on zen cart 1.5.1
Its works fine on my website.
But one small problem, it wont show any alert message for input field wrong. it wont create account good but does not let know customer what they have not input or wrong input to create account.
Thanks,
Totally Zenned
I have FEC 1.11.0 installed on Zen-Cart 1.5.0. When a different shipping option is selected on step 2 of checkout, it doesn't update on step 3. This is happening on all browsers. We do have CSS Javascript loader installed. Any suggestions on how to fix this issue?
Totally Zenned
I've just noticed that error messages do not display when using FEC. If I try and place an order via Paypal using an incorrect address, Paypal sends me back to step 2 of checkout. If we turn FEC off, there is an error message displayed at the top saying the address in invalid (error code 10736). However, if FEC is turned on, no error message is displayed, so the customer has no idea why their order didn't go through.
The following code is in tpl_checkout_default.php:
<?php if ($messageStack->size('redemptions') > 0) echo $messageStack->output('redemptions'); ?> <?php if ($messageStack->size('checkout_shipping') > 0) echo $messageStack->output('checkout_shipping'); ?> <?php if ($messageStack->size('checkout_payment') > 0) echo $messageStack->output('checkout_payment'); ?>
What else do I need to do to get the error message to show up? This is a major issue!
Thank you.
New Zenner
Is there a way to set the zip code MAXIMUM length to 5? and to show a message on the new account form explaining this?:frusty:
Zen Follower
admin/includes/templates/your_template/templates/tpl_modules_create_account.php
find
<label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE; ?></label>
<?php echo zen_draw_input_field('postcode', '', zen_set_field_length(TABLE_ADDRESS_BOOK, 'entry_postcode', '40') . ' id="postcode"') . (zen_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="alert">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?>
<br class="clearBoth" />
Change '40' to the length you want. Then find the define file for postcode and set it to the message you want.
New Zenner
Hi, I am using zencart v1.5.1. I installed FEC mod. Footer is missing from login page when 'easy signup and login' is set to false under fes settings in admin. If it is true, footer is showing.
Steps: added a product to cart,clicked proceed to checkout, login page is displayed with missing footer.
Any thoughts.Please suggest.
Ravi.
New Zenner
southshorepizza:
admin/includes/templates/your_template/templates/tpl_modules_create_account.php
find
<label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE; ?></label>
<?php echo zen_draw_input_field('postcode', '', zen_set_field_length(TABLE_ADDRESS_BOOK, 'entry_postcode', '40') . ' id="postcode"') . (zen_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="alert">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?> <br class="clearBoth" /> ``` > > Change '40' to the length you want. Then find the define file for postcode and set it to the message you want.Worked Great! - THANKS
New Zenner
I installed it on my site https://www.doudounemanteau.com, when i test it, only show "Your order is being processed, please wait...
" , it can not turn to success page.
anybody meet this problem?
Totally Zenned
chingqen:
I installed it on my site www.doudounemanteau.com, when i test it, only show "Your order is being processed, please wait...
" , it can not turn to success page.
anybody meet this problem?
Did you install the css/js loader ??
Totally Zenned
chingqen:
I installed it on my site https://www.doudounemanteau.com, when i test it, only show "Your order is being processed, please wait...
" , it can not turn to success page.
anybody meet this problem?
You may need to make a small edit to your template's tpl_main_page.php file (/includes/templates/YOUR_TEMPLATE/common/)
In the STANDARD tpl_main_page.php file, there is a line that reads as follows:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
You need to REPLACE that line with:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>
Zen Follower
I downloaded a fresh version of FEC yesterday morning, uploaded all files as instructed. But when I go into my admin area and turn on the FEC, and go to my site to test the mod. When I click on checkout it gives me blank page. Is their something else I need to do or how can I fix this problem?
zencart version 1.5.1
fec 1.10
Totally Zenned
divaboutiques:
I downloaded a fresh version of FEC yesterday morning, uploaded all files as instructed. But when I go into my admin area and turn on the FEC, and go to my site to test the mod. When I click on checkout it gives me blank page. Is their something else I need to do or how can I fix this problem?
zencart version 1.5.1
fec 1.10
either post the content of your latest error logs or start over by grabbing latest version here https://www.numinix.com/tags/free-zen-cart-plugins/fast-and-easy-checkout
Zen Follower
picandnix:
either post the content of your latest error logs or start over by grabbing latest version here https://www.numinix.com/tags/free-zen-cart-plugins/fast-and-easy-checkout
sorry to ask how do I check the error log....I just downloaded the updated version from that site, but I an still getting a blank checkout page
Zen Follower
Okay I was able to google how to check error log! The error that I am receiving
[04-Mar-2013 08:59:02] 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/template_default/common/tpl_main_page.php on line 122
Black Belt
divaboutiques:
includes/templates/template_default/templates/tpl_checkout_default.php
This indicates that you have not installed correctly the plugin
Totally Zenned
Are you using a template?
The best way to install any mod is to check through each file of the mod compared to the files of your existing store, does the mod overwrite any files? If so then you need to compare and merge those files. Start by comparing tpl_main_page.php & tpl_checkout_default.php
Zen Follower
kobra:
This indicates that you have not installed correctly the plugin
Thanks for the reply. I have looked over everything and installed all file in the folders.....but I keep getting the same results!!!!!!!!
Black Belt
divaboutiques,
If the site is the one in your signature then this is not even a ZenCart
Fields marked required must be completed.
Tell staff why this post should be reviewed.