Hi,
I have a number of products that we are not selling at the moment, but can be advertised as coming soon items or or customers can contact us and we can try to get them for them, how ever price is to be confirmed once ordered as we don’t know the cost. We’ve had a few instances recently of customers trying to purchase these items.
Can you suggest a way to take the price off and hide the add to cart button and maybe add a ‘contact us’ or ‘get more info’ button instead?
all the solutions found on the forum appears not to be compatible with my theme…
URL: https://zeusbatterystore.com/
@HazeDGTal - this will need code editing
Hello @HazeDGTal ,
You need to wrap the price with a condition.
e.g.
{% unless product.price == 0 %}
// Your theme price existing code
{% endunless %}
Same for add to cart button.
Thanks
might be this part of the code?
{%- when ‘price’ -%}
{%- render ‘price’, product: product, use_variant: true, show_badges: true, price_class: ‘price–large’ -%}
Hello @HazeDGTal
It needs to code based on tag(you have to add if hide price and ATC) on theme like where price showing hide that and hide ATC Button too and show the contact us button so customer can fill the form and you will get enquiry about that.