POSM to not display out of stock variants
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
Re: POSM to not display out of stock variants
Quote:
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; }
Re: POSM to not display out of stock variants
Quote:
Originally Posted by
lat9
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; }
Thanks for your suggestion but after looking at all of our templates .css files and editing 6 or 7 of them to add the line all I was able to do was to remove the red Back Ordered notice. The radio buttons still appeared as before. I am using responsive classic. Would you know what .css file I should be looking at?
Thanks for your help.