-
Re: Fast and Easy Checkout for Zen Cart
Thank you numinix, for some reason that file was there but empty, interesting!!
My USPS is working correctly with this module installed.
One last question, how do I rearrange the page. My current page is out of order. And I would also like to take out the headings if possible.
Thanks so much!!
-
1 Attachment(s)
Re: Fast and Easy Checkout for Zen Cart
I have set the one-page checkout to true and im wondering how can I add background for each table just like in the attached image? I tried background color to the checkout stylesheet but that didn't do anything.
Thx
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
A strange bug has been reported.
If the store is using a shipping module like Canada Post, USPS, etc that requires a rate to be returned from an external server, and the product being purchased has an attribute, the shipping rate quoted will not match the order total amount.
Is anyone experiencing this?
Not the same but possibly related - when there is only one shipping option available and the checkout page loads with that radio button preselected, then the shipping fee is NOT NECESSARILY reflected in the shopping cart section if cart contents have been changed and shipping has changed.
I found that selecting the shipping radio button thereby forcing a page refresh places the correct shipping into the cart section.
Can anyone tell me how to simulate that "button press" and force a one time refresh after page load for just the checkout page?
-
Re: Fast and Easy Checkout for Zen Cart
Are there any known reasons for dropped processing requests? I have had a number of customers indicate that the "processing" never completes or the order just doesn't go through after clicking submit.
Thanks,
lindasdd
-
Re: Fast and Easy Checkout for Zen Cart
This is most likely due to the fact that the latest version no longer uses checkout_confirmation and instead uses fec_confirmation. The edit you made to tpl_main_page.php includes a reference to checkout_confirmation that needs to be changed to say fec_confirmation. See the documentation for the updated modification.
-
Re: Fast and Easy Checkout for Zen Cart
I am using this without problem. But suddenly my googlecheckout is not figuring the correct shipping: only showing $1.00. Could this be a problem with this mod?
-
Re: Fast and Easy Checkout for Zen Cart
do you HAVE to have SSL installed for this to work with paypal?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
helpme
I am using this without problem. But suddenly my googlecheckout is not figuring the correct shipping: only showing $1.00. Could this be a problem with this mod?
When you deactivate the module (ie, change checkout.php to checkout.php-bak as described in the documentation), does your Google Checkout now give the correct rates?
Quote:
Originally Posted by
CnTGifts
do you HAVE to have SSL installed for this to work with paypal?
It would be no different than default Zen Cart.
-
Re: Fast and Easy Checkout for Zen Cart
ok i thought someone said a couple pages back you had to have SSL installed for this mod to work
-
Re: Fast and Easy Checkout for Zen Cart
Does this and Easy Signup and Login work if you have Ultimate SEO URLS installed?
Do they need to be installed in any paticular order to work?
-
Re: Fast and Easy Checkout for Zen Cart
I have magic seo url installed and FEC and ESL. Now my tabless orders is not working...
1) Step 1 of 3 shows correctly for "shipping method".
2) Step 2 of 3 is incorrect. It skips over payment method and goes to "review order." - which has payment info mixed in...
3) Step 3 of 3 shows correctly. The arrow just stays on "review order", but the correct page is loaded.
What is causing the problem on step 2 and how do I fix it?
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Please disable order steps. It is not supported by a one-page checkout system.
-
Re: Fast and Easy Checkout for Zen Cart
But if I have FEC turned off, it should work right???
I only installed FEC to get ESL to work. I had just ESL installed (and followed all of the directions including removing the #s in the sql file) but it didn't work. So I installed FEC first then ESL.
I installed ESL because I wanted the split login with the shopping with confidence box and the ssl image. I have the split login, but I haven't been able to get the shop with confidence box and ssl image to work...
So... now I have to un-install order steps... has anyone done that? Any advice on how to easily and completely remove order steps?
Thanks.
-
Re: Fast and Easy Checkout for Zen Cart
So I'm lazy and I didn't read the entire 22 pages of this thread so this question may already be answered.
With this module, can the user choose whether they want to create an account or not?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Serahs
So I'm lazy and I didn't read the entire 22 pages of this thread so this question may already be answered.
With this module, can the user choose whether they want to create an account or not?
This is a checkout account. Please see: Easy Sign-Up and Login
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Ryk
Not the same but possibly related - when there is only one shipping option available and the checkout page loads with that radio button preselected, then the shipping fee is NOT NECESSARILY reflected in the shopping cart section if cart contents have been changed and shipping has changed.
I found that selecting the shipping radio button thereby forcing a page refresh places the correct shipping into the cart section.
Can anyone tell me how to simulate that "button press" and force a one time refresh after page load for just the checkout page?
I am having problems with the shipping (mainly usps) with certain accounts.
Everything is calculated fine, but when the confirm order button is clicked, the page is refreshed and you can not complete the order. None of the radio buttons are selected, when you select one, it refreshes but still does not complete the sale when the confirm order button is clicked.
This is only happening some times, and the address is a real address.
(Just a note, the google checkout and shipping started working again, don't know what happened.)
-
Re: Fast and Easy Checkout for Zen Cart
Is there a way to deactivate the FEC page from the admin without having to delete or rename checkout.php? I tried adding this to the database:
INSERT INTO `configuration` VALUES (NULL, 'Enable Fast & Easy Checkout Page', 'ENABLE_FEC_ONE_PAGE_CHECKOUT', 'true', 'Default = true.', 54, 10, NULL, '2008-03-29 13:55:00', NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
and changing checkout.php to this:
if (ENABLE_FEC_ONE_PAGE_CHECKOUT == 'false') {
//DO NOT EDIT THIS SECTION
define('FILENAME_CHECKOUT', 'checkout'); //rmh referrals
define('FILENAME_CHECKOUT_SHIPPING', 'checkout');
define('FILENAME_CHECKOUT_PAYMENT', 'checkout');
define('FILENAME_FEC_CONFIRMATION', 'fec_confirmation');
}
but unfortunately it does not work. Anybody has any ideas. The mod works perfect by the way.
-
Re: Fast and Easy Checkout for Zen Cart
If I was able to do that within the extra_configures folder, I would have.
Also, although it doesn't matter, should that be 'true' ?
-
Re: Fast and Easy Checkout for Zen Cart
You are right, It was 'true'. I tried different combinations but it doesn't work.
-
Re: Fast and Easy Checkout for Zen Cart
Does the shipping estimator work with this installed? I can't seem to get it to work.
ZC 1.3.7 with freeoptions, staticlist and zipship installed as shipping options.
Update: Ok, I see that the estimator shows up on the 1st shopping cart page but not withing FEC. How can I get it to show in FEC?
-
Re: Fast and Easy Checkout for Zen Cart
is there a way to use the regular check out sucess page with this isntead of the fec_confirmation.html page
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
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?
-
Re: Fast and Easy Checkout for Zen Cart
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!
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
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:
-
Re: Fast and Easy Checkout for Zen Cart
jenny_lisa1, are all of the files uploaded correctly? The module is activated by a file in includes/extra_configures/ called checkout.php...
-
Re: Fast and Easy Checkout for Zen Cart
What is the latest bug fix for this fix? Is it all files affected? How do i update from the previous version
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
Not with FEC. You should take a look at Easy Sign-Up and Login which is integrated with Checkout Without Account.
-
Re: Fast and Easy Checkout for Zen Cart
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.p..._page=checkout
http://hinduismhome.com/shop/index.p...ut&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,
-
Re: Fast and Easy Checkout for Zen Cart
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
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
The FEC code may not include updates from the latest revision of the gift wrap mod. I will have to contact swguy.
-
Re: Fast and Easy Checkout for Zen Cart
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.
-
Re: Fast and Easy Checkout for Zen Cart
Step 5 has been removed. Thank you for notifying me of this.
Doesn't sound like your shipping problems are related to this mod.
-
Re: Fast and Easy Checkout for Zen Cart
Contacting you directly...thx.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
MikeyG
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.
Just wondered if there was an update to this and a solution.
Thanks
MG
-
Re: Fast and Easy Checkout for Zen Cart
Hi
Have installed this mod but when I go to checkout all that shows up is a page with the heading Your order total and instuctions to continue checkout by clicking the continue checkout button but nothing else on the page, when I click continue I get an error message saying to please choose payment method but there is no field for it or for anything for that matter.
Help!!!! :(
-
Re: Fast and Easy Checkout for Zen Cart
Okay it's not the continue checkout button it's the confirm order button. Also I have the COWOA mod installed, don't know if that has anything to do with it. tried to deactivate it by just renaming the file it said to but I was still experiencing the problem,, have no idea where to go from here.
-
Re: Fast and Easy Checkout for Zen Cart
I tried setting up COWA with FEC and there has been some sort of collision, I don't know which caused it or how to fix this now.
The title tag of my shopping cart now always says Billing Information and the top of the page and all other shopping cart/check out pages now always says "Step 1 of 5 - Billing Information" even when I am not on step 1 of 5 billing information.
Has anyone seen this issue or found a way to solve it or have insight as to the fix here?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
exboyfriend
I tried setting up COWA with FEC and there has been some sort of collision, I don't know which caused it or how to fix this now.
The title tag of my shopping cart now always says Billing Information and the top of the page and all other shopping cart/check out pages now always says "Step 1 of 5 - Billing Information" even when I am not on step 1 of 5 billing information.
Has anyone seen this issue or found a way to solve it or have insight as to the fix here?
I want to know the exact same thing, I just got the COWOA working, and I would really like this mod to work with it, please any advice or direction would be greatly appreciated.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
ookami69
Greetings,
I have seen one or two posts about this issue but haven't seen any answers for it. When using FEC I only get a blank page when I try to check out. I use Paypal as my primary payment method and have all the proper certificates. It works just fine without FEC installed, but once I install it, everything goes blank again. What could be doing this, and how do we fix it?
Has there been an answer to this problem? I seem to be having this problem as well.
-
Re: Fast and Easy Checkout for Zen Cart
Hi,
I installed this and couldn't get it to work, so I removed it. Now I still have the redirect and can't figure out how to get back to displaying my checkout_payment page.
TIA,
Kris
-
Re: Fast and Easy Checkout for Zen Cart
I am using paypal express as my only payment option, and have commented out the normal checkout link and left the paypal express checkout link. Does this module have any problems with paypal express? Bearing in mind that customers will ocasionally link back to the checkout process from paypal.
-
Re: Fast and Easy Checkout for Zen Cart
Great mod.... I have lost several customers due to the ridiculous checkout process that is provided by default.
THANKS!!!
:clap:
-
Re: Fast and Easy Checkout for Zen Cart
Thanks for an excellent mod, simple install and everything seems to be working perfectly. This is one of the things my customers have been complaining about so hopefully I will have happier customers and more sales. :clap:
-
Re: Fast and Easy Checkout for Zen Cart
I'm trying to get this mod working on my site, but am having some problems. NOTE: I do have Ultimate SEO URLs installed, but that mod is more important to me than FEC.
When I click on the 'confirm your order button' on the first page I am taken to the page that says "Your order is now being processed..." However, that page doesn't forward me anywhere and I can't put my payment info in.
Any ideas?
Thanks,
Nate
-
Re: Fast and Easy Checkout for Zen Cart
Make sure you have added the onLoad event as described in the installation instructions. This modification has been updated to disable other onLoad events if they exist on the fec_confirmation page.
-
Re: Fast and Easy Checkout for Zen Cart NOT WORKING
I have uploaded fast and easy checkout (i believe properly) however, when I click on a product, add it to cart then go to checkout I get "Your Order Total" and a "Confirm Your Order" but no total $ amount. When I click on "Confirm Your Order" it gives a red error that reads "please select a payment method".
What did I do wrong? All assistance greatly appreciated! Lynn
http://www.PetHerbalRemedies.com:shocking:
-
Re: Fast and Easy Checkout for Zen Cart
Thanks for the mod!
I just installed today and everything went very smooth.
I was wondering though if google checkout is suppose to appear here in Step 2 as an option?
Please select a payment method for this order.
Check/Money Order
Checkout with PayPal. The safer, easier way to pay.
I do have gcheckout installed and it is a payment option on the previous page but not on this page after the customer logs in.
Can you please advise?
-
Re: Fast and Easy Checkout for Zen Cart
Possibly you are using an older version. Google Checkout is not supposed to appear.
We have yet to upload the latest versions of our modules due to a new restriction for documentation. But we plan to come up with a resolution and get all of the modules updates soon. For now the latest versions are all available at www.numinix.com.
-
Re: Fast and Easy Checkout for Zen Cart
I appreciate your time...
Do you happen to have any insight as to why my site hangs at "Your Order Total" and please select credit card?
I've been hitting my head against a wall.:frusty:
Lynn
http://www.PetHerbalRemedies.com
-
Re: Fast and Easy Checkout for Zen Cart
On the final checkout page it, says under usps option:
Priority Mail (3 - 5 days)
I need to change this text to: Flat Rate
Where and what page do I do this on ?
I tried searching the admin tool, but can't find it.... I know this is easy... but :blink:
-
Re: Fast and Easy Checkout for Zen Cart
error in this module. when i upload all files and sql then i go to admin panel and click on payment module but i face below error :
Fatal error: Cannot redeclare class cc in /home/shelhoro/public_html/cart/includes/modules/payment/cc.php on line 341
any one help me how to solve this problem ?
-
Re: Fast and Easy Checkout for Zen Cart
when i click on checkout then show blankpage, why ?
how to solve this problem ?
-
Re: Fast and Easy Checkout for Zen Cart
On the final checkout page it, says under usps option:
Priority Mail (3 - 5 days)
I need to change this text to: Flat Rate
Where and what page do I do this on ?
I tried searching the admin tool, but can't find it.... I know this is easy... but
-
Re: Fast and Easy Checkout for Zen Cart
it is on this page:
https://midwestapplianceparts.com/in...ut&action=null
I just need to change the text to say what I want, I still want it to calculate everything the same
but anywhere it says Priority Mail (3 - 5 days) - I just need it to say flat rate... and it has to say this too
on the invoice, etc...
any ideas?
We are getting yelled at like crazy because of first class shipments going out and saying priority
-
Re: Fast and Easy Checkout for Zen Cart
You should be posting in the thread for that particular shipping module. You would change that text in the language definitions file for that module.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Pet Herbal Remedies
I appreciate your time...
Do you happen to have any insight as to why my site hangs at "Your Order Total" and please select credit card?
I've been hitting my head against a wall.:frusty:
Lynn
http://www.PetHerbalRemedies.com
Maybe you have to copy the content of the folder 'YOUR_TEMPLATE' into your 'classic' -folder and NOT in the 'template_default'
-
Re: Fast and Easy Checkout for Zen Cart
Hi numinix,
Thanks for great mode!
Please tell me is it possible to apply "refresh"button to gift certificate ( I mean when Apply Amount of certificate)
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
hi thankyou very much i install it my zen cart thanks
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
bgroup99
I'm trying to get this mod working on my site, but am having some problems. NOTE: I do have Ultimate SEO URLs installed, but that mod is more important to me than FEC.
When I click on the 'confirm your order button' on the first page I am taken to the page that says "Your order is now being processed..." However, that page doesn't forward me anywhere and I can't put my payment info in.
Any ideas?
Thanks,
Nate
Quote:
Originally Posted by
numinix
Make sure you have added the onLoad event as described in the installation instructions. This modification has been updated to disable other onLoad events if they exist on the fec_confirmation page.
Thanks, I forgot to do that step of the installation. That step didn't seem like it was part of the standard install, but I guess it was.:smile:
-
Re: Fast and Easy Checkout for Zen Cart
It is required for the "One Page Checkout" option. So in a sense, you are right. But, you enabled that option, so it won't work without the modification.
Glad that resolved your issue.
-
Re: Fast and Easy Checkout for Zen Cart
I'm thinking about loading this mod. But I wanted to check first to make sure this mod will do what I need it to do before I jump in head first into this.
Here's my site:
www.mylildarlingsboutique.com
I'm using Table Rates based on price. Zone module for Canada.
I ship to US & Canada. I'll be adding Europe, Australia and parts of Asia as soon as I figure out how to get the cart to do what I want.
I want to offer Standard, Priority, and Express(overnight in US).
For Standard shipping, I have price points at $30, $60, $75, and free over $100 in US and Canada.
So, I'll need 3 zone tables for each shipping option. And allow for different country zones.
But here's another catch, I need the shipping rate determined after coupons. Right now, the customer chooses shipping before the coupon is enter and then potentially pay too much under $100 and too little over $100 (ie. $120 total, $96 after coupon and gets free shipping even though the total is under $100). I need the coupon added before shipping options.
So, will this work for me, or is there something else that will work for me?
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
This mod doesn't change the order of calculations. It simply allows the shipping and payment pages to be combined into a single page.
-
Re: Fast and Easy Checkout for Zen Cart
Hi numinix,
I use this mod and work great,
but in IE7 I got this error(done, with errors) when press button "confirm the order" :
Line: 355
Char:1
Error: object expected
Code:0
URL: https://bestfashion.me/checkout/action/null
I also installed this mod on fresh 1.3.8a zen-cart, same error.
Please tell me how can I fix it.
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
xordox
Hi numinix,
I use this mod and work great,
but in IE7 I got this error(done, with errors) when press button "confirm the order" :
Line: 355
Char:1
Error: object expected
Code:0
URL:
https://bestfashion.me/checkout/action/null
I also installed this mod on fresh 1.3.8a zen-cart, same error.
Please tell me how can I fix it.
Thanks
I find out this line in tpl_checkout_default.php:
PHP Code:
<?php echo zen_draw_form('checkout', $form_action_url, 'post', 'id="checkout" onsubmit="submitonce();"); ?>
When I delete the onsubmit="submitonce();" it works without errors.
I also find line with FireBug, I have this line before delete:
PHP Code:
<form name="checkout" action="https://bestfashion.me/fec_confirmation" method="post" id="checkout" onsubmit="submitonce();">
and in your site (www.numinix.com) :
PHP Code:
<form name="checkout" action="https://www.numinix.com/index.php?main_page=fec_confirmation" method="post" id="checkout">
Please tell me if I remove correct the onsubmit="submitonce();"
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
The latest unreleased version already has this correction, and is being run on the Numinix website right now. The new version will have better handling of javascript validation as well. It should be available sometime next week.
-
Re: Fast and Easy Checkout for Zen Cart
Hello, numinix
Thanks for your nice work~!
Just wondering where to download this add on for ZEN CART1.38,php4.4?Thank you~!:smile:
-
Re: Fast and Easy Checkout for Zen Cart
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
Thanks numinix,:smile:
I followed your instruction on http://www.numinix.com/forum/viewtopic.php?t=4
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout
feature included with Fast and Easy Checkout for Zen Cart;
---------------------------------
Nothing happened after that .....:blink:
I saw there is a step 4 but only as optional, I am not sure if we have to do that to make this add 0n work??And which tpl_main_page.php you are mention in step4? Thanks:smile:
----------------------------
4. Add the following line to tpl_main_page.php:
- Find: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
- Replace With: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php echo (FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation' ? ' onLoad="document.fec_confirmation.submit()"' : ($zv_onload != '' ? ' onload="'.$zv_onload.'"' : '')); ?>>
-
Re: Fast and Easy Checkout for Zen Cart
It is located in includes/templates/YOUR_TEMPLATE/common/. It is only optional if you do not ever want to use the one-page checkout. It is still a good idea to complete as it can be turned on or off from the admin.
-
Re: Fast and Easy Checkout for Zen Cart
May I know if it works on 1.3.7?
Thank you
regards,
andy
-
Re: Fast and Easy Checkout for Zen Cart
how can my customer use a discount coupon when I use this module? thank u!
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
andyshea
May I know if it works on 1.3.7?
Thank you
regards,
andy
Yes
Quote:
Originally Posted by
xiongzhi555
how can my customer use a discount coupon when I use this module? thank u!
The same as the regular checkout.
-
Re: Fast and Easy Checkout for Zen Cart
A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...
2 questions...
1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal
2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.
thanks!
~ Eric
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
keylesslocks
A lot of customers are calling us and saying after they put in there credit card it says: "Your order is being processed, please wait..." and hangs there...
2 questions...
1. why would it be hanging here for over 10 minutes and never doing anything... checked with our server and our load is minimal
2. sometimes if they hit F5 it works right, so I want to add that to the text like "Your order is being processed, please wait... if this screen remains for more than 2 minutes hit the F5 key" how can I add this text, I looked at all of my english files and used my admin developer tool and cannot find this specific text.
thanks!
~ Eric
I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
bgroup99
I think you forgot to do the final step, which is to insert the onLoad event. It is kind of obscure in the instructions. I had the same problem, you can look back through this thread for my post.
I hope the note I just added to the documentation has resolved any confusion.
-
Re: Fast and Easy Checkout for Zen Cart
This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.
Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.
How would I modify the checkout page to make editing the ship to address easier?
Thanks
www.thecablestation.com
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
micmed
This question is is about when a customer wants to change their shipping address. An example would be to add a company name to take advantage of lower FedEx shipping. If they do not enter a company name they are charged for home delivery instead of the ground rate.
Right now if they click on "Change your Address" they are taken to the form to enter a new address instead of modifying the current one. They would have to go to "My Account" and click through to the address book in order to make this one simple change.
How would I modify the checkout page to make editing the ship to address easier?
Thanks
www.thecablestation.com
Your question is a general Zen Cart question and isn't related specifically to Fast and Easy Checkout. However, you would need to modify the edit link to point to this page in MY ACCOUNT, and then add some code to redirect back into the checkout if that was the referring page.
-
Re: Fast and Easy Checkout for Zen Cart
Thanks, I will repost in General
-
Re: Fast and Easy Checkout for Zen Cart
I am using FEC and Authorize.
right now if the credit card is declined, it just reloads the order page... I need to set up some kind of unique error identifier, so when it comes back it tells the customer what is wrong.... like:
1. general & any unexpectederrors (server timeout, etc)
2. declined (no chedder in the bank)
3. avs mismatch (don't know which house is theirs)
this is critical, we are gettin 30 calls & emails a day from customers saying, "I don't know if my order went through, the page just keeps reloading..."
thanks,
Eric
-
Re: Fast and Easy Checkout for Zen Cart
Hey Numinix, very useful contrib, thanks!
One issue, though - it seems to crash under the following conditions:
If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).
The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox. :oops:
Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.
Using FEC 1.16, ZC 1.3.8a with SSL enabled.
Any ideas?
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DanTheMan
Hey Numinix, very useful contrib, thanks!
One issue, though - it seems to crash under the following conditions:
If the "ship to" country is not defined or listed as "skip" in the shipping module, pressing "Continue Checkout" (main_page=checkout) causes the crash. Same crash occurs if you try to select an unsupported country from the address book (main_page=checkout_shipping_address).
The crash shows up as "Internet Explorer cannot display the webpage" in IE and "Page Load Error - Redirect Loop - server is redirecting the request for this address in a way that will never complete" in Firefox. :oops:
Unmodified (stock) ZC will not proceed from checkout Step 1 to Step 2 until you change the shipping address to a country that is supported by at least one shipping module, but FEC just crashes.
Using FEC 1.16, ZC 1.3.8a with SSL enabled.
Any ideas?
Please try the latest version before posting a bug report.
-
Re: Fast and Easy Checkout for Zen Cart
Sorry, at the time of testing the latest version posted at zen-cart.com was FEC v1.16 and I didn't know there was newer version at numinix.com
But I was able to reproduce the problem using FEC v1.22 as well.
Can anyone confirm it or suggest any ideas how to resolve it?
Thanks!
-
Re: Fast and Easy Checkout for Zen Cart
Why would we ALL OF THE SUDDEN be getting a white page on checkout? I had a customer from Brazil try to checkout, and they get a white page when they go to the checkout page.
When you're on the shopping cart page and Estimate Shipping, that comes up blank as well. If I change the address to be a USA address, it works.
We didn't do any updates on our end, and this was all working fine. Any idea why? Did the UPS or USPS make any updates to their modules which would cause FEC to not work? Any sort of debugging I can do on this end to see why the page isn't being displayed?
-
Re: Fast and Easy Checkout for Zen Cart
UPDATE: I enabled the debugging and I see the following error:
[29-Oct-2008 13:59:25] PHP Fatal error: Cannot use string offset as an array in /home/mjmmagic/public_html/store_test/includes/modules/shipping/upsxml.php on line 262
Still trying to figure out where to go from here, but thought I'd give you an update.
-
Re: Fast and Easy Checkout for Zen Cart
I went to that file (upsxml.php) and saw the following function which was throwing the error:
Code:
if (isset($this->servicesTimeintransit[$type])) {
$eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
$months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
$eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
// $_type .= ", ETA: ".$eta_arrival_date;
$_type .= "";
}
I don't know what could have possibly changed to cause this, but we certainly didn't do anything. So I commented that function out and now it APPEARS to be working. If you do hear any information about a UPS code change, please let us know.
-
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Jeff_Mash
I went to that file (upsxml.php) and saw the following function which was throwing the error:
Code:
if (isset($this->servicesTimeintransit[$type])) {
$eta_array = explode("-", $this->servicesTimeintransit[$type]["date"]);
$months = array (" ", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
$eta_arrival_date = $months[(int)$eta_array[1]]." ".$eta_array[2].", ".$eta_array[0];
// $_type .= ", ETA: ".$eta_arrival_date;
$_type .= "";
}
I don't know what could have possibly changed to cause this, but we certainly didn't do anything. So I commented that function out and now it APPEARS to be working. If you do hear any information about a UPS code change, please let us know.
Try posting your error in the UPS thread, wherever that may be...
-
Re: Fast and Easy Checkout for Zen Cart
I followed the installation steps, but after adding
Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php echo (FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation' ? ' onLoad="document.fec_confirmation.submit()"' : ($zv_onload != '' ? ' onload="'.$zv_onload.'"' : '')); ?>>
to tpl_main_page.php all (entire site) side boxes disappear.
I have a TemplateMonster.com template and Simple SEO URL installed.
Any ideas?
Thanks
-
Re: Fast and Easy Checkout for Zen Cart
You've probably pasted it into your code wrong or forgot to REPLACE, rather than ADD.
Anyways, upgrade to v1.23 which doesn't require this edit to be made anymore.
-
Re: Fast and Easy Checkout for Zen Cart
Hello everyone.
I've installed the mod and it works fine in my store. One issue though, I received an order after installing the mod and the shipping weight was incorrect. Instead of multiplying the weight of the item according to the quantity ordered, it just reflected the weight of 1 item instead of the 5 ordered.
Has anyone else experienced something similar? any fix for this would be really appreciated it.
MV./
-
Re: Fast and Easy Checkout for Zen Cart
What shipping module was used? Were any of the products always free shipping?
-
Re: Fast and Easy Checkout for Zen Cart
I use the USPS shipping module, no free shipping on the product purchased or any product for that matter. The client purchased 5 bars of organic soap. Each bar weights 4oz. Instead of calculating 20oz for shipping weight the shipping was calculated based on 4oz as if the customer was buying just 1 item. This was not happening before I installed the mode, so I know everything was working with shipping weight calculation.
Thank you for looking into it.