This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hey!
I tried moving Add To Cart button above product description like this. https://prnt.sc/iq3scy
I was able to do this, but the button goes above the price. The price needs to be higher than button, how to do this?
Thank you
Hello,
Please remove the code http://prntscr.com/izmdnt (legenda-child/woocommerce/content-single-product.php)
add this in functions.php file of child theme
add_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15);
https://prnt.sc/izmemv
Regards
I worked perfectly. Cant tell how much I appreciate it!
Thank you!
You’re welcome 🙂
Regards
You must be logged in to reply to this topic.Log in/Sign up