Developer forum

Forum » Development » Order line field

Order line field

Yung Yi Wang
Reply

Is there an observer or handler that can catch the value of an order line field if I change the value in the cart?


Replies

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Hi Yung

The best option is the Notifications.Ecommerce.Cart.OrderValuesSaved notification that is fired when a value is set on the orderlines as well. But it is fired in many scenarios, so you have to check your self if there is a (new) value.

BR Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum