Hi Clay,
Actually, you can, please see PRO > Layouts. As from what we can see all your categories pages are using the same Layout.
Please note that it’s not the assignment of the Layout that you’re trying to put a condition here, but the Visibility of the Add to Cart
button which you can see under the customize tab of that element (https://i.imgur.com/fH11cz0.png).
What Ruenel is trying to say is you can not have that Add to Cart
button visible all the time as you have variable products hence what your issue is now.
So the Add to Cart
button element should have a condition to show only if the product type is not variable (see Ruenel’s screenshot above).
If all your products are variable products, then you need to replace the Add to Cart
button element with a Add to cart form
element (https://i.imgur.com/mbblwNM.png) this element will output the product options instead of only a Add to Cart
button.
Let us know if something is not clear.
Cheers,