Hi all,
I am looking something similar, adding a new field below of the product price, that says " next to arrive" or "in stock in Usa" it seems the only way to do it, is downloading the metafield app from shopify and then add the metafield code to the product.liquid template.
here is my question:
to add just one field below the product price on the metafield application, do i have to fill up the format as follow:
assuming my product is a shirt:
name space= shirt
key= next to arrive
value= do I have to put here "next to arrive" again?
value type: empty(i dont have to type anything here)
then in product.liquid the metafield code woudl be:
{% if product.metafields.shirt contains "next to arrive" %}
<p>span<class = label "next to arrive"} span<p>{% end if}
sorry if the las code is wrong, i just need to know where exactly goes the field "next to arrive" since is the only i want to add to my product.
thanks for any help
diego