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.

#179532

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.