So I thought I had a simple fix to not display products based on a condition
On the surface, it appeared to work very well, but now it seems to not know how to "count". For example, it's set to display 36 products per page. But when the conditional is in place to check for prices not equal to 0.00, it seems to not be able to display 36 per page leaving an empty product space at the end of the last row on the bottom. Then is displays the next button.
So how do I make it count?
Leslie
Code:
<mvt:if expr="l.settings:product:price NE '0.00'"> </mvt:if>
So how do I make it count?
Leslie
Comment