change position of WooCommerce Addon display
-
I would like to change the position of the form that gets displayed in WooCommerce.
In the woocommerce.addon.php file I found this line:// Addon display
add_action(‘woocommerce_before_add_to_cart_button’, array(&$this, ‘display_form’), 10);I would like to change the position to: ‘woocommerce_before_single_product_summary’
When I try, the form gets displayed on the right place but the calculation does not work anymore. How can I disconnect the form from the add_to_cart_button?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘change position of WooCommerce Addon display’ is closed to new replies.