SMS Integration with Magento API

筅森魡賤 提交于 2019-11-29 17:56:39

For SMS Integration you need to decide what event you want to handle.

Magento Events List are available here.

After it you need to create observer for choosen event.

An Observer is an event handler. It listens to any event it is attached to and accordingly reacts to the event.

Your SMS API should be usen in observer. ( It is method in PHP class. )

For creating observer in Magento you need to read this documentation.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!