yes, shortcodes need to be added with +more ā +shortcode
or if you add it in the textbox it may also work if you go to "lay options" and enable "content filter"
[image: 1721379753824-screenshot-2024-07-19-at-11.02.29.png]
@alasdair17 said in Hide button on out of stock product:
display: none !important;
thanks for the reply. what is the class that i need to use? i can't found it
Edit. Solved.
here the css code:
.outofstock .button
{
display: none !important;
}