I'm trying to get a variable ( an image of a voucher) to dispaly in my product layout when the price is over £100 and below £200. I'm OK creating my image variable and getting it to display but not when putting a condition around it to make it display (or not).
My attempted (and incomplete)code goes something like this:
<input type="image" src="<actinic:variable name="100PoundVoucher" /> >= 100.00 OR <= 200.00
I realise it's unuseable code but I'm angling for any basic pointers (aside from RTFM!) that might get me nearer something useable - for starters I'm not sure how to address a product price and simply opted for decimal figures which is probably wrong, and I also lack any blocks (or block ifs?), nyway whoever'd be so kind to give me a steer i'd be grateful as I have tried searching but havn't managed to connect the dots on this one yet
Thanks. Sean
My attempted (and incomplete)code goes something like this:
<input type="image" src="<actinic:variable name="100PoundVoucher" /> >= 100.00 OR <= 200.00
I realise it's unuseable code but I'm angling for any basic pointers (aside from RTFM!) that might get me nearer something useable - for starters I'm not sure how to address a product price and simply opted for decimal figures which is probably wrong, and I also lack any blocks (or block ifs?), nyway whoever'd be so kind to give me a steer i'd be grateful as I have tried searching but havn't managed to connect the dots on this one yet
Thanks. Sean
Comment