I want to create a block with views to display the list of auctions that the current user made a bid increment.
For bids, auctions uses entitys but I could set it up!
any ideas?

Comments

SAVEL’s picture

Hello!

Just for information if someone will be looking for it.

Quick way is:
1) Create a view with All auction items
2) Add a relation "Entity Reference: Bids"
3) Setup context filter Commerce Auction Bid: Owner User ID using latest relation. The value is authorised user UID
4) Turn Aggregation on for the view
5) Set nid (or something) as grouping field
6) (optional) for a field bid_amount setup Aggregation type as Maximum to display Highest bid.

Sorry if Terms I used is slightly different from actual terms. I use Russian setup and writing just what I can remember. This is just a quick note.