Shopify - Display all discount code in a page
I have this code in my Shopify page.
{% for discount in discounts %}
{{ discount.title }}<br>
{% endfor %}
Answer
Solution:
You know you can only access a Discount object in notifications, like emails? You cannot access them just anywhere. Shopify only exposes that when you need to print an email for example, for the customer to see their items and money they spent.
Answer
Solution:
Discount Object will display a value only if it's accessed in notifications or in the Order Printer App. For more info please refer - https://help.shopify.com/en/themes/liquid/objects/discount (https://help.shopify.com/en/themes/liquid/objects/discount) or https://www.shopify.in/partners/shopify-cheat-sheet (https://www.shopify.in/partners/shopify-cheat-sheet)
Source
Didn't find the answer?
Our community is visited by hundreds of Shopify development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.