Hello,
I am in need of a module that can be configured to do the following:
Lets say I have 200 users and 30 categories. I need to give any one of these users different discounts for every category.
Example:
- User "John" mush have -10% for "category-1", -15% for "category-2", -3% for "category-3" and so on.
- User "Smith" mush have -9% for "category-1", -12% for "category-2", -4% for "category-3" and so on.
The ideal thing will be for the discounts to be set in the users profile with category tree and a text box next to every category where I can set the discount.
Is there any module like this?
Most modules I tried can achieve this by creating filters for every category with discount, but that leaves me with 30 filters for every user I have.