Moving PPOM fields below add to cart button
-
Hi, I was trying to move the PPOM fields under the add to cart button by putting the following code into the functions.php of the website’s child theme:
remove_action ( ‘woocommerce_before_add_to_cart_button’, ‘ppom_woocommerce_show_fields’, 15);
add_action ( ‘woocommerce_after_add_to_cart_button’, ‘ppom_woocommerce_show_fields’, 15);The system nicely adds the fields where they were supposed to be however the remove_action does not work.
Can you please help me with this issue?The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Moving PPOM fields below add to cart button’ is closed to new replies.