
Originally Posted by
lsde
2.1 on localhost with php 8.1.25.
Upgrading from 1.58 to 2.1 and from SBA to POSM using radio buttons. In SBA you could have an attribute/variant with 0 stock to not show on the product page, the radio buttons would not show up for those variants with 0 stock. With POSM the out of stock variants show the radio button with "[Back-ordered]", and they cannot be selected.
Is there a way to have the out of stock variants not show up on the product page, as was possible with SBA?
Thank you for any suggestions.
Randy
You might be able to affect that display by adding the following to one of your template's .css files:
Code:
.no-stock { display: none; }
Bookmarks