<tr style = "{! if(cx.Product_Code__c == 'Shipping and Handling', 'display:none;', '')}">
4 answers
Try this =
<tr style="{!IF(OR(cx.Product_Code__c == 'Shipping and Handling',cx.Kit_Component__c = FALSE), 'display:none', '')}">
<tr style = "{! if(cx.Product_Code__c == 'Shipping and Handling', 'display:none;', '')}">
Try this =
<tr style="{!IF(OR(cx.Product_Code__c == 'Shipping and Handling',cx.Kit_Component__c = FALSE), 'display:none', '')}">