If the price is displayed as “0.00,” (as shown above) how can I replace it with a text message, such as “Call for Price”?
Topic summary
-
Goal: when a product shows a price of ‘0.00’, display a text/link such as ‘Call for Price’ instead.
-
Proposed approach: insert a Liquid conditional to check the price and output a tel: link. Shared snippet: {% if product.priice == ‘0.00’ %}Call for pri ce{% endif %}.
-
Guidance: another participant suggested trying that snippet first; otherwise it may need tweaking for the specific theme/site.
-
Implementation attempt: the code was added to product-item.liquid but had no effect. This suggests placement may be wrong or the snippet requires adjustments.
-
Open questions: a user asked where exactly to insert the code and whether the spelling ‘priice’ is correct, indicating possible typos in the provided snippet. No confirmation yet on the correct variable name or the proper template location.
-
Assets: a screenshot was attached showing the price displayed as 0.00.
-
Status: unresolved; awaiting clarification on correct code (including spelling) and the right theme file/section for insertion.
Use this condition
{% if product.priice == ‘0.00’ %}
{% endif %}
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
@nickisusanalex - please try code given by @laddisahsi , else we will need to tweak the code, so it works on your site
Didn’t seem to make a difference. Note that I put the code onto product-item.liquid.
Hi, we are trying to do the same, get people to ring with regards to very low stock products, the above code, where do we insert this, and is the spelling correct “priice” thanks
