Reply 311417 to: how to move the buy now button below the price

Avatar: Olga Barlow
Olga Barlow
Support staff
December 9, 2021 at 13:48

Hello,

Use WooCommerce hooks https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/ in child theme functions.php to change the order, for example

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
add_action ('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15 );

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.