When I create a woocommerce product with variations such as a t-shirt with different sizes, the product page shows a “from” price. As the products all have the same prices I don’t need to display the from price. I just want to remove the from price and then when the user makes a choice in the selectbox, the price will appear.
How can I remove the variation price?
Add this to functions.php
Just copy and paste below code for your theme
function.php
file.