Hello!
We have fragrances that we want to list as individual products. We set them to $0 until the customer chooses the format they want it in (scrub, body wash, shea butter). Then the price gets tacked on.
Is there a way to remove the initial $0 price tag altogether or replace it with text like “Choose a product” ?
I have seen similar posts but those solutions don’t work on the Empire theme.
Hi @theoilbar
Can you provide store URL ( with password if needed) then we can firgure out if it possible?
Hello @theoilbar ,
Edit theme.liquid search for
Not just before to it add this code
Thanks
Thank you! Okay I’ll try it and let you know if it works for me.
1 Like
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 
1 Like
I pasted before the body tag and it still shows $0.
Thank you for your reply!
The only body tag i see is this one:
And when I pasted it above that it didn’t make any change.
This worked in my Empire Theme! Thanks!