Move price above description not working
-
Hi,
I’m trying to move the price above the description on single product page but instead ending up with the price twice on the single product page where the “new” price is under the add to cart button.
I’m using OceanWP child theme and adding the following in functions.php
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_excerpt’, 10 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 20 );
The page I need help with: [log in to see the link]
- The topic ‘Move price above description not working’ is closed to new replies.