Show featured Woocommerce Products

Not working, I have tried everything. I am looking for “_featured” in the meta key, I can’t see it, I can see everything else in there but featured products! So frustrating. I tried a json

{
“post_type”: “product”,
“meta_query”: [
{
“key”: “_featured”,
“value”: “yes”,
“compare”: “=”
}
]
}

nope. please help

I have sorted that one out, but it needs to show featured products and not the hidden.

featured products = FB_Visibility

So whats Hidden Products? Its all very backwards

Sorry Scrap that None of its working

Hey Thomas,

Thanks for writing in! The featured products is NOT using meta field. It is using taxonomy. Kindly check out this thread instead:

Best Regards.

This is not answering my question. I have no idea what that coding is? You have just referred me to a page that may as well be written in another language. I want to show featured products and not hidden. Now please could you support me, as I have extended my support with you. I cannot for the life of me understand why such a basic and fundamental thing for woocommerce is not part of your build. Beyond me

I have achieved it. But you guys really should write this into cornerstone

post_type=product&post_status=publish&tax_query[relation]=AND&tax_query[0][taxonomy]=product_visibility&tax_query[0][field]=name&tax_query[0][terms][]=featured&tax_query[0][operator]=IN&tax_query[1][taxonomy]=product_visibility&tax_query[1][field]=name&tax_query[1][terms][]=exclude-from-catalog&tax_query[1][operator]=NOT IN

Hey Thomas,

It is good to know that you were able to get the resulting query string to return the featured products. We will be adding your feedback as a feature request to have a prefab Featured Product element in the builder.

Cheers.