Hello, I am using the spotlight theme and am offering free delivery on my orders. I would like the badge that normally says sold out when an item is sold out to say Free Delivery when the item is in stock. I have attached an image below of the badge I am talking about
thanks in advance
Hi @Phanti
You can do that by following this instruction
Go to Online Store > Themes > Edit code, open card-product.liquid, find this line of code around line 127
{%- if card_product.available == false -%}
Add this code above it and save the file
{%- if card_product.available == true -%}
Free shipping
{%- endif -%}
Thank you! Is there also a way to change the colour of it to make it stand out more? but without changing the colour of the sold out one