Hi, on our shop we have an order total module calls discount_by_payment_type. When customers choose the credit card option, they will get 2% discount.
The second thing is group_pricing that we apply to our customers if they have purchased above a certain amount. For examlpe 40% VIP discount.
All these also apply if they purchased for Gift Certificates. Why??
---------------------------
Example 1:
Customer belongs to a group_pricing with 40% VIP discount.
He buys a GV for 1000$.
On checkout_payment:
Code:
Sub-Total: $ 1.000
VIP discount: -$ 80 (-40% ???)
Discount on payment type: -$ 18 (-2% ???)
Free shipping: $ 0
Total: $ 902
Example 2:
When the same customer by an item for 100$ and a GV for 900$.
On checkout_payment:
Code:
Item: $100
GV: $900
Sub-Total: $ 1.000
VIP discount: -$ 80 (-40% ???)
Discount on payment type: -$ 18 (-2% ???)
Free shipping: $ 0
Total: $ 902
---------------------------
1. The discounts shall not apply to the GV
2. 80$ is not 40% of 1000$
3. 18$ is not 2% of 920$
What is wrong her? Have I configured something wrong, or is this a bug from ot_group_pricing and ot_discount_payment_type? I've have tried all the setup guides from this forum without any changes. Please help me..
Bookmarks