Global expansion, localizing content, and selling in multiple currencies and languages
I have a t-shirt dropshipping company and I'm currently running a 30% off campaign.
The issue is that my "compare at price" feature is unavailable, so all my customers see the full price instead of the discounted one.
I checked the previous feeds and I ticked off the box that was hiding the feature.
More than that, it's been more than 30 days since I didn't touch the prices, so any discount should be available for the EEA and UK.
Can anyone help me figure out this issue, as I'm already losing patience here 🙂
Thank you in advance!
Hi @ethicbox
I totally get how frustrating this situation is, especially when you're running a campaign and customers can’t see the discount properly. Since you've already checked the basics—like making sure the "Compare at price" feature isn’t hidden—let’s go through a few more troubleshooting steps to figure out what’s going on.
Go to Shopify Admin > Products, click on one of your discounted t-shirts, and ensure:
Sometimes, themes don’t automatically display the "Compare at price" when a discount is applied. Check:
If your theme doesn’t support it by default, you may need to modify the product template code.
If you suspect it’s a theme issue, follow these steps:
1-Go to Online Store > Themes > Actions > Edit Code
2-Open product-price.liquid or main-product.liquid (depending on your theme).
3-Look for a section that handles price display (usually something like {% if product.compare_at_price > product.price %}).
If missing, add this snippet inside the pricing section:
{% if product.compare_at_price > product.price %}
<s>{{ product.compare_at_price | money }}</s>
<span>{{ product.price | money }}</span>
{% else %}
<span>{{ product.price | money }}</span>
{% endif %}
4- Save the changes and refresh your store to see if the discounted price appears.
If you’ve made changes but they’re not showing up, try:
If you use third-party apps for pricing, sales, or automatic discounts, they might override the Compare at price setting. Try disabling them temporarily and see if that fixes the issue.
You mentioned that the discount should be available, but just to confirm:
Let me know if you've already checked all this, and I can help troubleshoot further.
If you need any other assistance, feel free to ask, and I will try my best to support you.
Best regards,
Daisy.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025