Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,869

Results 1,561 to 1,580 of 2,177
14 Jan 2013, 10:40 PM
#1561
rony avatar

rony

New Zenner

Join Date:
Aug 2010
Posts:
77
Plugin Contributions:
0

Fast and Easy Checkout

I tried version 1.10.0 and it worked .....

14 Jan 2013, 11:09 PM
#1562
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

29 Jan 2013, 11:49 AM
#1563
vb023 avatar

vb023

New Zenner

Join Date:
Nov 2012
Posts:
10
Plugin Contributions:
0

Re: Fast and Easy Checkout

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,

2 Feb 2013, 8:41 PM
#1564
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

3 Feb 2013, 8:42 PM
#1565
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

23 Feb 2013, 11:08 PM
#1566
pablo avatar

pablo

New Zenner

Join Date:
Jun 2011
Posts:
91
Plugin Contributions:
0

Re: Fast and Easy Checkout

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:

24 Feb 2013, 4:15 PM
#1567
southshorepizza avatar

southshorepizza

Zen Follower

Join Date:
Sep 2012
Posts:
253
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

24 Feb 2013, 11:07 PM
#1568
ravins avatar

ravins

New Zenner

Join Date:
Feb 2012
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

24 Feb 2013, 11:31 PM
#1569
pablo avatar

pablo

New Zenner

Join Date:
Jun 2011
Posts:
91
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

1 Mar 2013, 8:22 AM
#1570
chingqen avatar

chingqen

New Zenner

Join Date:
Mar 2010
Posts:
17
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

1 Mar 2013, 8:53 AM
#1571
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Fast and Easy Checkout

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 ??

1 Mar 2013, 8:58 AM
#1572
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Fast and Easy Checkout

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();"';?>>
4 Mar 2013, 2:51 PM
#1573
divaboutiques avatar

divaboutiques

Zen Follower

Join Date:
Feb 2007
Location:
Worldwide Web
Posts:
191
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

4 Mar 2013, 3:36 PM
#1574
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

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

4 Mar 2013, 4:01 PM
#1575
divaboutiques avatar

divaboutiques

Zen Follower

Join Date:
Feb 2007
Location:
Worldwide Web
Posts:
191
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

4 Mar 2013, 4:17 PM
#1576
divaboutiques avatar

divaboutiques

Zen Follower

Join Date:
Feb 2007
Location:
Worldwide Web
Posts:
191
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

4 Mar 2013, 4:48 PM
#1577
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Fast and Easy Checkout

divaboutiques:

includes/templates/template_default/templates/tpl_checkout_default.php
This indicates that you have not installed correctly the plugin

4 Mar 2013, 4:54 PM
#1578
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

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

5 Mar 2013, 12:03 AM
#1579
divaboutiques avatar

divaboutiques

Zen Follower

Join Date:
Feb 2007
Location:
Worldwide Web
Posts:
191
Plugin Contributions:
0

Re: Fast and Easy Checkout

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!!!!!!!!

5 Mar 2013, 1:19 AM
#1580
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Fast and Easy Checkout

divaboutiques,
If the site is the one in your signature then this is not even a ZenCart