-
Re: Gift Wrapping Contribution
I have installed this and gotten it all working with Fast & Easy Checkout. :clap:
However I am having issues with Super Orders not displaying the items selected for gift wrap. If the customer has not selected gift wrapping, then I see the message "No gift wrapping selected". Which is exactly what I expect to see.. However, when the customer selects gift wrapping, the super_order.php, super_invoice.php, and super_packinglist.php all show the header "Items to be Gift Wrapped", but none of the selected items are shown. Help! I hope this is something simple..
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
DivaVocals
I have installed this and gotten it all working with Fast & Easy Checkout. :clap:
However I am having issues with Super Orders not displaying the items selected for gift wrap. If the customer has not selected gift wrapping, then I see the message "No gift wrapping selected". Which is exactly what I expect to see.. However, when the customer selects gift wrapping, the super_order.php, super_invoice.php, and super_packinglist.php all show the header "Items to be Gift Wrapped", but none of the selected items are shown. Help! I hope this is something simple..
My super_order files attached if it helps..
-
Re: Gift Wrapping Contribution
Got it all installed and working. Can't wait for the updated version. Is it going to have a spot so that we can show a pic of the wrapping paper to select?
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
new2u
Is it going to have a spot so that we can show a pic of the wrapping paper to select?
Yes it will.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
swguy
Fantastico adds zen_ to the table name not the field names.
Rerun the orders_wrap.sql through your admin panel under
Admin->Tools->Install SQL Patches.
This takes care of the prefix stuff.
Hi
I'm still having the exact same problem as above - in my admin section I have a message at the top of the page that says
Code:
1054 Unknown column 'orders_products_id' in 'field list'
in:
[select orders_products_id from zen_orders_giftwrap where orders_id = '1231' and wrap = 1]
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.
The same message shows up at the top of the Packing Slip, and at the bottom of the invoice too. I'm fairly sure it also appears to the customer as he completes the order :no:
I've rerun the sql through 'add patches' as you suggested but the error persists?
-
Re: Gift Wrapping Contribution
-
Re: Gift Wrapping Contribution
Im wondering if there is any way that I can display the option on the product page itself. I'm ultimatly going to use the mod as a gift message mod. The other gift options wont work for us. Site is www.ribbonsbaskets.com zen 1.3.8
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
ksookma
Im wondering if there is any way that I can display the option on the product page itself. I'm ultimatly going to use the mod as a gift message mod. The other gift options wont work for us. Site is
www.ribbonsbaskets.com zen 1.3.8
If you want to do it at the item level on the product info page, you can try the older version of the mod which worked this way. See my notes at
http://www.thatsoftwareguy.com/zencart_giftwrap.html
Good luck,
Scott
-
Re: Gift Wrapping Contribution
Awesome, thank you for your quick response.
One question, do you have an uninstall for the SQL.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
ksookma
One question, do you have an uninstall for the SQL.
DROP TABLE orders_giftwrap;
-
Re: Gift Wrapping Contribution
-
Re: Gift Wrapping Contribution
Is version 1.0 based off attributes? Ill want to position this mod in a different place on the product info page then with the attributes. Will I be able to do that?
Thanks
-
Re: Gift Wrapping Contribution
The older versions are based on attributes on a per product basis; the newer version is global. I don't see why people would want to use the old version, but you're free to do so. The documentation for the old one is also still available on my website.
-
Re: Gift Wrapping Contribution
Is there a way to make it so that the customer can only choose to gift wrap the whole order?
-
Re: Gift Wrapping Contribution
Nothing is built in; you'd have to write code.
-
Re: Gift Wrapping Contribution
-
Re: Gift Wrapping Contribution
Nice... looking forward to the upgrade with pictures! :yes:
-
Re: Gift Wrapping Contribution
Wanted to post this response here in case it benefits others..
Quote:
Originally Posted by
DivaVocals
I have installed this and gotten it all working with Fast & Easy Checkout. :clap:
However I am having issues with Super Orders not displaying the items selected for gift wrap. If the customer has not selected gift wrapping, then I see the message "No gift wrapping selected". Which is exactly what I expect to see.. However, when the customer selects gift wrapping, the super_order.php, super_invoice.php, and super_packinglist.php all show the header "Items to be Gift Wrapped", but none of the selected items are shown. Help! I hope this is something simple..
Quote:
Originally Posted by kennyhoward
Quote:
Originally Posted by DivaVocals
Quote:
Originally Posted by kennyhoward
Hello,
I noticed you had
Fast & Easy checkout working with Gift Wrapping at checkout. Could you tell me what steps I need to take to get this working?
I'm using zencart 1.3.7.
No steps persay, I simply used Beyond Compare to merge the changes between the files these two modules have in common.. If you don't have Beyond Compare, Winmerge is a free program which does the file comparisons.
Thanks. Would the only files that need to be edited be the template files. I have the mod installed along side
FEC, and
FEC is working. I would assume I would just need to edit the tpl_fec files to get this working. Does that sound right?
Gonna post this answer on the forum so others can benefit from the answer as well.. Hope you don't mind..
I am not at home right now and don't have access to my site backup files.. So I can't say specifically which files need editing to merge these two modules..
However, usually when you are merging two modules you need to look at the files that make up both modules and find any files they have in common. Then you would use a file comparison program (like Beyond Compare or Winmerge) to merge the differences between those files in order to merge the two modules.. In the case of these two modules, if the files in common are the template files, then yes those are the files you need to merge.
HTH..
-
Re: Gift Wrapping Contribution
Thanks DivaVocals
I'll give this a try and report back what all I had to edit.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
kennyhoward
Thanks DivaVocals
I'll give this a try and report back what all I had to edit.
Cool.. :cool:As I recall merging was pretty easy.. I still have the one issue I posted about, and if I can free some time tonight I might dig in to see if can figure out how to fix it.. I think what I need to fix it is in the orders.php file.. Just not sure what it is I am looking for yet..:laugh:
-
Re: Gift Wrapping Contribution
Hello everyone! having a problem with this mod. I ran the debug and the error shows on line 180 of the tpl_checkout_shipping_default.php
} else if (DOWNLOAD_ENABLED && product_attributes_downloads_status($order->products[$i]['id'], $order->products[$i]['attributes'])) {
has anyone seen this error before? any solution?
If I activate the gift wrapping module the checkout shipping page shows blank from the gift wrapping box down.
Thanks for any help.
-
Re: Gift Wrapping Contribution
I was able to make it work, but had to remove that line of code from the page (see above), For some reason the mod breaks the checkout page with that line in.
-
Re: Gift Wrapping Contribution
Gift Wrapping has been updated to 1.3.9. Please only use the 1.3.9 version if you are running 1.3.9; Gift Wrap is tightly coupled to the Zen Cart core.
-
Re: Gift Wrapping Contribution
Text and Image selection of wrapping paper options has been added to the next release of Gift Wrap at Checkout, which will be available in the beginning of July.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
swguy
Gift Wrapping has been updated to 1.3.9. Please only use the 1.3.9 version if you are running 1.3.9; Gift Wrap is tightly coupled to the Zen Cart core.
hi, can you provide this on 1.3.8 version as well please? thank you very very much in advance.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
amandabp
hi, can you provide this on 1.3.8 version as well please? thank you very very much in advance.
There already is a 1.3.8 version; just look back in the version history and download that one. If you're asking about the new features to be released next month, yes, this will be supported in 1.3.8 and 1.3.9.
-
Re: Gift Wrapping Contribution
1.3.9 users: I noticed when reviewing Gift Wrap 2.6 for 1.3.9 that I had accidentally used a 1.3.8 copy of admin/invoice.php. Attached is the corrected copy. I will update the full contribution in the next release.
*** Updated: I have removed the attachment; it has been superceded by version 2.6b_139. Please get it from the Free Software Add Ons area Thank you!
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
swguy
There already is a 1.3.8 version; just look back in the version history and download that one. If you're asking about the new features to be released next month, yes, this will be supported in 1.3.8 and 1.3.9.
I have installed that. Thank you very much! A quick question, since the gift wrapping paper options will only be in the next release, is there a quick way that I can do for now? Perhaps to replace the gift wrap policies link - instead of prompting an alert, I can prompt an image of the wrapping papers?
-
Re: Gift Wrapping Contribution
Zen Cart 1.3.9 users: A new version of Gift Wrap 2.6 for 1.3.9 has just been released which contains a fix for the previously identified bad merge of admin/invoice.php and a fix for a new issue identified in admin/orders.php. Please update these two files.
This instruction applies to 1.3.9 users only.
This new zip does not contain the wrap selection feature; that will be released next month.
-
Re: Gift Wrapping Contribution
Gift Wrap 2.7 has just been released for Zen Cart 1.3.8 and Zen Cart 1.3.9 (be sure to pick the correct one for your cart version).
Version 2.7 features the ability to select gift wrap style based on a text or image description.
To upgrade from a prior version, copy all files to your cart and use admin->modules->order total->Gift Wrap -> remove then re-install. This step is critical; without it you will not be able to access the new features.
That Software Guy
-
Re: Gift Wrapping Contribution
Hi,
Please Help Me !!!
Gift Wrap charge doesn't add / calculate to gift wrap option. Please Help ~~~
-
Re: Gift Wrapping Contribution
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
-
Re: Gift Wrapping Contribution
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?
-
Re: Gift Wrapping Contribution
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.
-
Re: Gift Wrapping Contribution
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.
-
Re: Gift Wrapping Contribution
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.
-
Re: Gift Wrapping Contribution
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!
-
Re: Gift Wrapping Contribution
New versions have been posted which include this fix. (Zen Cart 1.3.8 and 1.3.9).
-
Re: Gift Wrapping Contribution
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.
-
Re: Gift Wrapping Contribution
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
-
Re: Gift Wrapping Contribution
Please follow the install instructions. You didn't run the required .sql scripts.
-
Re: Gift Wrapping Contribution
Hi,
I didn't run the sql because I had used an old version before. Your instructions said not to run it if you have installed another version before. Should I run it anyways?
Lindsay
-
Re: Gift Wrapping Contribution
Step 3b says Only perform this step if you have never installed Gift Wrap 2.7 or greater.
You have never installed Gift Wrap 2.7 (or you would have run this script).
-
Re: Gift Wrapping Contribution
thank you, it is corrected now
-
Re: Gift Wrapping Contribution
I searched this thread and the documentation but was unable to find an answer - apologies if this has been brought up before.
We installed this module and it's working great. However, we noticed that even though we're charging a flat rate per order, there is still a checkbox next to every item in the cart. We sell some items that are bought in large quantity, so if the customer adds 50 of an item to their cart, they then have a huge gift wrap section, with 50 checkboxes.
Is there a way to set this up so there is either one checkbox for the entire order (add gift wrap), or one checkbox per item (instead of one checkbox for each quantity of item)?
-
Re: Gift Wrapping Contribution
No - it's not set up for this.
-
Re: Gift Wrapping Contribution
Hi,
I have uploaded all files and SQL scripts but there is no GW in Admin ->Modules -> Orders Total. Any idea, what could be wrong? I used Win Merge so I think there is no problem with merging files.
It is test shop, 139d so I am not attaching link to this.
Many thanks in advance for help.
-
Re: Gift Wrapping Contribution
Well, I got this installed, and it's working alright, except no images show up. I created the images, and uploaded them to images/giftwrap and enabled images in the Admin like the instructions said, but no joy. Any suggestions?
-
Re: Gift Wrapping Contribution
I love this mod - it is going ot do great things for us going forward...
I have 2 questions about the new version for 1.3.9:
1. Is it possible to make the giftwrap images a little bigger?
and
2. Is it possible to use descriptions AND images?
Thanks! Great mod.
-
Re: Gift Wrapping Contribution
Thanks for your support. Answers:
1. ./includes/extra_configures/giftwrap_settings.php sets the height and width.
2. You'd have to change the code. I think you'd have alignment problems though, and you'd have to make a lot of changes, so I wouldn't recommend it. But if you want to try, look in the template files that are provided in the mod (includes/templates/custom/* and look for the string "Images".
-
Re: Gift Wrapping Contribution
Thank you. That helped immensely...
What I will do is make the images 80 pixels, with "name" of paper on top of the image.
So "Birthday", "Kids", "Holiday", "hers", "his" ...
Thanks again. GREAT mod!
-
Re: Gift Wrapping Contribution
Hello,
Can anyone tell me how can I easyly adapt this module to offer free gift wrap for orders over $ 50 only? and for orders bellow this amount, just charge normal gift wrap fee?
thanks
Michael
-
Re: Gift Wrapping Contribution
Hello,
I'm upgrading from 2.6 to 2.7 (ZC 1.3.8a) and I keep getting this error every time I try to re-install the mod in admin
1062 Duplicate entry 'MODULE_ORDER_TOTAL_GIFTWRAP_CHECKOUT_WRAP_SELECT' for key 'unq_config_key_zen'
in:
[insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function ,date_added) values ('Wrap Selection Option', 'MODULE_ORDER_TOTAL_GIFTWRAP_CHECKOUT_WRAP_SELECT', 'Checkbox', 'Should wrap selection be checkbox only, use image swatches or text descriptions?', '6', '6','zen_cfg_select_option(array(\'Checkbox\', \'Images\', \'Descriptions\'), ', now())]
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 thought it could be the sql patch, so I dropped orders_giftwrap but nothing, I keep getting this error. Anyone has seen this before? any ideas how to solve this?
Thanks!
-
Re: Gift Wrapping Contribution
Please use version 2.8 (the latest and greatest for 1.3.8). Then do the steps in the exact order specified in the readme.
-
Re: Gift Wrapping Contribution
Thank you for your quick reply. I did and now I have another problem.
tpl_checkout_shipping_default.php is rending a half blank page (continue button and footer disappears) so after many trials I found these two lines of code
Code:
//} else if (DOWNLOAD_ENABLED && product_attributes_downloads_status($order->products[$i]['id'], $order->products[$i]['attributes'])) {
// echo GIFT_WRAP_NA;
are the responsibles for that so commenting them out solves the problem, page loads fine but images don't show up at all.
Any ideas?...
Thanks for the help.
-
Re: Gift Wrapping Contribution
I don't know what I did but it finally works! I wish I knew what I did though.
-
Re: Gift Wrapping Contribution
When people have problems like this my general advice is to use my template files, test, then introduce the changes you made to the templates on top of my files. This is probably less error prone than trying to do my changes on top of yours. But I'm glad to hear you got it going.
-
Re: Gift Wrapping Contribution
I want to change this from gift wrapping to gift boxes. The problem is the additional price varies depending on the size of the gift box. Is there a quick way to achieve this?
Thanks!
-
Re: Gift Wrapping Contribution
There's a user exit called apply_product_wrap_surcharge() that allows you to add charges on a per item basis. You can insert whatever code you'd like in this routine.
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
swguy
There's a user exit called apply_product_wrap_surcharge() that allows you to add charges on a per item basis. You can insert whatever code you'd like in this routine.
I meant that I want the surcharge to be different depending on which wrapping paper they choose. Is there a quick way to do that?
Thanks.
-
Re: Gift Wrapping Contribution
-
Re: Gift Wrapping Contribution
I had gift wrap 2.8_139 working great in a test store - with ZC 1.3.9g.
I just upgraded to 1.3.9h, merged the file
/includes/modules/pages/checkout_shipping/header_php.php
and now the mod doesn't work.
File from the contribution:
$_SESSION['cartID'] = $_SESSION['cart']->cartID;
from the merged file:
if (isset($_SESSION['cart']->cartID)) {
if (!isset($_SESSION['cartID']) || $_SESSION['cart']-cartID != $_SESSION['cartID']) {
$_SESSION['cartID'] = $_SESSION['cart']->cartID;
}
} else {
zen_redirect(zen_href_link(FILENAME_TIME_OUT));
}
Can you help me figure out what I have broken??
Thanks.
-
Re: Gift Wrapping Contribution
and no - it didn't work before the merge, either.
-
Re: Gift Wrapping Contribution
never mind. I feel stupid. I was copying the override files into the "working" template, not the existing template. Geesh.
:oops:Works great now!
-
Re: Gift Wrapping Contribution
Hi,
I have installed the module to my fresh installed zen cart version 1.3.9g. I have followed the instructions but I can't see the option to activate the gift wrap service. :dontgetit What might has gone wrong? Please help...
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
ekele
Hi,
I have uploaded all files and SQL scripts but there is no GW in Admin ->Modules -> Orders Total. Any idea, what could be wrong? I used Win Merge so I think there is no problem with merging files.
It is test shop, 139d so I am not attaching link to this.
Many thanks in advance for help.
Hi,
I am facing the same problem. Have your issue been solved? Mind to share?:smile:
-
Re: Gift Wrapping Contribution
I'm runing Zen Cart 1.3.8a and have had Giftwrapping installed for a few months and it has worked smoothly. However, suddenly the Admin shows that my customers always have ordered giftwraps regardless if that is the case or not.
I wonder what has gone wrong and where to look instead of having to reinstall the who add-on again.
Any help or advice would be very welcome.
Regards,
Kim
-
Re: Gift Wrapping Contribution
Sorted by reinstall the add-on. Sorry to have bothered you.
Have a nice day,
Kim
-
Re: Gift Wrapping Contribution
Hi
Been searching other threads but I think this might hold the answer.
Running Zen Cart 1.3.8a (simply haven't had time to go through the whole upgrade process yet) and everything was fine.
Installed the Gift Wrap Mod (noticed just now it says for 1.39(!)) and this is working fine.
Recently had a couple of customers report the following error (and running tests have confirmed it).
If they login with any items in their basket then try to checkout they get the following error:
Quote:
Whoops! Sorry, but you are not allowed to perform the action requested.
You are still logged in to your account and may continue shopping. Please choose a destination from a menu.
If they then empty their basket - add new stuff and checkout its fine.
I notice a thread in the 138-139 upgrade area about similar problems - but as I've not upgraded yet and the only addon I can see in my install that even mentions 139 is this one thought maybe someone might have an idea - or do I need to uninstall it?
:frusty:
thanks!
Clare.
-
Re: Gift Wrapping Contribution
You need to uninstall the 139 version. You may install the 138 version if desired. There are three separate versions for 1.3.7, 1.3.8 and 1.3.9.
-
Re: Gift Wrapping Contribution
I had this installed but what i was trying to accomplish with this did not work the way i wanted it to. I removed it (uninstalled) and now when anyone places an order and i click on their order i get this error:
1146 Table 'vb.orders_giftwrap' doesn't exist
in:
[select orders_products_id, wrap, wrap_config, wrap_name from orders_giftwrap where orders_id = '4']
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.
Any idea how to fix this because i cannot view any of my orders :yuck:
-
Re: Gift Wrapping Contribution
This means you did not uninstall it completely. You need to restore the file admin/includes/classes/order.php.
-
Re: Gift Wrapping Contribution
What would be the correct way to uninstall this correctly? Thanks!
-
Re: Gift Wrapping Contribution
Restore all files you changed to their prior condition. Step 0 of the install instructions was "do a backup." You need to restore all changed files from that backup.
-
Re: Gift Wrapping Contribution
Hi swguy
I keep being recommended to use your mod as a donation box for my shop
i have a Christian shop and have been trying to sort out a mod that allows my members to donate once they buy something
ppl keep saying convert this mod to do it.
but i don't know how or what to do and wasn't sure if that was even allowed. copyright stuff and all that.
have you any ideas please how to change it?
i'll gladly pay/donate to you if it can be sorted
thanks
-
Re: Gift Wrapping Contribution
You'd be better off using the insurance module or creating a separate product as was suggested in this thread.
http://www.zen-cart.com/forum/showth...light=donation
-
Re: Gift Wrapping Contribution
thanks for that unfortunately no-one seems to want to answer that thread
i posted in there ages ago and again today for advice :mellow:
oh well back to the drawing board thanks anyway :smile:
-
2 Attachment(s)
Re: Gift Wrapping Contribution
Hi,
I installed giftwrap 2.8 and zen cart 1.39h.
Everything is working fine accept the images.
I upload the images in a subdirectory of images and named this subdirectory giftwrap
I put .gif and .jpg
In the backend I choose for images
but on the frontend in the checkout shipping there are no images.
I read the topic and installed 3 times but no luck.
What went wrong?:wacko:
Angelique
-
Re: Gift Wrapping Contribution
Do a view source on your checkout shipping page and see what's happening where the images are supposed to be presented.
It should look something like this:
<span class="wrapImageBox"><img src="images/giftwrap/xmas1.gif" height="30" width="30" /><input type="radio" name="wrapping_paper_1" value="xmas1.gif" checked="checked" /> </span>
-
Re: Gift Wrapping Contribution
Hi
Is it possible to hide the module from group pricing customers?
Thanks
-
Re: Gift Wrapping Contribution
I didn't install this yet but is it possible to have only certain products have gift wrap option? Or this isn't possible?
-
Re: Gift Wrapping Contribution
It is; there is an exclude_product() function in the module which allows you to exclude specific products.
-
Re: Gift Wrapping Contribution
Hello
I wonder if someone could help.
I've installed this module and there appears to be a problem where when only one product is purchased and ticked for wrapping the orders.php, invoices.php and packingslip.php (and I believe the emails too) list more than one item for gift wrapping.
Can you shed any light on this for me?
Thanks
Andy
-
Re: Gift Wrapping Contribution
I was still unable to uninstall this. yes im an idiot i did not perform a back up on the store. But i am still receiving the same error. I went ahead and replaced the orders.php file and this did not fix the issue. Any other ideas?
Previous post:
I had this installed but what i was trying to accomplish with this did not work the way i wanted it to. I removed it (uninstalled) and now when anyone places an order and i click on their order i get this error:
1146 Table 'vb.orders_giftwrap' doesn't exist
in:
[select orders_products_id, wrap, wrap_config, wrap_name from orders_giftwrap where orders_id = '4']
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.
Any idea how to fix this because i cannot view any of my orders
-
Re: Gift Wrapping Contribution
You need to restore all the files in admin that were changed in this mod with copies from a fresh copy of the download of your version (since you didn't make a backup). There are four files in admin:
./packingslip.php
./invoice.php
./includes/classes/order.php
./orders.php
-
Re: Gift Wrapping Contribution
Thank you so much for this fix. Thanks!!!
-
Re: Gift Wrapping Contribution
While running test transactions I came across an anomaly that I believe I isolated to the Gift Wrapping module. I am using Zen Cart 139h and Gift Wrapping version 2.8_139. An error occurs when a customer uses gift certificate funds as part of the payment for a purchase. At the confirm payment step, the cart is not recognizing the gift wrap cost (including its tax) when specifically assessing the unpaid balance remaining after applying the gift certificate funds.
Example 1: I purchase an item for $10.00 and add gift wrapping for $5 for a total of $15. I will apply $12.00 from my gift certificate account funds toward this purchase, At the confirm payment step, ZenCart evaluates the purchase and appears to conclude that my payment is paid in full and sends me to the "Thank You" for your purchase page and records the completed purchase as paid by "Gift Certificate/Coupon." It does not pass the $3.00 unpaid balance on to my payment processor for billing purposes. The information ZenCart records in my customer account and in the Admin order record correctly shows there is an unpaid balance of $3.00 for this transaction and correctly deducted $12 from gift certificate account available balance - all of the details are accurate, however, I, the customer, did not get charged.
Example 2: Now if were to instead apply $9.99 of gift certificate funds to this same purchase thereby not covering $.01 of the item's $10.00 cost; when I confirm the purchase, ZenCart recognizes there is an unpaid balance and accurately passes $5.01 ($.01 product + $5 gift wrap) on to my payment processor (in my case PayPal) to be paid. This is why I conclude that ZenCart compares the gift funds to the item cost only and does not recognize gift wrapping costs in its evaluation.
(My examples here simplistic, I ran many test transactions with shipping costs, taxes, multiple products and so on before being able to determine this is where the problem appears to be.)
If I am correct, wherever this decision point occurs in ZenCart, the code needed to tell the program to include gift wrapping costs may have been overlooked in the module's programming. This is a minor issue for this excellent module. This type of transaction will likely occur very, very infrequently and the consequence is minor, i.e., all or part of the gift wrapping charge may not be recovered. We make heavy use of gift certificate awards to our customers and that is why I was testing and ran into the problem. Assuming I am correct, I thought it helpful to make the community aware of the potential problem and have it noted as something to fix with a future upgrade/release.
If I'm wrong, I'm back to square one and completely befuddled.
-
Re: Gift Wrapping Contribution
Replicated. But it's a bug in gift certificate handling, not gift wrap; gift wrap does not interact with payment processing.
-
Re: Gift Wrapping Contribution
Thanks for looking into this and confirming the problem. Apologize for pointing the finger your way incorrectly, although disappointed it is not something you may have been able to fix.
-
Re: Gift Wrapping Contribution
Pretty seamless implementation, however I cannot find the last step in my admin panel (the place I need to input the ID numbers)
Mod Configuration
The module is configured under Modules->Order Total->Gift Wrap
Choose a fee for gift wrapping
Enter the ID number of the gift wrapping option name in the Gift Wrapping Option Name ID field.
Enter the ID number of the gift wrapping requested option value in the Gift Wrapping Option Requested Value ID field.
If you have more gift wrapping options (such as "Premium" or "Add Ribbon and Bow", as described above), you will add these later outside the admin screen.
By default the sort order is just below "Shipping" on the checkout page. If you wish to move it, be sure you keep it above "Tax" if your "Re-calculate Tax" is set to "Standard."
That part.
Where do I enter in those ID numbers? In Modules > Order Total > Gift Wrapping I only see:
Sort Order
Include Tax
GW Flat Fee
GW Per Item Fee
Free GW for items over
Recalculate Tax
Wrap SElection option.
Can anyone help please?
-
Re: Gift Wrapping Contribution
Also, I just noticed that when I add the gift wrapping option, the user cannot add the item to their cart via the 'product listing' where they can see more than one product at a time. They have to select the product, and then choose the gift wrapping option. Is there a way to restore the quantaty box so people can add it directly from here and skip their gift wrapping chance? We want the option of gift wrapping but we also want the functionality of adding products to their cart from the main listing page.
-
Re: Gift Wrapping Contribution
here is where you can see what I am talking about from the product listing.
http://testmulberry.com/index.php?ma...index&cPath=17
We don't want gift wrapping to be contingent of the actual purchase. We just want it to be an added feature. I hope I am making sense. Thanks a lot!
-
Re: Gift Wrapping Contribution
Are you using an older version of Zen Cart and Gift Wrapping? If you upgrade to 1.3.9, the logic is all done at checkout.
-
Re: Gift Wrapping Contribution
Both are very new and current versions.
Where do I go to finish the installation? To answer my post at the bottom of this page
http://www.zen-cart.com/forum/showth...=53476&page=29
-
Re: Gift Wrapping Contribution
You quoted the instruction
Enter the ID number of the gift wrapping option name in the Gift Wrapping Option Name ID field.
This only exists in the 1.0 version of the module. You need to get the latest and greatest. For 1.3.9, it's 2.8_139.
http://www.zen-cart.com/index.php?ma...roducts_id=407
Get the one at the top of the page, not the bottom of the page.
-
Re: Gift Wrapping Contribution
I'm very sorry, I was just following the instructions on the info page.
I have the new download, I was just referring to old instructions.
-
Re: Gift Wrapping Contribution
Gotcha. You want the new instructions and the new files. Then the ID stuff goes away except for things you want to NOT offer gift wrap on. Also, no attributes so you can buy from the listing pages as before.
-
Re: Gift Wrapping Contribution
I usually read the 'Read Me's, but this time I did not as I was following your websites instructions. The read me instructions work great. No problems
Only question now is formatting of the gift wrapping box upon checkout. Where can this be edited at?
-
Re: Gift Wrapping Contribution
Quote:
Originally Posted by
davisz
I usually read the 'Read Me's, but this time I did not as I was following your websites instructions.
The first line of which says "This contribution has been obsoleted by Gift Wrapping at Checkout." :)
I guess I should repeat that message once or twice in the file.
Quote:
Only question now is formatting of the gift wrapping box upon checkout. Where can this be edited at?
You'll want to look at the checkout_shipping_default template. This is somewhat hairy; proceed with caution.
-
Re: Gift Wrapping Contribution
I do not want to mess with the files and ruin your great mod on my site!
My only question is the words Item Name: and Wrap? At the top of the table. They are too far to the right and look out of place. If this is unfixable, no big deal - I greatly appreciate your incredible mod!