Is it possible to disable the confirmation modal pop up after you add a product to cart?
See attached image
Hello Napvlm,
You can disable it by add this code to your functions.php file:
function cena_tbay_woocommerce_add_to_cart_modal(){}
If you install Child Theme, you can add it into the file: cena-child/functions.php
cena-child/functions.php