Hi I have the following simple liquid problem but somehow its just not working. I want to select all cart items having the property cart_ordering and its value of item_order_index.
I thought it should work with this statement:
{% assign items_with_index = cart.items | where: “properties.cart_ordering”, item_order_index %}
But the Array i get is always empty. I need this in order to show my Cart Items in self created order instead of showing them just line after line.
Best regards and i hope someone can helpt me fast ![]()