Skip to product information
1 of 1
Published:2024.04.01

Example of settings to count the number of times a coupon code is used on Shopify and add it to customer information tags

Example of settings to count the number of times a coupon code is used on Shopify and add it to customer information tags

Applications

  • DiscountEdit

How to implement

  • Shopify Flow
View full details

This is an example of setting up a coupon that can only be used by customers who purchase a specific product on Shopify. A coupon is created that can only be used by a segment with a specified customer tag, and Flow is used to automatically assign the customer tag when delivery is completed.


Example of a coupon that can only be used by customers who purchase a specific product


[Setup Method 1] Create a customer segment with the "Shoes Purchased" tag


[Setup Method 2] Create a coupon that can only be used by customers in the "Shoes Purchased" segment


[Setup method 4] Create a flow that assigns a customer tag once the order has been shipped (after purchase, do not issue the tag immediately, but instead determine that the purchase has been confirmed).


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Flow part for adding tags

Related Post