hi, if i have a specific product discount of say 10% on a product X and this is applied to users in group Y, i am finding that a global (5%) discount for group Z is not being applied when group Z members purchase product X. is this the intended behaviour? if so how would i give group Z a global discount?
TIA.
global discount
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: global discount
You will have to apply the 5% discount for group Z to product X. The discount logic works from most specific to least specific:
Is/are there product level discount(s)?
Yes: Am I eligible for any of them?
No: Continue
Is/are there category level discount(s)?
Yes: Am I eligible for any of them?
No: Continue
Is/are there global discount(s)?
Yes: Am I eligible for any of them?
At any level if discounts exist, we examine whether the user is eligible but do not continue seeking discounts at more general levels.
Is/are there product level discount(s)?
Yes: Am I eligible for any of them?
No: Continue
Is/are there category level discount(s)?
Yes: Am I eligible for any of them?
No: Continue
Is/are there global discount(s)?
Yes: Am I eligible for any of them?
At any level if discounts exist, we examine whether the user is eligible but do not continue seeking discounts at more general levels.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.