If a specific size for an item is OUT OF STOCK, I need that specific size attribute to no longer be displayed in the item's attributes.
EXAMPLE:
I have a shirt - Small, Med, Large
The last SMALL has been sold. There are only Med and Large now available.
The OPTIONS section should now only display Med and Large - automatically, the SMALL should no longer be available to the customer.
I know how to get an item to not display if the entire item is OUT OF STOCK. How do I prevent the OUT OF STOCK 'size attribute' (i.e.: Small, etc.) from displaying when that size is no longer available?
Thanks.