[QUOTE=erezw;722920]> numinix:
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:frusty:
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.