Home › Forums › WoodMart support forum › The price is not displayed on the product page when there is only one variable. › Reply To: The price is not displayed on the product page when there is only one variable.
March 12, 2020 at 11:32 am
#179532

Aizaz Imtiaz Awan
Keymaster
Hello,
Your issue has been resolved. I have added the following code inside your child-theme functions.php file and the variation price is showing for single variation as well.
add_filter('woocommerce_show_variation_price',function() { return TRUE;});
Please clear cache and check back.
Best Regards.