Change every product that has 0$ to contact us

Solved

Change every product that has 0$ to contact us

sandergjervik
Visitor
2 0 0

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

Accepted Solution (1)

Sweet_Savior_3
Shopify Partner
1371 104 145

This is an accepted solution.

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

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!

View solution in original post

Replies 3 (3)

Sweet_Savior_3
Shopify Partner
1371 104 145

This is an accepted solution.

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

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
sandergjervik
Visitor
2 0 0

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

Sweet_Savior_3
Shopify Partner
1371 104 145

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

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!