Hello everyone.
I'm trying to make a very common orders/purchases history page but, instead of showing the product related to that purchase, I receive a list of every product assigned to that Contact and I can't understand why.
About, Table Permissions I set up:
Customer Purchases - Purchases N:1 Contacts
Purchase related products - Purchases N:1 Products as child permission
Some screenshots:
Order 1 presents only Product B as purchased product
List of Order/Purchases related to the logged user (this works fine).
After clicking on Order 1 my list now shows every record and not only Product B
What I'm not catching?
Thank you all!