good afternoon, I set up the theme in the last update and made an integration for checkout off the site, this integration works perfectly with other themes and with some attractive versions of woodmart itself, but now it doesn’t work, it sends to the checkout page Theme’s default request.
here is a video recorded in loom to better show what is happening, I need to find out which function of the woodmarte theme is blocking the redirection as shown in the video
https://www.loom.com/share/17c74d62dbb34f479c6a6d6005f41d9d
the theme is blocking actions:
add_action(‘woocommerce_before_cart’, [$this, ‘cartpanda_add_cart_script’]);
add_action(‘woocommerce_before_checkout_form’, [$this, ‘cartpanda_add_checkout_script’]
The theme is blocking calling our functions within woocommerce