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

Fast and Easy Checkout

Views: 550,657

Results 221 to 240 of 2,177
2 Apr 2008, 2:42 PM
#221
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Fast and Easy Checkout

is there a way to use the regular check out sucess page with this isntead of the fec_confirmation.html page

2 Apr 2008, 3:03 PM
#222
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Fast and Easy Checkout

ok i turned one page checkout off and it now works how i want it too.

Now when there o nthe log in page and creating a account, and they dont enter a required field it takes them to the regular create_account page wit hthe error message tellign them what they didnt enter

Is there a way t ostop it from goign to the different creat account and keeping it right on the log in page

2 Apr 2008, 6:40 PM
#223
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

If they are going to be signing up for the site, then they don't need the ESL page with both the login and create account forms. But of course you could change the redirect path (zen_redirect()) in the script if an error occurs.

3 Apr 2008, 12:05 AM
#224
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Fast and Easy Checkout

i have it so when they add somethign to cart and go to checkout they are takign to the easy sign up. But if the customer dont put in something that is required, they are then automatically taken to the creat-account page wit hthe error tellign them they need to fill in whatever it is

I want it so it stays right on the easy log in page with the error. Havign it send the customer to an entirely different looking page could confuse them

I have no clue how to get it to do it

5 Apr 2008, 9:16 PM
#225
ungarod avatar

ungarod

New Zenner

Join Date:
Feb 2008
Posts:
28
Plugin Contributions:
0

Re: Fast and Easy Checkout

I've PM'ed the author, but I thought I would post here just in case.

The mod works great for me, except if I am using the CC payment module. That's when I get the blank confirmation page.

Cash, COD and Gift Certificate payments all work properly - but if I use the CC module and the free zencart card it bombs.

Anyone else see this or have a fix?

5 Apr 2008, 11:46 PM
#226
elishama3 avatar

elishama3

New Zenner

Join Date:
Aug 2007
Posts:
62
Plugin Contributions:
0

Re: Fast and Easy Checkout

I installed and everything looks like it is loaded correctly, the sql loaded correctly, but I get this error message in Safari:

oo many redirects occurred trying to open “https://www.phoenixflightpublications.com/index.php?main_page=checkout&action=null”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.

and it looks like this in Firefox:
The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Please help!

7 Apr 2008, 11:20 PM
#227
picci avatar

picci

Zen Follower

Join Date:
Feb 2006
Posts:
125
Plugin Contributions:
0

Re: Fast and Easy Checkout

Does anyone have FEC 1.15 + ESL 1.16b (on ZC 1.3.8a) working with Gift Wrapping 2.3_138. If so please post a link I would like to see how it works when set up properly.

8 Apr 2008, 7:06 PM
#228
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

ungarod:

I've PM'ed the author, but I thought I would post here just in case.

The mod works great for me, except if I am using the CC payment module. That's when I get the blank confirmation page.

Cash, COD and Gift Certificate payments all work properly - but if I use the CC module and the free zencart card it bombs.

Anyone else see this or have a fix?

Are you using the optional files included with FEC?

9 Apr 2008, 3:33 AM
#229
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Fast and Easy Checkout

i have it so when they add somethign to cart and go to checkout they are takign to the easy sign up. But if the customer dont put in something that is required, they are then automatically taken to the creat-account page wit hthe error tellign them they need to fill in whatever it is

I want it so it stays right on the easy log in page with the error. Havign it send the customer to an entirely different looking page could confuse them

I have no clue how to get it to do it

10 Apr 2008, 10:35 AM
#230
jenny_lisa1 avatar

jenny_lisa1

New Zenner

Join Date:
Mar 2008
Posts:
19
Plugin Contributions:
0

Re: Fast and Easy Checkout

I had installed it, but nothing happen in my store, only under the admin section, I see there is "Fast and Easy Checkout ", i change the fec to ture, but my store still the same like before.

when I run the patch, it said like below, i am not sure I did it right or not. Can somebody help?

Query Results:
SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id FROM configuration_group WHERE configuration_group_title= 'Fast and Easy Checkout Configuration' LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Fast and Easy Checkout Configuration', 'Set Fast and Easy Checkout Options', '1', '1');
SET @configuration_group_id=last_insert_id();
UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'One Page Checkout', 'FEC_ONE_PAGE', 'false', 'Activate One Page Checkout?
Default = false (includes checkout_confirmation page)', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Checkout Confirmation Alternate Text', 'FEC_CHECKOUT_CONFIRMATION_TEXT', 'Your order is being processed, please wait...', 'Alternate text to be displayed on Checkout Confirmation page:', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Display Checkout in Split Column', 'FEC_SPLIT_CHECKOUT', 'false', 'Display the checkout page in a split column format?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'), (NULL, 'Gift Wrapping Module Switch', 'FEC_GIFT_WRAPPING_SWITCH', 'false', 'If the gift wrapping module is installed, set to true to activate', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');
:lamo:
10 Apr 2008, 7:05 PM
#231
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

jenny_lisa1, are all of the files uploaded correctly? The module is activated by a file in includes/extra_configures/ called checkout.php...

10 Apr 2008, 7:16 PM
#232
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Fast and Easy Checkout

What is the latest bug fix for this fix? Is it all files affected? How do i update from the previous version

24 Apr 2008, 3:38 PM
#233
jenny_lisa1 avatar

jenny_lisa1

New Zenner

Join Date:
Mar 2008
Posts:
19
Plugin Contributions:
0

Re: Fast and Easy Checkout

Thanks to Muminix, I upload all the file one more time. This time , it look improve a little bit, I can see the checkout on top of the bar. But my client still need to log in or creat an account first before he can go to a real check out.
Can I skip this part?
Thanks

24 Apr 2008, 8:47 PM
#234
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

Not with FEC. You should take a look at Easy Sign-Up and Login which is integrated with Checkout Without Account.

28 Apr 2008, 6:26 AM
#235
sunrise99 avatar

sunrise99

New Zenner

Join Date:
Apr 2008
Posts:
41
Plugin Contributions:
3

Re: Fast and Easy Checkout

Hi hello

I think i did exactly as described in step 1 to 4 in this post:
http://www.numinix.com/forum/viewtopic.php?t=4

i'm using template "template_default" and it's folder name is also "template_default"

first: i changed both (located in required_files/includes/) YOUR_TEMPLATE folder names to "template_default" in my computer.

second: i copied this "includes" folder over ftp to my website public_html folder and overwritted my current "includes" folder

third: i executed that sql code, located in install.sql - i executed it in admin page "TOOLS > install SQL patches"

fourth: i opened my includes\templates\orange\common\tpl_main_page.php and replaced that piece of code with other, as described in step 4.

problem is:
it can go to:
http://hinduismhome.com/shop/index.php?main_page=checkout
http://hinduismhome.com/shop/index.php?main_page=checkout&action=null

Please select a payment method for your order.
Your Order Total: (no total price display)

Would you please help to advise asap?

Best Regards,

14 May 2008, 10:44 PM
#236
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

Re: Fast and Easy Checkout

numinix,

have you tested this with protx payment from conor.

When I have one page turned on on confirming order I just get the "please wite processing..." message and it does not go through to protx to take the card details.

If I turn the one page setting off I get a summary page before confirming and then it goes to protx.

What needs to change to allow a true one page check out? (this is not a make or break situation as actually it is quite good getting the summary page and it is still shorter than the original step, but would be nice to fix)

Thanks

MG

15 May 2008, 1:02 AM
#237
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

MikeyG:

numinix,

have you tested this with protx payment from conor.

When I have one page turned on on confirming order I just get the "please wite processing..." message and it does not go through to protx to take the card details.

If I turn the one page setting off I get a summary page before confirming and then it goes to protx.

What needs to change to allow a true one page check out? (this is not a make or break situation as actually it is quite good getting the summary page and it is still shorter than the original step, but would be nice to fix)

Thanks

MG

You haven't completed all of the required steps. Please see the documentation for the edit to tpl_main_page.php

17 May 2008, 10:21 PM
#238
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

Re: Fast and Easy Checkout

numinix

Done and working thank you. Just one small thing and SWGuy has pushed the question your way. With the gift wrapping module if you tick a box for an item to gift wrap it is not staying ticked on the confirmation page and not checking out with the gift wrapping in place. Have you any ideas why this might occur?

Thank you.

20 May 2008, 5:28 AM
#239
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

The FEC code may not include updates from the latest revision of the gift wrap mod. I will have to contact swguy.

28 May 2008, 9:00 PM
#240
blackhalo avatar

blackhalo

Zen Follower

Join Date:
Feb 2008
Posts:
118
Plugin Contributions:
0

Re: Fast and Easy Checkout

The instructions for this mod don't match the included files...
the file from step 5 (tpl_checkout_confirmation.php) isn't anywhere to be found in the zip.

The main problem I'm having is with the cart showing my "WORLD" flat-rate shipping fee...
but the address is in the states and should show the "UNITED STATES" flat-rate shipping fee.

The shipping options (further down the page) is correct...
and if I re-click the already selected radio button, it will update the cart...
but I was actually looking to completely remove that box, as it's redundant for continental flat-rate shipping.

Can someone provide a relatively clear answer how to fix this?

As well, is the file (tpl_checkout_confirmation.php) actually necessary?
If so, where can this be found in the current v1.17 FEC zip file?

I love this mod, I'd really like to get it working properly.