How can I assign a fixed discount to individual customers

Hi there

Is it possible to give individual customers a fixed discount for each order. I want to manage the inventory for each of my products only once, but I have retail and wholesale prices. Therefore I would like to assign a specific discount to my wholesale customers.

A solution for that without additional app would be very appreciated

Thanks in advance

Bettina

1 Like

Here is the address

October 30 Wines - The only organic single Vineyard Winery in Matakana

The discount is used especially for manual orders.

thank you

Hey @betbuech_1 ,

Having a dedicated 3rd-party wholesale app always helps you with quick configurations and more customization options.

If you want to create a combined B2C and B2B wholesale experience for your customers using an app, please feel free to try Wholesale Pricing Discount app.

Also, ask me if you need any help there, I’d be happy to assist :slightly_smiling_face:

Best.

Here is a quick and simple solution with discount codes:

Inside your cart form …

Copy this snippet:

{% if customer.tags contains 'YOUR-WHOLESALE-CUSTOMER-TAG' %}

{% endif %}

The cart forms are usually in the cart.liquid template but sometimes also in the mini-cart.liquid ect

Hello

Thanks a lot for your reply. I will try to implement this in my code.

Have a great day

Hello

Thanks for your reply. I will try this app and perhaps comeback to you later :blush:

Regards

1 Like