Reply 190994 to: Correct way to move Product Price below Product description

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.