I’m trying to show products that we have or carry, but disable the ‘add to cart’ button for those not currently in stock.
Our Sheet has a simple checkbox column for stock availability, i.e true or false.
I can get Glide to show products that are in stock, but those that aren’t are simply not shown.
I can also show all products and their stock availability but cannot seem to get Glide to disable the ‘add to cart’ button.
I can hide the ‘add to cart’ button, but I can’t show it but disable it with a custom message, i.e. out of stock.