I need to create a new order_item line per product unit in Magento. I mean, if someone buys two units of the same product, then I need the order to create two lines in the sales_flat_order_item table, each one with quantity '1'.
Is that possible?
Thanks!