Change Pricing to show as POA if price = 0.00

Hi there - I’m looking to get some help from a partner developer as I’ve been chatting with someone at the Shopify support and they advised someone may be able to help me with the following problem.

I’m needing some of our products to show as POA and have found a couple of threads with suggested coding but this is not something I’m sure of so would like to get help from someone who knows what they’re doing.

Has anyone on here been able to solve this problem? Shopify mentioned they are working on having this be a feature for all users but would ideally like to know if there was any other fixes that i could implement sooner.

We are looking for help from a coder or someone who can offer this fix, including potentially hiring a developer or coder to implement this.

Thanks (https://robertsondesignideas.co.nz/)

Hi @RobertsonDesign

Can you try with the below code

{%- if product.price == 0 %}

POA

{% else %}

And then at the very end put:

{%- endif -%}

Hope this will help…

Hi there, coding isn’t really my area of expertise. Is this something you would be able to help us out with?

Yes sure send me the collaborater access to gr.trading15@gmail.com

Thanks for providing them and the community a solution, but where should this coding be place, with so many different folders/sections it can go?

Hi @MattG528 ,

Yes, you are right about the file name.

The problem is Shopify have lots of themes paid and free both and most of them follow different code structure therefore help mentioning the file not able to help.

However if you are willing to know the file name here are the list.

main-product.liquid

card-product.liquid

recommend-product.liquid

featured-product.liquid

Hope this will help…

Hi there!

We have successfully put this code in, and it shows POA successfully. But if the customer still clicks “Add to Cart”, it goes into the cart and they can checkout with $0. Is there a way we can stop the customer from adding to cart or a work around? The idea is that they would contact us directly, and we have our email in the description. Thanks :slightly_smiling_face:

For this we have to custom code in theme that in case of POA product add to cart and checkout CTA will be replaced with a contact form.

Which will give option to add their email and msg.

On submit you will get the page URL they submit the form along with email and msg.

Hi GR, where do you paste this code? thank you

hi @DASCPA ,

Please refer the below video for detailed info.

Hope this will helps…