How can access all events of order in SMS plugins?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi!!!
I'm working on Nop 2.65. I'm developing one SMS plugins and want to notify customer for all events like order placed, Shipment ,Delivered and also notify whether order completed or cancelled  by sending sms.

I've looked into code but found only two events Order Place Event and Order Paid Event for plugin.

So by which way I can get all events so that sms will be sent on all events?
11 years ago
There aren't many events as far as I know. Anyway, you can always use MVC Filters. :)
11 years ago
wooncherk wrote:
There aren't many events as far as I know. Anyway, you can always use MVC Filters. :)


But How to identify events and how to load my sms plugins at same time?
11 years ago
Dharmik wrote:
There aren't many events as far as I know. Anyway, you can always use MVC Filters. :)

But How to identify events and how to load my sms plugins at same time?


Try the IConsumer interface to consume events. Some brief description here: https://www.nopcommerce.com/docs/74/frequently-asked-development-questions.aspx
11 years ago
Are you finished working of your plugin?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.