Is there any way to get notification for the Close event of a RMA ?
I need to develop a custom e-mail for a variable list of recipients when a RMA is closed.
Thanks,
Rui Silva
Is there any way to get notification for the Close event of a RMA ?
I need to develop a custom e-mail for a variable list of recipients when a RMA is closed.
Thanks,
Rui Silva
Hi Rui
Currently only ReplacementOrderCreated notification for RMA is available.
RMA's are attached to an order, so you might be able to listen to OrderSaved notification and see if there is a RMA for that order, and then some logic to see if gets closed. But not easy...
Hi Nicolai,
Can I trust that wheneever a RMA is updated in frontend or in CMS backoffice it will generate a OrderSaved notification. If this is true I'll take a chance to use this notification to make it work. Otherwise I've to try to find a another solution to make it work.
Best,
Rui Silva
You must be logged in to post in the forum