SEO, AdWords, affiliates, advertising, and promotions
I don't know how to describe it I want it to look like this one in the picture :
In this picture you can see the red text (promotion/offer)
What can I do to my store ?
Hi Bryan,
You'll need to use the Compare At Price field on your products to add the discounted/promotion prices.
To show the red promotion text underneath, you have two options:
1. Through custom liquid
{% if product.compare_at_price != empty %}
<p style="color: red;">Your promo text here</p>
{% endif %}
2. Through a custom product template
Let me know if you have questions when you're implementing it!
Hi @BryanEmpire
To enable the compare price feature, you can consider utilizing a page builder app like PageFly or Gempages. These apps allow for easy drag-and-drop integration of the element. Simply add the element to the editor and configure it accordingly.
Hope it helps. Cheers!
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Unlock the secrets to a record-breaking BFCM with PageFly and Canva
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from the Free plan. Live Chat Support is available 24/7.
Hi @BryanEmpire
In order for your product price to look like as in the sample, follow these steps:
To add the promotion text:
{% if product.compare_at_price_max > product.price %} <p class="promotion-text" style="color: red; font-weight: bold;">Your Promotion Text Here</p> {% else %} <p class="price">{{ product.price | money }}</p> {% endif %}
The promotion text will look something like this:
I hope this helps!
Hi @BryanEmpire ,
I'm not sure if you've found a good solution to this, but we've also just launched our app Promi to do exactly this. Promi also has the benefit of offering price strikethroughs and discount descriptions on collections pages, support for code and automatic discounts, and deeplinks to apply discount codes on product and collections pages.
App listing: https://apps.shopify.com/promi-discounts
Website: https://www.usepromi.com/
We're giving out credits to use the app for free + a dedicated Slack support channel to merchants willing to provide feedback. Let me know if you're interested.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025