In version 2.1, the function apply_category_wrap_surcharge() still has one of my testcases in it; please delete
case 19:
this should be line 88 of includes/modules/order_total/ot_giftwrap_checkout.php
In version 2.1, the function apply_category_wrap_surcharge() still has one of my testcases in it; please delete
case 19:
this should be line 88 of includes/modules/order_total/ot_giftwrap_checkout.php
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.
Hi,
I just installed your gift wrapping contribution. Thanks...I had been wanting something like this for a while. It's working great, but I was wondering if there is a way to not allow gift wrapping for certain products. Right now it seems to apply to all categories/all products. Some of the things I sell I don't have gift packaging for. Any help would be much appreciated. Thanks!
-Becky
If you download version 2.1, there are two user exits to allow you to disable gift wrap on specific categories and/or products.
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.
Hi - The contribution is working great except for one small problem. On my invoices when a customer has paid for gift wrap, it still says "No gift wrapping selected" at the bottom of the invoice. Did I miss a step in the installation somewhere?
-------------------------
Dichroic Jewelry
I would guess one of your merges failed. I would look at includes/classes/order.php.
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.
For vendors obligated to display prices inclusive of tax, please download version2.2 of this mod, which adds the "Tax Included" radio button. You must REMOVE (Admin->Modules->Order Totals->Gift Wrap at Checkout->Remove) and RE-INSTALL in order to use this feature.
Also included in version 2.2 is the fix for the issue reported in post 71 and css to vertically center the checkbox for gift wrapping on the first checkout page.
Thanks to sky50 for beta testing the tax logic and providing ideas for improvement.
Scott
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.
Hi SWGUY,
I'm trying to get this new version 2.2 released Dec 1 and for some reason at the checkout_shipping (http://tls.camerch.com/store/index.p...ckout_shipping) page it's returning a blank page.
Would you possible know why?
Thanks in advance!
You really need to post the PHP error logs for me to have any hope of understanding what's happening in your environment. Saying "I got a blank page" doesn't give me enough clues to go on.
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.
Hey SWGUY,
Unfortunately no PHP "error_log" files are being generated when the blank page shows.. I'm not sure where to go from here, I can't find anything in logs to see what's going on here.
I know it's hard to figure it out with just blank page, so if you have a few minutes let me know I can provide my user/pass to my FTP so you can take look at it. It's a test server running Zen 1.3.7 freshly installed.
Thanks
OK, I moved it to a new server and now when I get to checkout_shipping I get the following error message:I searched in the developers Kit and found this:Code:"Fatal error: Call to undefined function: zen_get_customer_validate_session() in /home/thelaug/public_html/ZENCARTTEST/includes/modules/pages/checkout_shipping/header_php.php on line 27"
Any clue why the "zen_get_customer_validate_session" function would be failing?Code:/home/thelaug/public_html/ZENCARTTEST/includes/modules/pages/checkout_shipping/header_php.php Line #26 : if (zen_get_customer_validate_session($_SESSION['customer_id']) == false) {
Bookmarks