Visibility Conditions: "On Sale = false" doesn't work

Description:

While the condition On Sale = true does work like expected, the condition On Sale = false does not. The result is that elements with this condition are never shown.

Environment info

  • WordPress version: latest
  • Cwicly Plugin version: latest
1 Like

I just encountered another broken Visibility Condition.

In my Mini Cart inside the DIV set to Context: Cart I have a repeater that shows the selected product variation for variable products. Obviously I want to only show this repeater for products that are variable. Unfortunately this does not work.
The Condition Product Type === Variable Product hides the the repeater regardless of the actual product type.