This topic has 4 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow
Hello, I would like to change the single product price.
Now:
1º – “woocommerce-Price-amount amount
2º – woocommerce-product-details__short-description
and i want
1º – woocommerce-product-details__short-description
2º – “woocommerce-Price-amount amount
Hello!
Thanks for getting in touch with us. My name is Muhammad.
You can achieve the desired requirement with the help of the Xstore single product page builder. You can use it from theme options>>woocommerce (shop)>>single product page builder
Please let me know if you see any issue or need any assistance, we would love to help you.
Thank you!
Sorry but i used Royal Theme, not XStore
Hello,
You can use WooCommerce hook to change the order.
You just need to add this little code snippet to the function.php file of your active child theme
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
Regards
The issue related to '‘PRICE in single product’' has been successfully resolved, and the topic is now closed for further responses