View Block of Order history(authenticated user)
I need a Block View or a Page View showing the Order History of currently Logged-in User.
I looked at the Administrators Order View, there are some stuff with Commerce-Line Items but I couldnt figure out how they made that
Any help would be appreciated
Comments
@joshmiller Is it possible to list only those ordered product created by a certain user ?
The view that I recommend cloning filters the orders based on the logged in user. If you want a view that filters based on an arbitrary or a user-supplied user, I would click "expose this filter" checkbox to allow users to type in a different username. This might require a different filter based on username instead of "currently signed in user"