Re: Fast and Easy Checkout for Zen Cart
Thank you so much!!! This is what I have been looking for! I am sure that many people will love this!
I noticed that it has to refresh the page after the shipping option is selected since it selects the first shipping option and adds it to the cart total at the top of the checkout page and if something else is selected it refreshes with the new cart total with shipping and any other option selected like discount coupons, store credit, etc. If I could suggest that at some point some JavaScript is added to update the cart totals without having to refresh the page?
Another little thing that I noticed is that after installing this mod all of my page titles have changed to "checkout".
Thanks again!! This is awesome!!!
Matt
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
lankeeyankee
Thank you so much!!! This is what I have been looking for! I am sure that many people will love this!
I noticed that it has to refresh the page after the shipping option is selected since it selects the first shipping option and adds it to the cart total at the top of the checkout page and if something else is selected it refreshes with the new cart total with shipping and any other option selected like discount coupons, store credit, etc. If I could suggest that at some point some JavaScript is added to update the cart totals without having to refresh the page?
Another little thing that I noticed is that after installing this mod all of my page titles have changed to "checkout".
Thanks again!! This is awesome!!!
Matt
It actually doesn't refresh. What the script does is it updates your selection and then posts it to itself so that the totals will update. This was needed for the one page checkout. I'll fix the definitions ASAP and release a fix.
Re: Fast and Easy Checkout for Zen Cart
Re: Fast and Easy Checkout for Zen Cart
This is so great!! Thanks for all your work on it.
I installed without a problem, however after I installed my confirm order page hangs....I changed the file per read me and it stops hanging.
Oh also my cc does not accept any cc # when this is installed. I am currently using just the plain CC module, after the card numbers are entered and the continue button is pushed there is an error...we are curently not accepting the credit card you are using (something close to that!)
I am guessing I did something wrong, any idea what?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
helpme
This is so great!! Thanks for all your work on it.
I installed without a problem, however after I installed my confirm order page hangs....I changed the file per read me and it stops hanging.
Oh also my cc does not accept any cc # when this is installed. I am currently using just the plain CC module, after the card numbers are entered and the continue button is pushed there is an error...we are curently not accepting the credit card you are using (something close to that!)
I am guessing I did something wrong, any idea what?
The script hasn't been fully tested for all payment modules, so we will have to look into that. Something must be missing from the header.
Re: Fast and Easy Checkout for Zen Cart
Thank you so much! This is amazing! I have noticed 2 small issues however. First of all, useing CSS buttons seems to break this, I can't figure out why. It causes the confirm order button to just keep refreshing the page. Secondly (and far less important) when useing the USPS optional insurance module, the page doesn't refresh when insurance is checked. It does charge it, it just doesn't update at the top.
Re: Fast and Easy Checkout for Zen Cart
When you make additions, add the same onClick or onChange function as in the shipping selection field. In this case, it is the updateForm() function.
For CSS buttons, you would use a similar function as in the checkout button.
You'll need to have an understanding of PHP and JAVA to make these changes. But, for the most part... monkey see, monkey do.
:)
Re: Fast and Easy Checkout for Zen Cart
OK, I installed as per the readme, and now the cart simply never reaches the checkout page. When I go to checkout, it hangs.
Re: Fast and Easy Checkout for Zen Cart
Oh, and it doesn't matter whether it is set to off or on in the Fast and Easy Checkout Configuration.