DARKF3D3 Posted November 1, 2014 Share Posted November 1, 2014 I added a red cross on product (in product list) that are not available. To do that i use a code like this: {if $product.quantity <= 0} <p id="oos-badge" class="icon-remove"></p> {/if} Ufortunatelly I have a problem with products with combinations. If the default combination quantity is "0", the red cross is showed, also if there's other attributes available. There's a way to show the red cross only if all attributes are out of stock? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted November 4, 2014 Author Share Posted November 4, 2014 (edited) EDIT Edited November 15, 2014 by DARKF3D3 (see edit history) Link to comment Share on other sites More sharing options...
DARKF3D3 Posted November 15, 2014 Author Share Posted November 15, 2014 Someone know how can i do that? Link to comment Share on other sites More sharing options...
Recommended Posts