Correct way to move Product Price below Product description

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: priya
    priya
    Participant
    April 13, 2018 at 02:36

    Hello,

    I have searched the forum and found a couple of different answers for this.

    How can I move the product price below the Product short descriptions?

    Also there are 2 Add to wishlist on the single product page, how do I remove the one next to the price?

    Thank you in advance!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 13, 2018 at 08:37

    Hello,

    1. Add this code in functions.php of child theme:

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 20);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 10);

    2. Please read our documentation https://www.8theme.com/demo/docs/legenda/#!/wishlist

    Regards

    Avatar: priya
    priya
    Participant
    April 13, 2018 at 08:47

    Great! Thank you Rose!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 13, 2018 at 08:52

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.