Skip to product information
1 of 1
Published:2023.12.26

Example of setting up Shopify to display a first-time-only coupon code on your personal page to promote usage, but hide the code after it has been used

Example of setting up Shopify to display a first-time-only coupon code on your personal page to promote usage, but hide the code after it has been used

Applications

  • Edit My Page

How to implement

  • LIQUID
  • HTML/CSS
  • Javascript
  • Shopify Flow
View full details

This is a setting example for displaying a coupon code as a member registration bonus on Shopify's My Page, but hiding the item once the coupon code has been used. Shopify Flow is used to tag the customer's coupon code usage history and determine whether or not the code was used.


Example of setting to display a first-time-only coupon code on your personal page to promote usage, but hide the code after it has been used.


[Setup Step 1] Create a Shopify Flow that will tag the customer as a "coupon used" flag when the target coupon code is used.


[Settings Step 2] Add customized Liquid to your My Page and insert the code


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

Test Theme :Dawn/Rise 15.2.0

マイページにカスタマイズされたLiquidを追加してコードを挿入

Related Post