Hi guys.
I have made some code in a observer (Dynamicweb.Extensibility.Subscribe(Dynamicweb.Notifications.eCommerce.Cart.Line.Added)
I have succefully added a product to the cart, but i need to set a tag / value so the frontend can render information about why we added this extra product to the cart. My idea was to use a custom OrderLineField and set the value here, but in this event i can see any orderline fields. I have created the field in the backend.
DW 8.4.0.9.
Anyone know how i can do this?