Thread Starter
bttmrc
(@bttmrc)
Thread Starter
bttmrc
(@bttmrc)
Turns out it doesnt work with DIVI theme builder 🙁
I opened a support ticket
We hope your issue is resolved now.
We are going to mark this thread as resolved.
Thank you!
Thread Starter
bttmrc
(@bttmrc)
Hello,
Yes, thank you very much for your support!
In case anyone is wondering, this fixed the problem.
add_filter(‘hook_name_before_single_product’, ‘override_section_creating_hook’, 10, 1);
function override_section_creating_hook($hook_name){
$hook_name = ‘woocommerce_before_add_to_cart_form’;
return $hook_name;
}
Thank you for letting us know 🙂