Change every product that has 0$ to contact us

i need help to change from product price 0$ to contact us. so no one can buy the product but contact us.

Hello

Welcome to Shopify Community

So if you want a contact us page then in your theme you can search for the ADD to Cart button and add a condition to

{% if product.price > 0 %}

ATC BUTTON

{% else %}

CONTACT US button

{% endif %}

And redirect to contact us page. If you want to receive the product information in contact us form then you need to hardcode the contact form on the PDP page with hidden fields.

All these seems to be technical so if you are don’t have coding knowledge I recommend you to seek help of developer to setup this for your store at reasonable rate.

Let me know if you need one.

Thanks

Yes, maybe i need helpå from a developer to fix this. any suggestions to where i can find? im new to this..

If you are looking you can drop your query to the inbox mentioned in the signature below.