I have a problem with woocommerce shop. I’m importing product’s data from feed and their prices are changing few time per week automatically. Sometimes the price will be 0 or with no value. If I go to category page there is huge mess with this. I mean products with prices are mixed with products without prices.
I tried some custom sorting to show no price products below others but in this case when prices are changing so often it has no sense to make it manually.
I want to ask is there any way to make a change in wordpress code which will do thing like this:
Products with price value set as 0 or with no value will show up on category page below other products with prices.
Is there any way to do such a thing? How can I do it and which file should I edit? I’ll be glad for any help!