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!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from 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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024