Does anyone know how to move the Shipping Method before shopping cart contents at the top of the page.
Does anyone know how to move the Shipping Method before shopping cart contents at the top of the page.
I have just upgraded to 1.25, using ZC 1.3.7.1. I am using all of the new files apart from the tpl_checkout_default file which I kept from v 1.05 since I don't care about the split page/stacked page options and all of the code seemed to be essentially the same between the old tpl_checkout_default and the new tpl_checkout_default with tpl_checkout_split(apart from the old file not using tables). Everything functions correctly except for the following error.
When I enter an invalid credit card expiration date and click submit, I am taken to the fec_checkout_confirmation page, which then kicks me back to the checkout page with the correct error message.
Where the bug is, is that when you are redirected back to the checkout page the url is only &main_page=checkout and not &main_page=checkout&action=null. What happens is that when I enter in the credit card info again and click submit, the page just refreshes and the new url is &main_page=checkout&action=null. I then have to resubmit the credit card info again to get to the checkout confirmation page again.
I have looked through the header_php files in both modules>pages>checkout and modules>pages>fec_checkout_confirmation, and at the various tpl files in templates>my_template>templates but can't see where the error is.
Is this a known issue, and if so is there a workaround? It adds a level of confusion and frustration for the user when they are having pages refresh for no apparent reason.
Thanks for continuing to develop and support your mods, Numinix!!
I just installed FEC and it worked wonderfully even though I do not test payment with checkout yet. I search for Easy Sign-Up and Login add-on but couldn't find it.
I saw your website and I like the idea of having login area and register area separate - is it related to Easy Sign-Up and Login?
If so, could you please direct me to the url where I can download it?
thank you.
I'm not sure if this has to do with me using the tpl_checkout_default from v1.05 instead of the one in v1.26. I have upgraded all of the other files to FEC v1.26(although of course my FEC won't call tpl_checkout_split or _stacked).
The refresh button on the coupon field doesn't work plus when changing shipping methods the page is not automatically refreshed to show the new shipping price.
I checked through the files and finally figured out that modules>pages>checkout>jscript_main.php is different from v1.05. The difference is the old version uses document.checkout while the new version uses document.checkout_payment throughout the file. Apart from that the files are identical. Once I changed it to the v1.05 file the refreshes worked.
Has anyone else experienced this or is it just me?
Thanks for the clarification. I changed the zen_draw_form to ('checkout_payment' .....) and the message_stack error from checkout to checkout_shipping and it works now, apart from the TEXT_VALID_COUPON message doesn't display when a coupon is redeemed. I checked it out in /includes/modules/order_total/ot_coupon.php and the code is:
If I change it to:PHP Code:
$messageStack->add_session('checkout', TEXT_VALID_COUPON,'success');
it works.PHP Code:
$messageStack->add_session('checkout_payment', TEXT_VALID_COUPON,'success');
One thing that I have noticed, a user can only redeem one coupon during checkout. So if they have 2 separate coupons they cannot use both during checkout. Is this a default ZC behavior, or is it specific to FEC?
Hello Numinix, thank you for this wonderful module.
I've been using it for quite a while and just updated to the latest version today, and noticed something not working as before.
With the previous version I was having a google checkout radio button on the checkout stacked page and with the latest version, the google checkout payment option disappeared from the page.
I was wondering if this is some issue that was not reported?
I would like to have the option for customers to select either paypal or google checkout at the last minute on the payment processing in case they change their minds without having to hit the back button. Is this possible to have it included again?
Thank you!
MV./
M.Valenti
Contemporary Artist - Entrepreneur
http://www.manuelavalenti.com - http://www.byvalenti.com
Bookmarks