in your demo default site home, you add a slider, and on each slide there is the “add to cart” button with no link.
what’s the link to insert to have this button really add to cart the product displayed?
Try to Select the “Shortcode” block and enter the shortcode for the add to cart button. The shortcode for the add to cart button in WooCommerce is [add_to_cart id=PRODUCT_ID] .
Replace PRODUCT_ID with the ID of the product you want to add to the cart.