Hi,
Question about usin the {_stock} in the vertical layout description.
I have products where is stock like “10” or what ever.
Then i have stock like “0” and products where stock is “” = empty.
Is it possible to get like this:
if stock > 0 = show the stock number
if stock = 0 = show stock 0
if stock = “” = show text “Delivery time 1-2weeks”
?