Is there a way to find out a discount per line item in orders?
As I understand (after looking at the table order_line_item), the full discount is added as a own line item.
I believe we would have to hook into the discount calculation and log the discount per order item - and of course there might be discounts which cannot be easily accounted to one position.
