I tried version 1.10.0 and it worked .....
I tried version 1.10.0 and it worked .....
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?
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,
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?
Danielle
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:
What else do I need to do to get the error message to show up? This is a major issue!<?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'); ?>
Thank you.
Danielle
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?![]()
admin/includes/templates/your_template/templates/tpl_modules_create_account.php
find
Change '40' to the length you want. Then find the define file for postcode and set it to the message you want.Code:<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" />
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.
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?
zencart is easy install system. My doudounes store!
Bookmarks