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!
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!
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
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!
M.Valenti
Contemporary Artist - Entrepreneur
http://www.manuelavalenti.com - http://www.byvalenti.com
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.
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.
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
are the responsibles for that so commenting them out solves the problem, page loads fine but images don't show up at all.Code://} else if (DOWNLOAD_ENABLED && product_attributes_downloads_status($order->products[$i]['id'], $order->products[$i]['attributes'])) { // echo GIFT_WRAP_NA;
Any ideas?...
Thanks for the help.
M.Valenti
Contemporary Artist - Entrepreneur
http://www.manuelavalenti.com - http://www.byvalenti.com
I don't know what I did but it finally works! I wish I knew what I did though.
M.Valenti
Contemporary Artist - Entrepreneur
http://www.manuelavalenti.com - http://www.byvalenti.com
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.
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 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!
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.
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.
Bookmarks