I want to hide the price on $0 items in Toolkit's Alsobought.
This seems like this should work (And I've tried many other variations):
<mvt:if expr="l.settings:quicklist:price EQ '0'"><mvt:else><b>Price</b>: &mvt:quicklist:formatted_price;</mvt:if>
But it doesn't. It hides the the price on all products.
Any suggestions will be helpful. Thanks!
This seems like this should work (And I've tried many other variations):
<mvt:if expr="l.settings:quicklist:price EQ '0'"><mvt:else><b>Price</b>: &mvt:quicklist:formatted_price;</mvt:if>
But it doesn't. It hides the the price on all products.
Any suggestions will be helpful. Thanks!
Comment