Is there a way to assign a discount for certain members that login? For instance, I have people that want to become a dealer for my product line, is there a way to give them dealer pricing without telling them to use a coupon code or something like that?
You should create two separate products (one for dealers and one for consumers). Have the consumer products on the public end and have the dealers part with dealer products where only the users with the member role of “dealer” can access. This is probably the best workaround as what you are trying to do is not possible.
So I have to duplicate everything in my store rather than being able to apply a percentage break to my dealer. Man, Wix loses more charm by the day. Starting to really regret my decision to use wix.
Unfortunately, yes. Other option is to create a coupon, but that is not ideal.
You could do something with the price variants, but users are naturally going to select the cheaper options. Also not ideal.
Hello Jesse! I’m seeing this for the first time, a little late, but thought I need to clear up some things. First off it is more than possible, in fact 100% do-able to achieve what you stated in your original post. You are able to assign a discount to certain members and there is more than one way to do so. You can setup members with badges or create any sort of custom field which identifies them as a dealer. When they are logged in you can simply run a check run a backend call which checks if they are dealer/customer or other and then return than to some simple logic that recalculates the price of products on the front-end. Wix in combination with Velo(previously Corvid) makes it possible to build literally any idea you could imagine. For a more detailed overview check out the docs here: https://www.wix.com/velo/reference/api-overview .