Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Is it possible to remove the compare at price from collections? I personally just want the little badge on the product image.
I'd like to remove the crossed out price. Only the actual price should be visible. The badge on the image is enough to make it look like an offer. This makes it look kinda cheap.
Store: https://lhrn4x5dc5v6xk9n-57645498523.shopifypreview.com
I somehow managed to remove the compare at price from every site.
It's not exactly what I wanted since I only wanted to remove it from collections but if anyone got a better way to do it, I'd be thankful!
If anyone wants to remove all compare at prices, please open the price.liquid file and delete/comment out the following
<s class="price-item price-item--regular">
{% if settings.currency_code_enabled %}
{{ compare_at_price | money_with_currency }}
{% else %}
{{ compare_at_price | money }}
{% endif %}
</s>