Gift Wrapping Contribution
Allows you to break out gift wrapping costs in a separate order total summary; allows dynamic pricing of gift wrapping, etc.
Download here:
http://www.zen-cart.com/index.php?ma...roducts_id=407
Some help and instructions in README; more provided here:
http://www.thatsoftwareguy.com/zencart_giftwrap.html
Scott
Re: Gift Wrapping Contribution
This is an interesting contribution and I had been wanting a gift wrap option. I'm wondering, though - in the directions you say:
Quote:
5. Note that if your products already have attributes, then instead
of adding these fields one at a time, you may use one of the "Add ALL Option
Values" features back on the Catalog->Option Name Manager screen.
Since I don't use many product attributes, it appear that I have to manually configure each product to include this gift wrap option, correct? Or can I apply the option to an entire category with one swoop?
Re: Gift Wrapping Contribution
Bad news: one at a time. Good news: it really shouldn't take more than ten or twenty seconds per product, and it's monkey work you can give to anyone. I'd loan you my monkey but he's busy debugging the code I broke. :smile:
Scott
Re: Gift Wrapping Contribution
Hello there,
Great Contribution. I have set it all up, and I am sure I spotted somewhere that you can display the giftwrap price on the shopping cart page, but I might have been seeing things. Is it possible to do so?
Many regards,
Heathenmagic
Re: Gift Wrapping Contribution
Not by default; order total modules are only shown on page 2 of the checkout.
Scott
Re: Gift Wrapping Contribution
Great mod,
im using it to display 8 different types of gaftwrap and 8 greeting cards.
However i have one problem, I want to offer my customers free shipping if the order value including gift wrap and cards is over £75 at the moment it only takes into account the value of the product is there anyway to include the price of the gift wrap and cards in the subtotal ?
URL
Re: Gift Wrapping Contribution
You'd have to write custom logic.
Scott
Re: Gift Wrapping Contribution
Thanks for the reply, im a bit of a noob i havnt a clue what custom logic is ive managed to get as far as i have with my website by following posts on the forum, reading books and other web resources.
This sounds a little complicated i think ill make do with what ive got for now.
Re: Gift Wrapping Contribution
Hi Scott.
Thanks for the great contribution. I have been testing it out and it works like a charm for normal products.
I am however finding that if the product is free (i.e. no charge) but I still want to charge for gift wrapping I cannot get the customer to pay for the wrapping.
In other words if I apply the gift wrap attribute to a free product and add it to the shopping cart, when I get to the checkout payment screen it show the totals summary correctly (zero for product, and gift wrap fee of $2) but no payment modules are shown. It is almost like some or other total somewhere is still zero so ZenCart does not show any payment modules.
I can get it to display payment modules by assigning a value to the gift wrap attribute on the product but this obviosly throws the total out (and voids one of the major reasons for using the contrib - makes it hard to change on a global scale).
Is there anything I can change or code I can add to get the payment modules to show for a free product?
Thanks again.
Regards.
Duwane
Re: Gift Wrapping Contribution
Duwane, can you try changing the product is free to false, keep the 0.00 price,
and try both settings of priced by attributes to see if this works?