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
Views: 550,657
Totally Zenned
is there a way to use the regular check out sucess page with this isntead of the fec_confirmation.html page
Totally Zenned
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
Totally Zenned
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.
Totally Zenned
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
New Zenner
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?
New Zenner
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!
Zen Follower
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.
Totally Zenned
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?
Totally Zenned
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
New Zenner
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:
Totally Zenned
jenny_lisa1, are all of the files uploaded correctly? The module is activated by a file in includes/extra_configures/ called checkout.php...
Totally Zenned
What is the latest bug fix for this fix? Is it all files affected? How do i update from the previous version
New Zenner
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
Totally Zenned
Not with FEC. You should take a look at Easy Sign-Up and Login which is integrated with Checkout Without Account.
New Zenner
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,
Totally Zenned
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
Totally Zenned
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
Totally Zenned
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.
Totally Zenned
The FEC code may not include updates from the latest revision of the gift wrap mod. I will have to contact swguy.
Zen Follower
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.
Fields marked required must be completed.
Tell staff why this post should be reviewed.