is there a way to use the regular check out sucess page with this isntead of the fec_confirmation.html page
Printable View
is there a way to use the regular check out sucess page with this isntead of the fec_confirmation.html page
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
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.
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
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?
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.phoenixflightpublication...t&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!
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.
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
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: