Hello,
I am working on a manual order entry form.
I have a link which creates a dummy order, then asks to find the customer or create a new customer.
This works great with modal popups and tweaked controls using delegates.

I am now working on adding products to the order, this is turning into a monster.
What is the quickest way of converting a productvariant into an ordervariant and adding it to the order?

-Edward