I have the following conditional to hide loyalty points from displaying on the product page. I need to add additional products to this. Can someone advise as how to possibly shorten this? Appreciate the help.
<mvt:if expr="(l.settings:product:code NE 'e-gift-cert' AND l.settings:product:code NE 'gift-cert' AND l.settings:product:code NE 'HKW-1' AND l.settings:product:code NE '662434-83' AND l.settings:product:code NE 'O17-1')"></mvt>
<mvt:if expr="(l.settings:product:code NE 'e-gift-cert' AND l.settings:product:code NE 'gift-cert' AND l.settings:product:code NE 'HKW-1' AND l.settings:product:code NE '662434-83' AND l.settings:product:code NE 'O17-1')"></mvt>
Comment