Shopify themes, liquid, logos, and UX
i need help to change from product price 0$ to contact us. so no one can buy the product but contact us.
Solved! Go to the solution
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
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
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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025