Home › Forums › WoodMart support forum › Moving Price on the product page Moving Price on the product page This topic has 1 reply, 2 voices, and was last updated 3 years, 7 months ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 18, 2021 at 8:53 am #307369 yaron_elhParticipant How do I move the price on the product page from (screenshot) I already have a child theme, July 19, 2021 at 7:04 am #307465 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Code Snippet in the Child theme’s functions.php. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 ); Best Regards. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register