Hello!
I’m trying to build a Looper Provider in a Single Product Layout, to have a “Cross Sell” Grid with all the products from the same Brand of the current product:
Post Type = Woocommerce Product
Product Attribute = “Brand”
"Brand" Value = the same of the current product
I’ve tried with Query builder with no luck (Posts = Product
it’s ok, but can’t get the right Taxonomy dynamically).
Also tried Current Post Terms, with Taxonomy = Product "Brand"
, but the Looper Consumers aren’t populated.
Finally tried Query builder, but can’t get the syntax right.
Please can you point me in the right direction?
Thanks!!