Compare Price Not Showing On Product Page Instead Shows Save %

Hi,

I need to display compare price with strike through format instead of Save %.

Any help would be appreciated.

Product Link: https://serenodelhi.myshopify.com/collections/planters/products/eloisa-planter?variant=41011631653016

Code which I found under sections/theme.liquid as below:

This pipeline theme 2.0

“offers”: [
{%- for variant in product.variants -%}
{
@type” : “Offer”,
{%- if variant.sku != blank -%}
“sku”: {{ variant.sku | json }},
{%- endif -%}
“availability” : “http://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}”,
“price” : {{ variant.price | divided_by: 100.00 | json }},
“priceCurrency” : {{ cart.currency.iso_code | json }},
“url” : {{ shop.url | append: variant.url | json }}
}{% unless forloop.last %},{% endunless %}
{%- endfor -%}

Any suggestions please?

Hey, @Sereno .

I’m here to help. Thanks for adding this code.

It looks like you want to add a strikethrough to your compare at price on your theme. It also looks like your theme is a third-party theme called Pipeline created by Groupthought from our Theme Store. Third-party themes would be supported by the third-party theme developer and would be outside our scope of support. Have you tried to reach out to them?

If you haven’t, I recommend reaching out to them as they have created the theme and would know the best way to guide you with your compare at price on your store. You can get in touch through their form on their website here: https://groupthought.com/pages/contact or contact them through their email here: help@groupthought.com.

To learn more about where you can find support for your theme, check out our help docs here: Where to find support for your theme.

I would love to know how this goes!

Hi again, @Sereno .

How have you been? Were you able to reach out and hear back from Groupthought about adjusting your compare at price on your store?

I would love to know!

Yes, Tira.

Issue has been resolved with the help of third party support of groupthought.

Thanks

I have the same problem, did you resolve it?