Home › Forums › WoodMart support forum › WooCommerce Hook not working › Reply To: WooCommerce Hook not working
April 13, 2021 at 12:10 pm
#282352
vagelis
Participant
I deactivated all the plugins. I still can’t use woocommerce_before_add_to_cart_form
. It’s not reading it, but woocommerce_after_single_product_summary
still works.
The only thing that I can think of, is that in admin theme options you have a textarea field that says: Before “Add to cart button” text area and After “Add to cart button” text area .
Maybe these use the woocommerce_before_add_to_cart_form
? But I searched inside the theme folder on every file, there are no woocommerce_before_add_to_cart_form
.
What’s wrong?