Hi,

I have installed ubercart.

Products can have different authors.

I want to display all the orderlines that are associated with products from the current user.

Currently, I can display all orderlines with a view.

I added two relationships:

Order:products
(product)content:author

and made them all required.

Then I also added the context: Content: Author UID.

But it is not working. Any suggestions?

Comments

dorien’s picture

Got it. Forgot to get the argument of the context from the current user, not from the url :-)