Skip to content

Conversation

@Sinecuraweb
Copy link

No description provided.

@dmason30
Copy link
Contributor

dmason30 commented Feb 16, 2024

The fix should be to update to Nova 4.31, the package should be updated to make that the min version, not this change.

@imvahid
Copy link

imvahid commented Jun 1, 2024

You have made a mistake, and you can use filters with this format:
'filter' => [
[
'key' => 'product_id', // State Column for Count Calculation Here
'operator' => '=',
'value' => '0'
]
],

instead this format that exists in docs:
'filter' => [
'key' => 'product_id', // State Column for Count Calculation Here
'operator' => '=',
'value' => '1'
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants