Issue with items in cart

Hello !

I’am stuck for several days on the basket items showing.

Structure is like in the snapshot :

Current_order
Current_order_item

I would like to show in the basket only the current order, i check the movies it’s look simple but i dont know why it dont show only the current order but every order item of the user.

If i put a filtre like current_order_items.id_order = (max) current_order.id_order its shows nothing.

Can someone help me with that :slight_smile:

Sam





Recording 2023-12-15 134124

This was fixed in private messages and the issue was the current order data was not passed to that screen and sam has used a different filter.