Can I deside what is going on before a product is put in the basket? I need to be able to change the orderline before it is put into the basket.
I need to change the price according to some input from the user.
[Edit]
Is it possible to create the orderlines myself in the "Dynamicweb.Notifications.Standard.Page.Loaded" Subscribtion? This way I would get full control of everything about the order.
To do it I need to get the product in question and be able to put an orderline in the basket.
How do I do that?