Hi
I have been asked to take over the management of our Actinic system. Up untill today it has been ok. However I have been asked to show a message if the shopping cart subtotal is over £100 below is what I am using.
block if
<tr>Total is over £100</tr>
block
(<actinic:variable name="SubTotal" />>100 )
This however is not working and no message is displayed.
I have been asked to take over the management of our Actinic system. Up untill today it has been ok. However I have been asked to show a message if the shopping cart subtotal is over £100 below is what I am using.
block if
<tr>Total is over £100</tr>
block
(<actinic:variable name="SubTotal" />>100 )
This however is not working and no message is displayed.
Comment