I've recently done an install and haven't encountered this. Have you checked the Gift Wrap Module to see if you've missed any modifications? FEC comes with its pages pre-modded, but there may still be other file changes outside of the mod that need to be made. Double check that fec_confirmation has all of the required changes as well.
There is no update at this time. Also, this problem isn't occuring on any of my client's websites so I haven't reproduced the error. Is it specific to only one shipping module for you or all shipping modules?
I've recently switched to USPS shipping (this afternoon), which works great. Shipping is included in the total on page load and everything appears in working order.
Numinix, thanks for spending time on this. My solution was a work-around and it seemed specific to the module I was using (Zone Rates).
Again, great mod - thank you for the contribution.
Hmm, the fix I posted was tested with a site with the exact same problem and it solved the problem. However, if someone absolutely needs to use a tabl rates module like zone rates, try Zones Table Rate as it is a better module and doesn't have any problems with FEC. You can alternatively try using Per Category Shipping or one of the other table rate modules created by Numinix.
Glad you have been able to work around this issue.
Hi,
Ive installed this module and really want to get it working. However im having trouble with the paypal checkout process. Once i go through the checkout process, select paypal as payment (paypal express option) but upon clicking the confirm order button i get the following message
An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. (7) 7 - Field format error: 10731-The field Shipping Address Country is required
Any ideas?
Many thanks
Paul
I have an older version v.1.16. Do I just re-load everything for version v1.24? How about install.sql file?
Kim
I installed this along with easy signup. I'm using the latest version of Zen Cart and Nochex as my merchant account for payments.
It works fine with PayPal express checkout and everything works as it should when you click that button but it's not working when i use the both the one page checkout or switching that off. Nothing is working except the PayPal Express Checkout now.
I get the following error message.
Errors have occurred during the processing of your form.
Please make the following corrections:
* Please select a payment method for your order.
The order total isn't showing either.
Also in Easy Account Signup when you click My Account and Change my account details i notice the telephone requirement is still there - How to get rid of that ?
Any fix for this ?
[QUOTE=numinix;646736]I've recently done an install and haven't encountered this. Have you checked the Gift Wrap Module to see if you've missed any modifications? FEC comes with its pages pre-modded, but there may still be other file changes outside of the mod that need to be made. Double check that fec_confirmation has all of the required changes as well.
Did you ever found what is the problem with the gift wrap mod>? in stacked it just does nothing (even if you select items - it does not update price or show them in the confirmation page) and in split every time you select a product it refreshes the page and only update the first item. every item you try after a first one selected it just refresh the page and does nothing. If you click 2-3 items fast enough it will show them all. Another problems is that they don't stay marked so if someone click edit and go back to the checkout page they can't see which products they marked for gift wrap and even worse they can't undo it or add other items.
I went over both mods few times and can't figure out what is the problem> I also double checked to see if there are any changes needed to be made for the gift wrap mod and found none.
If you want to experience the bug you can try my store http://bestitalianleather.com
It is currently in stacked yet I'll be happy to change it for split so you could see the other problem - just PM a request.
I really want to solve this one.
Thanks,
Erez![]()
[QUOTE=erezw;722920]
OK. So the difference in behavior between split and stacked is just because in the checkout_split.php the following line has the onclick command.
echo zen_draw_checkbox_field($gift_id,'',false, 'id="'.$gift_id .'" onclick="updateForm()"');
any way I thought of a work around: delete the onclick and then add an "update cart" button below the gift wrap table. this works yet it still have few problems.
after you click update and the page refreshes the check boxes for the gift wrap are set to false again. which lead to other problems such as if someone changes their shipping options the page will refresh again with the gift wrap boxes in false erasing the gift wrap from the cart. second it may confuse the customer who will not be sure if his mark to wrap a product actually went through.
and of course all this applies if a customer goes back to edit any detail of his purchase.
any way, if someone can think of a way to store the customer decision it will be great as I don't have enough knowledge to do that.
would love to hear what you think.