Change The Fields Location on Product Page
-
How can I change the location of where the fields are displayed. For example, I’d like them to be in woocommerce_product_summary.
My thought was to remove inject_wccpf and then add_action where I wanted it.
I’m unable to remove_action of inject_wccpf. Does the wccpf_product_form Class need to be declared as a global? Is that even set up as a variable?
Here is what I tried
global $wccpf_product_form; remove_action( 'woocommerce_before_add_to_cart_button', array( $wccpf_product_form, 'inject_wccpf' ) );
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change The Fields Location on Product Page’ is closed to new replies.