Skip to product information
1 of 0
Published:2024.01.12

Example of setting up a header to notify customers that a coupon has been applied when they visit a store using a shareable link on Shopify

Example of setting up a header to notify customers that a coupon has been applied when they visit a store using a shareable link on Shopify

Applications

  • DiscountEdit

How to implement

  • LIQUID
View full details

Shopify discount codes can be applied without entering the code by using a shared URL, but when you navigate using this URL, it is not immediately clear whether the coupon code has been applied. Here is an example of settings to notify the header that the coupon has been applied.


Example of setting to notify in the header that the coupon has been applied when the user navigates to the store via a shareable link


[How to set it up] Add a custom Liquid section to the header group in the theme editor and insert code to show that the coupon has been applied.


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

In the Theme Editor, add a custom Liquid section to the header group and add the code to show that the coupon has been applied.

Related Post