Discussing APIs and development related to customers, discounts, and order management.
Actually I use mails to inform my customer and tell them the discount,but my customer doesn't konw their code,so they can not use it,the case is bothering me😶😶😶
Do you have some good ways to show the codes when customer finishing the purchase?
Solved! Go to the solution
This is an accepted solution.
You can't import a CSV, but you can search customers by name or email easily.
Alternatively, you can assign a tag to all the customers you want to be eligible for the discount, and then enter that tag in my app. From that point on, the customers you select will have the discount applied to all future eligible purchases.
How do you have your discount setup? If you want the customer to have a discount applied during checkout, instead of having them receive it afterwards, then a regular discount code isn't what you need.
It sounds like what you're looking for is an automatic discount.
wow,thanks for your automatic discount information,how could i start the process?Could you teach me the methods?
If you're looking for an automatic discount, then you should start with Shopify's automatic discounts:
https://help.shopify.com/en/manual/discounts/discount-types#automatic-discounts
However, they don't support selecting a specific customer to apply the discount to. If that's what you need, then I recommend using my app, Regios Automatic Discounts.
For example, you can select individual customers or tags:
Even if you don't use my app, I still recommend using automatic discounts, as they save both you and your customers manual work, reduces room for error, and ultimately makes it easier for people to buy from you. 🙂
Let me know if you have any further questions, and I'll happily reply in the thread.
Thank you again for your patient reply, as you mentioned,what i need is “ selecting a specific customer to apply the discount to them”,hence,I wonder do your app support the user import some customer and distribute corresponding discount codes to them?
This is an accepted solution.
You can't import a CSV, but you can search customers by name or email easily.
Alternatively, you can assign a tag to all the customers you want to be eligible for the discount, and then enter that tag in my app. From that point on, the customers you select will have the discount applied to all future eligible purchases.
For tag solution,could I create the tag by shopify's API?
After I have the tags,how do I link the tags and customers in your apps? could you show me the process?The reason why i ask process is that there is probably lots of customers will be labeled, so I wonder more convenient methods.
Thank you again
Certainly! In Shopify, you can improve the code redemption process by implementing an automatic system. After a customer makes a purchase, set up an email confirmation containing their unique discount code. Additionally, display the code on the order confirmation page after checkout. This way, customers will have immediate access to their codes, ensuring a smoother and more convenient redemption experience.
wow,thank you for your solution,however I can not find the automatic system,i read some relative API docs,finding nothing related with discount code.Could u guide me some API doc?
This sounds like exactly what I need, can you please explain how I set this up?
You can add the discount information to the customer's account so when they login and go to their account, they can see the discount code.
There is also an automatic discount but that is applicable to minimum purchases only and cannot specify a customer. See image below
Another way is to edit the checkout page but this is only applicable to Shopify plus.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
OKAY,for “You can add the discount information to the customer's account so when they login and go to their account, they can see the discount code.” How do I operate in the backend?Do you have further solution? thanks~😁
You can also tweak your email template and append the discount URL at the end of store URL.
Like below
{Store URL}/discount/code
Refer the below URL for more details
https://help.shopify.com/en/manual/discounts/managing-discount-codes
Hope this will help.
OKAY,this must be very helpful during e-mial marketing!