This topic has 8 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
i want to place the buy button below the price and the description should be below the buy button.
basically swap between the description and the buy button
pls tell how thank you
Hello,
Sorry, but there is no such possibility.
Additional customization in files is outside the scope of our support.
If you need help with the additional customization, submit a customization request to WPKraken team
Regards
kindly please help to solve just this particular issue. Just need to swap the places.
I am asking this as a one-time favor.
Please consider my request thank you.
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
can you please provide me with the complete code?
Requesting as a one time favor
thank you
Hello,
What is not suitable for you in the code I provided? Did you try to use that?
Regards
just applied your given code and its working.
thank you so much for your kind gesture!
Hello,
You’re welcome!
Regards
The issue related to '‘how to move the buy now button below the price’' has been successfully resolved, and the topic is now closed for further responses