Replies: 3 comments 7 replies
-
The How are the prices stored in the product entries? They should be integers. |
Beta Was this translation helpful? Give feedback.
-
I noticed another weird behaviour: inside CP, ordering by price also seems broken. See: |
Beta Was this translation helpful? Give feedback.
-
I've just installed the Eloquent Driver, and filtering by Would you be able to open an issue on the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to filter a collection on price and it seems to filter against the augmented value of the price (15,00€) instead of the raw value.
Here is what I do:
{{ collection:products as="products" paginate="24" price:gt="2000" }}
With this, some products with a price tag of 6,00€ show up while clearly they should be filtered out.
If I try a direct comparison, like these:
Any idea on how to achieve filtering against the raw value?
I am pretty sure I am missing something obvious here 😅
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions