nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.14k stars 5.25k forks source link

Add new event of 'ShipmentTrackingNumberSetEvent' #7148

Closed Dev-Sina closed 4 months ago

Dev-Sina commented 4 months ago

Many times, we need to know that any tracking number has been set for a shipment; For example notify customer about that or give him/her this tracking number. So I have added this event ad called it when creating new shipment (if has any) or when set tracking number (if new one added). Many number of my customers need it and I decided to add it to the nopCommerce source code except in my custom projects.