Woocommerce does not show price of variable products

0

I have a page in WordPress with woocommerce , which has activated the variation of the products, the fact is that the price of product variations that are the same is not shows the price of the product .. I read several forums and they indicated that I added this filter but it is not working ..

add_filter('woocomerce_show_variation_price', function(){
   return true;
}); 

Inspect the page and in the section where the price should be displayed, it is simply not, it is as if it was not loaded.

If someone can guide me about it, I would really appreciate it

    
asked by Ana Vivas 31.10.2018 в 18:54
source

0 answers