Replies: 0
Have a custom attribute fb_visibility, which is expected to catch all chosen products with a single rule. With a bulk editor, have ensured each WC product to have fb_visibility=1 or fb_visibility=0, depending on our requirements. In our tests though:
a) IF 'Fb Visibility (Custom Rule)' IS EQUAL TO '1' THEN 'Include only' <– Returns an EMPTY feed
b) IF 'Fb Visibility (Custom Rule)' CONTAINS '1' THEN 'Include only' <– Returns an EMPTY feed
c) IF 'Fb Visibility (Custom Rule)' IS EQUAL TO '0' THEN 'Exclude' <– Returns a NON-empty feed, but there are many fb_visibility=0 products in the feed
d) IF 'Fb Visibility (Custom Rule)' IS GREATER THAN '0' THEN 'Include only' <– same/similar as c)
etc.
Have also tried with yes/no values with similar results as above.
As with the previously reported issue with tags, I was looking for other workarounds to the current lack of OR-filter support, necessary for choosing products from multiple WC categories at once. A custom attribute/field seemed a better approach than a tag for this, as the former is hidden in the front-end.
Thanks.