can someone verify this code for me? it doesnt seem to be working...
The item titles are Asus A7K (just for example) and Asus EEE...if the model is a Asus EEE, it should not display free shipping, otherwise if it is Asus, then it should. Is this not the correct way?
Code:
<% if Mid(sKitName,4,3) = "EEE" then%><%else%>
<% if left(sKitName,4) = "Asus" then%>Free Shipping
<%End if%>
<%End if%>