Re: Gift Wrapping Contribution
Hi Scott. I tried all the things you asked me to and still get the same result (i.e. no payment modules) unless I assign a value of at least 1 cent (0.01) to the attribute.
The settings of my gift wrap attribute are as follows:
Used For Display Purposes Only: No
Attribute is Free When Product is Free: No
Default Attribute to be Marked Selected: No
Apply Discounts Used by Product Special/Sale: No
Include in Base Price When Priced by Attributes Yes
Attribute Required for Text: No
<edit> Forgot to add that I did try other attribute settings too </edit>
Have you tried to replicate the problem as I am pretty sure it will show up for you too?
Do you know where the code is in ZenCart that actually decides whether or not to diplay payment modules? I have tried to find it to trouble shoot but when you start getting into base class and init includes I get lost :blink:
Re: Gift Wrapping Contribution
I will look at it this weekend and get back to you as soon as I can.
Scott
Re: Gift Wrapping Contribution
I did some more testing.
If you have the The Zen Cart FREE CHARGE CARD payment method enabled it is the only method that shows in this scenario. I will take a look at its code later today and see if I can come up with a work around for this problem.
I will let you know.
Thanks.
Regards.
Duwane
Re: Gift Wrapping Contribution
Hi Scott.
Any luck yet? I have been trying to find a solution but to no avail... :frusty:
Re: Gift Wrapping Contribution
Suspect this is not possible without core changes.
Re: Gift Wrapping Contribution
I thought as much but I am not afraid of a few core changes :smile: Could you point me in the right direction as I would really like this to work.
Thanks.
Regards.
Duwane
Re: Gift Wrapping Contribution
My bad - no code change required. Here's what I did:
Catalog->Categories/Products
- product is free: no
- set price to $0.00.
- priced by attributes: no
Catalog->Attributes Controller
- add attribute, setting price + some amount.
Works fine.
Scott
Re: Gift Wrapping Contribution
Hi, first thanks for the great module. Is there a way to instead of the gift wrapping option showing up on each individual product page to have it in the shopping cart on the shipping info page?
Re: Gift Wrapping Contribution
Not without a bunch more coding.
Re: Gift Wrapping Contribution
Hiya Scott,
I've noticed this question asked before, but I never found the answer:
When setting the Gift Wrap attribute to each item, instead of putting $4.00 under Price, I put it under One-Time. This helps if let's say a customer selects Gift Wrap option and is charged only once for the specific item.. however, what I would need is the following setup:
1-3 items = $4.00 overall gift wrap charge
4-6 items = $6.00 " " "
7-10 items = $10.00 " " "
and so on...
I know this method works for shipping charges for example... darned I would know how to code this in. advice? Thanks.
Tatiana