I'm trying to create a view with all the products that have been bought in my store. When I try to make a view of "Line items", I get the line items of the orders that have been purchased and ALSO the line items of the shopping carts that haven't been bought.
There's no filter similar to "Line item has been bought". Can anyone help?
Comments
Comment #1
rszrama commentedYou need to add a Relationship to the Order the line item is on and add a filter by Order State to only include the Pending / Completed states.