Hi,
Please Help Me !!!
Gift Wrap charge doesn't add / calculate to gift wrap option. Please Help ~~~
Hi,
Please Help Me !!!
Gift Wrap charge doesn't add / calculate to gift wrap option. Please Help ~~~
Hi,
Please Help Me !!!
Gift Wrap charge doesn't add / calculate to gift wrap option. It always shows ' $0 ' in check out total page. Please Help ~~~
My website : www.happyworkshopus.com
hi i wonder if you can help at all, i am using v2.7 for 1.3.8, im having some issues disabling giftwrap in certain categories, this wasnt working at all for me so i got around this by specifying each individual product instead which helped in display n/a for those products but going through checkout regardless of wether giftwrap is selected or not it still charges, ive specified 3.50 so for one item that is eligible for gifwrap but not checked and one that is not it will still charge £7.00.
im using a few addons, ones which i can see affecting the payment and checkout modules are COWOA (checkout without account), i wonder fi there are any known issues with these modules together?
i have disabled it for now but would love to find a way around it perhaps?
I am using Zen Cart 139e and have installed Gift Wrapping version 2.7_139. Everything seems to be working fine with one major exception. Every item in a customer's cart is being charged for gift wrapping whether gift wrapping has been selected or not - e.g. at $2/item, cart with 5 items is charged $10 for gift wrapping even if two items or no items are requested to be gift wrapped. When two of the items are chosen for gift wrapping, they are correctly identified as items to be gift wrapped through the order process to the invoice and in the customer account history. There is no problem there, just with the gift charges. The same problem occurs using a flat charge per order. The customer is charged even when gift wrap is not requested.
I have downloaded and reinstalled the software several times in case a file became corrupted. I have carefully gone through each file upload to make sure the correct file went into the right location. Gift Wrapping had not been installed before. The only other customizations I have installed are the Zen Lightbox module and Google Mapinator, neither of which appears to have any relation to the gift wrapping or ordering processes.
The new features for the gift wrapping module are outstanding. Can anyone give me any guidance as to where to focus my attention or how to correct this problem so I can take advantage of this excellent module? Thank you.
You're right - there's some sort of bad interaction with newer 139's. I just tried it on 139f and got the same problem. I will investigate and report back.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
OK, this is a bug in 2.7 in both the 1.3.8 and 1.3.9 versions.
Edit includes/modules/order_total/ot_giftwrap_checkout.php
Change line 147
-- from:
($wrapsettings[$prid][$q] != 0) ) {
--- to:
($wrapsettings[$prid][$q]['setting'] != 0) ) {
I'll upload fixed versions this weekend.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Scott, I tried your fix and the gift wrapping is now working correctly. Only the selected items for wrapping are being charged for, as expected. Thank you for looking into this so quickly and resolving the problem. Thank you also for making this excellent module available to the user community!
New versions have been posted which include this fix. (Zen Cart 1.3.8 and 1.3.9).
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I am having issues with the module. When I turn it on it is only displaying the first item in the cart and it is not getting to the checkbox to add gift wrapping to the item or anything else after it on the page. Not sure if I didn't install correctly or it is a glitch.
I am using Zen Cart v1.3.9e/v1.3.8.
Is anyone else experiencing this or know of a solution.
Hi SWguy,
I installed giftwrap recently and it works well on my website. But my admin-customers-orders page is not working properly. Could tell me where I may need to repair the codes?
The error on the order page is:
"1054 Unknown column 'wrap_config' in 'field list'
in:
[select orders_products_id, wrap, wrap_config, wrap_name from zen_orders_giftwrap where orders_id = '10']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
I believe the file that has a glitch is likely: admin/includes/classes/order.php?
Lindsay