Zen Cart Logo
Forums / All Other Contributions/Addons / Gift Wrapping Contribution

Gift Wrapping Contribution

Views: 90,259

Results 81 to 100 of 389
04 Dec 2007, 07:25
#81
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Gift Wrapping Contribution

It sounds like your files were damaged during upload. The function is not failing; it's not found. It should be in include/functions/functions_customer.php.

04 Dec 2007, 20:57
#82
hutch32804 avatar

hutch32804

New Zenner

Join Date:
Nov 2007
Location:
Orlando, FL
Posts:
24
Plugin Contributions:
0

Re: Gift Wrapping Contribution

swguy:

It sounds like your files were damaged during upload. The function is not failing; it's not found. It should be in include/functions/functions_customer.php.

Hi SWGUY,

Everything is working perfectly now, thank you so much! If you wouldn't mind I do have on more question.. I modified the "tpl_chekout_shipping_default.php" to use a dropdown menu instead of a checkbox, my question is what file and if you recall line of the file would I find the IF statement to add the Gift Wrapping charge to the order?

Thanks!

06 Dec 2007, 09:47
#83
gwiazda avatar

gwiazda

New Zenner

Join Date:
Mar 2006
Posts:
57
Plugin Contributions:
0

Re: Gift Wrapping Contribution

This is a great mod, just what is needed at this time of year. Thanks :D

One small question - is there any way the price can be displayed on the checkout page, the same way that the shipping rates are?

At the moment there is no way for the customer to know what they will be charged for wrapping, unless I put it in the policies, but that is dependent on them reading the policies and means that I'd have to change code rather than just parameters if I changed the price.

TIA.

06 Dec 2007, 10:08
#84
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

See the link that says "Gift Wrapping Policies?" That's what it's there for. The instructions show you how to change this.

06 Dec 2007, 11:20
#85
gwiazda avatar

gwiazda

New Zenner

Join Date:
Mar 2006
Posts:
57
Plugin Contributions:
0

Re: Gift Wrapping Contribution

Umm, you've missed the point I think :) People do not usually bother to click on links to read things like policies - it needs to be more obvious what the cost is otherwise people will assume it is free and then be irritated when they are charged on the next page.

Another suggestion you may want to consider for future versions is allowing text to be added for each gift or the whole order, so that the sender's message can go on a card. Just a thought :)

06 Dec 2007, 11:35
#86
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

The cost computation can be arbitrarily complex; it's not a matter of just echoing the values you fill in on the admin page.

If you're worried that customers will be astonished by your pricing structure, you can change the anchor text to make it more obvious that it's a priced service.

define('GIFT_WRAP_EXPLAIN_LINK', 'Gift Wrapping Pricing');

Or you can alter your template to just show a text message saying this is a priced service; final pricing will be provided on the next page.

If it's appropriate for your cart, you can certainly modify your template to echo the admin page settings, but this is not a general solution.

07 Dec 2007, 15:54
#87
minneapolis_dan avatar

minneapolis_dan

New Zenner

Join Date:
Jan 2006
Location:
minneapolis
Posts:
69
Plugin Contributions:
0

Re: Gift Wrapping Contribution

I got the mod working, and it's great, but the customer wants it turned off for now. I did the "remove" in the Admin under Order Total Modules, but it's still showing up as an option during checkout.

How do I disable this?

07 Dec 2007, 15:58
#88
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

This feature only works in the latest and greatest version. If you have an earlier version, you will need to manually delete the files (in particular, the template files) to turn it off.

07 Dec 2007, 16:23
#89
minneapolis_dan avatar

minneapolis_dan

New Zenner

Join Date:
Jan 2006
Location:
minneapolis
Posts:
69
Plugin Contributions:
0

Re: Gift Wrapping Contribution

Thanks, that did it. Appreciate the quick reply.

10 Dec 2007, 19:51
#90
jbrit avatar

jbrit

New Zenner

Join Date:
Aug 2006
Location:
BC, Canada
Posts:
29
Plugin Contributions:
0

Re: Gift Wrapping Contribution

I just installed this on my test site, and I am getting double tax on the gift wrap charge.

I'm in Canada and my taxes are broken down on 2 lines, 1 for the item and 1 for the shipping but in calculating the taxes it sees to include the gift wrap charge under both item and shipping.

As an example

Item Cost $20.59
Shipping $15.44
Gift $3.08
6% Tax on item+giftwrap ($20.59+$3.08) = $1.42 (this is what shows)
6% Tax on Shipping ($15.44) = $0.93 (Screen shows $1.11 which is $15.44+$3.08 x 6%)

If I select to include tax and change recalculate to none, then the gift wrap charge goes from $3.08 to $3.45 which is basically $3.08 + 6% +6% ($3.08x6%=$3.26)

Am I making sense?
James

10 Dec 2007, 20:17
#91
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

You'd have to include gift wrapping in whatever changes you have to make the tax separate out for shipping vs. the item. I'm not sure how the Canada mods work but you'd have to do the same sort of changes to Gift Wrap.

Scott

10 Dec 2007, 21:11
#92
jbrit avatar

jbrit

New Zenner

Join Date:
Aug 2006
Location:
BC, Canada
Posts:
29
Plugin Contributions:
0

Re: Gift Wrapping Contribution

The only changes made for Canadian taxes are to define tax zones / classes and rates as per http://www.zen-cart.com/forum/showthread.php?t=35032 no mods to files so I'm not sure what changes I could make to get this to work.

13 Dec 2007, 21:35
#93
tmiller avatar

tmiller

New Zenner

Join Date:
Oct 2007
Posts:
9
Plugin Contributions:
0

Re: Gift Wrapping Contribution

swguy:

If you download version 2.1, there are two user exits to allow you to disable gift wrap on specific categories and/or products.

Hello,
Can you specify how this is done? I haven't been able to find this option in the admin. Thanks!

13 Dec 2007, 21:40
#95
tmiller avatar

tmiller

New Zenner

Join Date:
Oct 2007
Posts:
9
Plugin Contributions:
0

Re: Gift Wrapping Contribution

Excellent! Thanks for the quick reply.

17 Dec 2007, 18:26
#96
driftrate avatar

driftrate

New Zenner

Join Date:
Apr 2007
Posts:
2
Plugin Contributions:
0

Re: Gift Wrapping Contribution

Anyone install gift wrap mod on zencart 1.3.8

When i go to admin/modules/order total/
theres no link for gift wrap to install. I thought,
ok. what did i do or did not do, So i made a test site with
zencart 1.3.7 i installed it there and it works great.
so if some one has it working on zencart 1.3.8
let me know if you had the same problem, And thanks so much.

17 Dec 2007, 18:29
#97
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

I'll test this out tonight.

18 Dec 2007, 00:29
#98
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

It works fine once you've done the zillions of merges required to bring the code forward to 1.3.8. I'll need a couple of weeks to soak the fixes before I release them.

18 Dec 2007, 20:05
#99
driftrate avatar

driftrate

New Zenner

Join Date:
Apr 2007
Posts:
2
Plugin Contributions:
0

Re: Gift Wrapping Contribution

sw guy

Thanks for looking into this and thank you for all you're hard work

19 Dec 2007, 03:45
#100
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Gift Wrapping Contribution

A bug has been found in the handling of the orders_total table in this module. If you are still running Zen Cart 1.3.7, please upgrade to Gift Wrap 2.3 (now available in the download area). This fix will be included in the 1.3.8 version of this mod, which will be released next month.

In all likelihood, this is the final 1.3.7 version of this mod.

Thanks,
Scott