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

Fast and Easy Checkout

Views: 550,870

Results 601 to 620 of 2,177
28 Sep 2009, 6:09 AM
#601
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Fast and Easy Checkout

ksookma:

Numinex,

Im hoping that you can help me with a problem I have been recently experiencing with your mod. We have used your mod for about 1-2 months now and its worked fine up to a few weeks ago. For some reason when you select something for the checkout screen like a different shipping charge the prices do not update and reflect the changes.

I figure out that it was a problem with the onclick not working; I have been trying to hunt down the JS problem but just cannot find it. I am hoping that someone here has experienced something like and can help. We had resorted to removing the one page checkout at one point but have re-added it back to the website.

Any help would be greatly appreciated.:frusty:

www.ribbonsbaskets.com
Zen - 1.3.8

ksookma:

It appears that Numinex has a more frequented forum on his site... numinix.com
Thank you for pointing this out :).

The issue this individual was having is that his/her Zen Cart does not load JS and CSS on a per page basis and thus all of the JS files were not loaded. So, selecting a new shipping method did not cause the page to reload.

28 Sep 2009, 6:10 AM
#602
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

I've released a new version called Fast and Easy Ajax Checkout that some stores may be interested in. It is being kept separately from FEC as the files are completely different.

5 Oct 2009, 2:49 AM
#603
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Fast and Easy Checkout

Hi, I have some questions about the FEC mod. Tried to post to the Numinix forum, but that seems unavailable at the moment.

ZC 1.3.8a + current security patches.

FEC 1.6.1

Gift Wrap mod (most current)

No other mods.

ZC certified hosting

Symptom:

When the gift wrap options are displayed, the total isn't updated when an item is selected for giftwrap. Continuing checkout from this point doesn't add the gift wrap charge to the total.

The shipping (before any shipping method is selected) shows an incorrect value. In my case, the most expensive international option offered even if its a domestic address.

If a shipping method is chosen, the gift wrap charge is added to the total, but the gift wrap option box is cleared.

Some reading back through this finds some other mention of these issues, but no solution.

Two questions. Is there a known fix for this behavior?
and Does anyone know if these problems have been fixed in the non-free (ajax) version of FEC?

Thank you for any info.

6 Oct 2009, 2:38 PM
#604
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Fast and Easy Checkout

I had a few rounds of emails with the author of this mod and he fixed both issues (shipping and giftwrap) and posted a new release on his website (1.6.2 as of last night).

The fixes were also incorporated into the Ajax version as well.

Cheers to Numinix! Was really cool and frood of him to stop whatever and follow up on and fix this.

BTW, I've been fiddling with some flavor of FEC and COWA for the past few months and hands down, this has made the biggest improvement in conversions. For some clients, better than 60% improvement.

Thanks Numinix!

6 Oct 2009, 10:45 PM
#605
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

kiddo:

I had a few rounds of emails with the author of this mod and he fixed both issues (shipping and giftwrap) and posted a new release on his website (1.6.2 as of last night).

The fixes were also incorporated into the Ajax version as well.

Cheers to Numinix! Was really cool and frood of him to stop whatever and follow up on and fix this.

BTW, I've been fiddling with some flavor of FEC and COWA for the past few months and hands down, this has made the biggest improvement in conversions. For some clients, better than 60% improvement.

Thanks Numinix!
Your welcome. Hopefully many other users will see the benefits of not only FEC but the addition of AJAX in the FEAC module.

6 Oct 2009, 11:19 PM
#606
daves avatar

daves

Zen Follower

Join Date:
Dec 2006
Posts:
102
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi Numinix,

I was hoping you could help with a couple of problems which are occurring with Paypal Express. I'm not 100% that they are related to this mod, but it appears that they are.

I'm in the UK so using the UK version of PP Express.

First problem is that when you complete a Paypal Express Payment you end up back at the checkout page but with a red warning at the top which says "please tick the box to agree to the terms and conditions" (or something to those words). It's as if it has tried to bypass this page but zen cart hasn't let is as th terms have not been agreed to.

Second problem is on the same page - most of my customers are in the UK, and in my tests I have made sure that United Kingdom is in the address line in Paypal when I've been paying, but the country is being turned to United States.

Any ideas?

FEC Settings are as follows:

Fast and Easy Checkout          true       
One Page Checkout             true      
Checkout Confirmation Alternate Text     Your order is being processed, please wait...      
Display Checkout in Split Column     true      
Activate Drop Down List         false      
Gift Wrapping Module Switch         false      
Activate Gift Message Field         false      
Drop Down List Options             Option 1,Option 2,Option 3,Option 4,Option 5      
Activate Checkbox Field         false      
Easy Sign-Up and Login             true      
Display Order Total             false      
Display Confidence Box             true      
COWOA Position                 top      
Confirm Email                 true      
Shipping Address             false      
Copy Billing                 false      
Master Password             false      
Checkout Without Account         false      
Checkout Without Account Only         false      
Hide Email Options For No Account     true      
Automatic LogOff for No Account     true
17 Oct 2009, 9:43 PM
#607
throwdown avatar

throwdown

New Zenner

Join Date:
Aug 2009
Posts:
50
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi Numinex, install goes great until I copy and paste the entire install.sql in and hit send. I get the following error:

1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Any idea on what that is? Has anyone else experienced this problem?

Thanks in advance for your help!

19 Oct 2009, 10:54 AM
#608
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello does, V 1.5.1 fix the issue with Gift certificates being purchase and not queued?

not entirely what version we have installed, as it was installed before i arrived.
but within the header file it says:

 * @version $Id: header_php.php 4 2008-07-17 02:59:00Z numinix $

but if it does fix this issue is it a complicated upgrade procedure?

regards
Andy.

19 Oct 2009, 8:48 PM
#609
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

Throwdown:

Hi Numinex, install goes great until I copy and paste the entire install.sql in and hit send. I get the following error:

1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Any idea on what that is? Has anyone else experienced this problem?

Thanks in advance for your help!
If you have the standalone version of COWOA installed, you will need to remove the first 4 or so lines from the top of the SQL file that create the columns for COWOA.

22 Oct 2009, 9:58 AM
#610
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello all,
does anyone know the anwser to my question above ^.

Andy.

22 Oct 2009, 9:31 PM
#611
throwdown avatar

throwdown

New Zenner

Join Date:
Aug 2009
Posts:
50
Plugin Contributions:
0

Re: Fast and Easy Checkout

numinix:

If you have the standalone version of COWOA installed, you will need to remove the first 4 or so lines from the top of the SQL file that create the columns for COWOA.

Thanks Numinix, that worked. FYI for anyone receiving that message, I removed the top 6 lines or so that were broken off by a line break.

Still don't see anything on my checkout screen though, is there any other steps I need to take to "turn it on"? I don't think that I have to do anything additional based on the instructions for the latest version...

Thanks again - I know I'm a big noob at this.

26 Oct 2009, 2:16 PM
#612
andy_gs avatar

andy_gs

Zen Follower

Join Date:
Jun 2008
Posts:
187
Plugin Contributions:
0

Re: Fast and Easy Checkout

Still had no response to my query!?!?!

26 Oct 2009, 7:42 PM
#613
smoke133 avatar

smoke133

Zen Follower

Join Date:
Jul 2007
Location:
Roseville, Michigan
Posts:
188
Plugin Contributions:
0

Re: Fast and Easy Checkout

Andy_GS:

Still had no response to my query!?!?!

I'm not sure if it does, but there is a newer version than 1.5.2. If you look on numinix website, you can get the latest and greatest there. The version he has there is 1.6.2. You can see if this on fixes your problem.

26 Oct 2009, 8:13 PM
#614
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

I'm trying to add Google Checkout - and I currently have Super Orders and FEC installed and working. I'm at a loss as to how to get Google Checkout installed as the file provided alter admin/orders.php which is not being used (super_orders.php instead).

I've looked at the two files and I really am at a loss on how to properly merge the changes to get this installed. I've posted asking who has all three working - but I've not received a direct response as of yet.

I really need to figure this out - any help would be much appreciated.

Ruth

27 Oct 2009, 12:44 PM
#615
brushwoodnursery avatar

brushwoodnursery

Zen Follower

Join Date:
Dec 2006
Posts:
199
Plugin Contributions:
0

Re: Fast and Easy Checkout

Use a comparison tool (I like Beyond Compare) to see the differences between the two orders.php files first. That way you'll know exactly what's inserted first. Then look at orders vs. super orders for the logical place.
By the way, I'm now looking to jump up to FEAC. It looks pretty sweet! I use super orders and fec but not google checkout.

27 Oct 2009, 1:32 PM
#616
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: Fast and Easy Checkout

the draw back is it does not work with Ultimate SEO... anyone has a solution?

28 Oct 2009, 2:35 PM
#617
jvanree avatar

jvanree

Zen Follower

Join Date:
Mar 2008
Location:
Gouda, Netherlands
Posts:
211
Plugin Contributions:
0

Re: Fast and Easy Checkout

scratches head confused

Okay so I've installed this add on... and all seems to work fine (nice little list of things to fill out, no pages of nonsense needed any more)
but once I fill it out and click continue...nothing happens?

No payment method or something like that...It just reloads the cowoa page...

Does anybody know what is happening here?

Link to site is http://www.ad-mineraal.nl/skullshop

For testing purposes when ordering please add Capital Letters TEST in first and last name fields.

With kind regards,

Juliet van Ree

29 Oct 2009, 10:12 AM
#618
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Fast and Easy Checkout

numinix:

Use 1.6.0 and perform a file merge.

I just updated FEC to 1.51 as that is what is available in the contributions section of the Zen-Cart site - where would one find the 1.60 version (sure wish I had known there was a newer version two weeks ago):frusty:

Thanks

Ruth

29 Oct 2009, 11:32 AM
#619
brushwoodnursery avatar

brushwoodnursery

Zen Follower

Join Date:
Dec 2006
Posts:
199
Plugin Contributions:
0

Re: Fast and Easy Checkout

1.6.2 is HERE but, seriously, look at FEAC while you're on that site. (No, I'm not being compensated. It just looks that awesome. I'll be switching to it shortly).

2 Nov 2009, 1:40 AM
#620
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Fast and Easy Checkout

Easy question I hope. The refresh button on the Discount Coupon appears to be displayed by ```

<div class="refreshButton"><input type="button" value="Refresh" onclick="updateForm()" /></div> ``` in tpl_checkout_stacked What should I replace that line with to use an image instead of css for the button?