Ok, sorry for that title, it´s hard to describe. My problem is the following: I have the Content Types "Product Category" (don´t using Taxonomy for this for several reasons) and "Product". Products are referenced to their Category using Node Reference.
I also have a View which displays, on the Category page, all belonging Products using a Contexual Filter => "Node-ID from URL". My problem is now, when I click on a Product, i need to keep the relation. The contextual filter of course doesn´t know the NID of the Product Category anymore, because the current NID is the one from my Product.
Works: /category/xyz
Works not: /category/xyz/myproduct (because i need the nid of "xyz", not "myproduct")
Does anyone know how i tell the contextual filter to get the NID of the parent Category?