Is there a way to have two IF expressions function with an OR between?
({IF["[{PRODUCT_PROPERTY_MATERIAL}]"!=""]}) OR
({IF["[{PRODUCT_PROPERTY_COLOR}]"!=""]})
I want it to function so that a phrase will show us if either MATERIAL or COLOR attributes have a value.
Based on some good help I received in ticket #1198385, we have only been able to have it function like AND.
If anyone has solved this, would love to hear how.
Thank you.
MJ
Is there a way to have two IF expressions function with an OR between?
({IF["[{PRODUCT_PROPERTY_MATERIAL}]"!=""]}) OR
({IF["[{PRODUCT_PROPERTY_COLOR}]"!=""]})
I want it to function so that a phrase will show us if either MATERIAL or COLOR attributes have a value.
Based on some good help I received in ticket #1198385, we have only been able to have it function like AND.
If anyone has solved this, would love to hear how.
Thank you.
2 people like this idea