I'm trying to get the SOLD OUT to display instead of ADD TO CART in the button. I've looked at how other ReadyThemes are doing this but the Levels ReadyTheme seems to have slightly different button coding
I would like the button to display the SOLD OUT message instead of the ADD TO CART (greyed out) when the Inventory Variant with the 0 level is selected.
Code:
<button id="js-add-to-cart" class="button button-block uppercase add-to-cart bg-green white bold">Add <span class="small-inline-block hide">to Cart</span></button>
I would like the button to display the SOLD OUT message instead of the ADD TO CART (greyed out) when the Inventory Variant with the 0 level is selected.
Comment