How do I show my customer their discount code when he/she paying the bill?

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 :face_without_mouth: :face_without_mouth: :face_without_mouth:

Do you have some good ways to show the codes when customer finishing the purchase?

1 Like

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.

1 Like

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.

1 Like

wow,thanks for your automatic discount information,how could i start the process?Could you teach me the methods?

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?

Hi @handsome_sen

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!

1 Like

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. :slightly_smiling_face:

Let me know if you have any further questions, and I’ll happily reply in the thread.

1 Like

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?

Hi @handsome_sen

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.

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

OKAY,this must be very helpful during e-mial marketing!

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~ :grin:

This sounds like exactly what I need, can you please explain how I set this up?