A couple of woo shop issues

Hi, see here: https://tumbletales.org/shop/

Also, I have an add to cart button setup, with the ajax animation working

However, if I do the below (add conditions) the animation stops working.

I have 2 shop categories, audiobook, and apparel. I want to show 2 different button for each category on the shop page. One to add to cart for the audio book, and see options for the apparel, I have setup conditions, however, its only displays one of the buttons.

Thanks.

Hey @Oriol,

Thanks for writing in! In your “Add to Cart” button element, you will need to add a condition: “Product (IS) IS NOT Variable”. This makes sure that the add to cart only displays on the simple products.

You will then add another Button element that will display “Select Options” which will be linked to the product page. This will have another condition which is the opposite of the add to cart button. This will have “Product(IS) IS Variable”.

The final result would be like:

Hope this makes sense.