Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1080480

    Hi, trying to move the price to below the product short description in woocommerce. I’ve searched all the forums and see I need help with the config.php file. Can you help with this adjustment? Thank you.

    #1081732

    Hey briantduncan,

    Thank you for using Enfold.

    Add this code in the functions.php.

    
    // move product price
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
    

    That code should move the product price below the description.

    Best regards,
    Ismael

    #1081966

    Perfect – Thank you sir!

    #1082496

    Hi,

    You’re welcome. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move price in single product view, woocommerce’ is closed to new replies.