brennan
6/21/2016 - 11:17 PM

POS1 Mod4.html

<mvt:if expr="(POS1 MOD 4) EQ 0">
    <div class="last-item">
        // This will be executed of every 4th product starting at 4: 4,8,12,16 etc.
    </div>
<mvt:else>
    // This code will be executed when the above condition is NOT met
</mvt:if>