Hi Guys
I am trying to add a notice on our product pages that advises the customer the estimated dispatch time frame for that product. To do this I need to consider which warehouse the stock is in. Thinking something along the lines of:
[%if [@warehouse_ref@] eq 'W4'%]
<p>Unfortunately this item is not available in our main warehouse. Order now for dispatch within approx 5 Business Days</a>
[%else%]
<p>Order now for dispatch within 1 business day!</a>
[%/if%]
Any ideas greatly appreciated!