Hi! We aren’t allowed to sell a certain suppliers products online but still want customers to see what we have in store and sizes available. Is there a code you can insert to do so?
I am not familiar with coding, but hope anyone have an answer to what kind of code and where to put it, hehe.
I have this code, but I do not know where to put it:
I use the prestige theme:)
{% if product.vendor == ‘vendor name’ %}
We are unable to sell vendor name via our online store, however we can still assist you via a remote shopping experience. Please chat to our friendly team via the chat box, call us on .....
...
{% else if product.available %}
{{ 'products.product.add_to_cart' | t }}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
{% if product.vendor == 'vendor name' %}
{% else if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}