Hi Support.
I have read through the support-threads but haven't found any thing that sounds like my problem.
I want to create a webshop where I manually create and control the discount of each customer. That means that I will give customer A 10% discount on all prices and customer B 15%, customer C 12% and so on.
Further on I will like to control individual discounts on specific categories that influences all customers.
Is this something I can do with Toolset Access or any other Toolset plugin?
Thank you in advance.
Kind regards
Kristen
Dear Kristen,
I suggest you create a custom user field "customer-discounts", you will be able to setup discounts value for each user
https://toolset.com/documentation/user-guides/user-fields/
Then you can setup some PHP codes, use custom codes to call the custom user field value nto the WooCommerce cart as a discount.
See similar thread:
https://stackoverflow.com/questions/40850199/call-a-custom-user-field-value-in-a-woocommerce-hooked-function
Same as above, you can setup a custom taxonomy field in the product category:
https://toolset.com/documentation/user-guides/term-fields/
Hi Luo Yang.
Thank your for your support.
I found out that there is a B2B-plugin that solves this problem, so I used that instead.
Kind regards
Kristen