Home Forums Basel support forum Show Add to cart before short description on product

Show Add to cart before short description on product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15715

    slotkristian
    Participant

    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

    #15724

    Artem Temos
    Keymaster

    Hello,

    Could you please send us some screenshot of how do you want to move them for better understanding?

    Thank you

    #15730

    slotkristian
    Participant

    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.
    #15733

    Artem Temos
    Keymaster

    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 );
    #15734

    slotkristian
    Participant

    you are awesome! That worked perfectly.

    Greatest support and theme!

    #15736

    Artem Temos
    Keymaster

    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 šŸ™‚

    #15755

    slotkristian
    Participant

    Five star review added! šŸ˜‰ Thanks!

    #15761

    Artem Temos
    Keymaster

    Thank you very much!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Show Add to cart before short description on product’ is closed to new replies.