Hi DW,
We have made a event hanlder method which subscribes to these 4 events
"ProductAdded"
"ProductRemoved"
"QuantityeIncreased"
"QuantityRemoved"
But when we add the first product to Cart, it seems like that the method doesn't get executed.
And I tried to subscribe to the CartCreated event, but this event doesn't have orderline as event argument. We cannot calculate discount without a reference to orderline.
I want to know if it is beacuse when a new order is created, "ProductAdded" event is not fired?
If not, which even should we subscribe to?
Regards
Judy
Developer forum
Event fired when creat a new order
Replies
You must be logged in to post in the forum