We have a B2B marketplace , Here buyer/customer can select a set of products and place an order. When an order is placed then order is directly showing to vendor account.
What we do generally is , If a vendor providing a bulk quantity of products for $80.
We are selling them for $85 by adding $5 to the price. Now we want to raise an order in following way. When a customer try to place an order for a vendor then
a) Order needs to be placed from customer to marketplace(magentoweb) for $85
b) Order needs to be placed from marketplace to vendor for $80
How can i implement this feature? I observed that there is a split order module but it just splitting order items into individual orders. Any body having similar functionality?