Home › Forums › WoodMart support forum › Woocommerce prices aren’t showing on new products › Reply To: Woocommerce prices aren’t showing on new products
May 14, 2022 at 5:12 pm
#375935
Julien
Participant
Ok found it, you can close this topic as solved 🙂
I’ve added the following code to the childtheme functions.php
add_filter(‘woocommerce_show_variation_price’, function() { return TRUE;});
Now when i have 2 variables with the same price it shows the price how it was, its appearantly some woocommerce blockage to not show a variable price when the price is the same, super weird, but im glad its finally solved.
Please have a nice weekend!
Kind regards, julien