Hi - I'm trying to do a blockif on the variable MyAccountOrderStatus (used in order tracking, settable on the Progress Tab). I want to test the variable, so that if it is, say, "City Link" I can then use the city-link URL.
But Whatever I set the variable to - in this case "A" - it never passes the test so the tracking URL does not get displayed.
This is in the My Account Bulk Area
<actinic:block if="%3cactinic%3avariable%20name%3d%22MyAccountOrderStatus%22%20%2f%3e%20%20%3d%3d%20%27A%27" >
<td><a href="http://www.city-link.co.uk/receiving-a-parcel/tracking/clan/<actinic:variable name="MyAccountOrderDeliveryTracking" />"><actinic:variable name="MyAccountOrderDeliveryTracking" />
</a></td>
</actinic:block>
So my question is what is the correct way of testing the variable "MyAccountOrderStatus" ? The choices for this variable are set up in business settings.
Any ideas ?
But Whatever I set the variable to - in this case "A" - it never passes the test so the tracking URL does not get displayed.
This is in the My Account Bulk Area
<actinic:block if="%3cactinic%3avariable%20name%3d%22MyAccountOrderStatus%22%20%2f%3e%20%20%3d%3d%20%27A%27" >
<td><a href="http://www.city-link.co.uk/receiving-a-parcel/tracking/clan/<actinic:variable name="MyAccountOrderDeliveryTracking" />"><actinic:variable name="MyAccountOrderDeliveryTracking" />
</a></td>
</actinic:block>
So my question is what is the correct way of testing the variable "MyAccountOrderStatus" ? The choices for this variable are set up in business settings.
Any ideas ?
Comment