Show Add to cart before short description on product
-
Hi,
is it possible to move Add to cart, choose variation and add to wishlist up before the short description on product page?
I understand if this is not under support. But would be happy if you could help :).
Thnaks,
BR.
Kristian
Hello,
Could you please send us some screenshot of how do you want to move them for better understanding?
Thank you
Hi, thanks for reply.
Have made a picture screenshot of how it is now (now.jpg)
And a screenshot of how i would like it to be (desired.jpg) (made with chrome developer tool)
Thanks!!
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the functions.php file in the child theme
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 );
you are awesome! That worked perfectly.
Greatest support and theme!
You are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.
And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance 🙂
Five star review added! 😉 Thanks!
The topic ‘Show Add to cart before short description on product’ is closed to new replies.