Discussing APIs and development related to customers, discounts, and order management.
Developers.
I would like to attached a "fixed discount" percentage - 5%, 7%, 10%, etc. for certain clients in my customer base but, there is no field to do so. Is this something you can add?
Dion.
Hey @fumare
Try creating Customer Segments and then applying specific discounts to those segments.
Scott | Developer Advocate @ Shopify
Hi Fumare,
Are you trying to create a fixed amount automatic discount?
Correct. I am trying to assign a fixed discount to individual customers so that it automatically comes up when I enter their name into the cart.
Shopify recently launched Automatic Discounts, but unfortunately there is no Customer eligibility settings in them (as to apply to a customer segment or tag only).
If you create normal discounts (not automatic) based on customer tags (as these have a customer eligibility setting), I think there was some way to push the discount in the cart form, but not sure this is working anymore, besides it looks a bit cumbersome too, something like this: https://community.shopify.com/c/technical-q-a/giving-specific-customers-a-discount/m-p/1231435
Hey Dion,
You can try our app, Regios Automatic Discounts. It was made for this exact purpose.
Step 1. Select "Percentage" in the "Value" card, and set the discount percentage you would like. You can also use "Fixed amount" or create a "Volume discount."
You can create multiple discounts if you have different groups of customers or products eligible for different percentages off.
Step 2. Use the "Customer eligibility > Specific customers" to select specific individual customers to apply your discount to.
Your discounts will automatically apply when:
1. Or, one of you chosen customers enters their name and email in the checkout
2. One of your chosen customers is logged in and views their cart
3. Or, one of your chosen customers is logged in and goes to checkout
---
If you don't want to use an app, then you can use Shopify Functions to code your own custom discount logic:
https://shopify.dev/docs/apps/functions
Please reply if you have any questions. Happy to answer in this thread!
Thank you. I will definitely look into both options above.