How can I add 'Free Shipping' text next to product price?

Hi,

I am trying to figure out how to add ‘- FREE SHIPPING’ next to the product price. I am using the Taste theme.

My product URL is https://domogummies.com/products/sleep-gummies

Hi @gummies !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

You need to edit the code to make this change.

Find the snippet product-card.liquid, open it and find the following line:

{% render ‘price’, product: product_card_product, use_variant: product_card_product.first_available_variant.id, price_class: price–large -%}

under that line, add these lines:

FREE SHIPPING

Save your file. You can check your site and see if you like it. If you want “Free Shipping” to be darker, change the word “light” to “dark”.

Best Regards;

Pagefly

Hi @PageFly-Victor ,

Thanks for your reply. I don’t see a ‘product-card.liquid’ snippet. Can you advise?

@gummies Bro product-thumbnail.liquid open it and find that line.

Hi @gummies !

Please Add this code.

FREE SHIPPING

at line 50 of price.liquid file under assets

Best Regards;

Pagefly