modmore / Commerce_MessageBird

Integration of the MessageBird API for Commerce, that allows sending order messages via SMS automatically (as status change) or manually (through the dashboard).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessageBird integration for Commerce

Integration of the MessageBird API for Commerce by modmore, that allows sending order messages via SMS automatically (as status change action) or manually (through the dashboard).

Configuration & Usage

See the modmore documentation for how to use the module.

Install as a package

The Commerce_MessageBird package is not yet installable as a package, but will be made available as one soon from modmore. If you're reading this after January 10th, 2018, please remind Mark via support@modmore.com to release the package.

Building from source

To run the module from source, you'll need to take a few steps.

  1. Clone the repository (or better yet, a clone of your own fork)

  2. Copy config.core.sample.php to config.core.php, and if needed adjust it so that it includes your MODX site's config.core.php. Make sure you have Commerce installed as well, of course.

  3. In core/components/commerce_messagebird/, run a composer install. This will download the official MessageBird API library.

  4. From the browser open _bootstrap/index.php, this will set up the necessary settings and will make the module known to Commerce.

About

Integration of the MessageBird API for Commerce, that allows sending order messages via SMS automatically (as status change) or manually (through the dashboard).

License:MIT License


Languages

Language:PHP 97.7%Language:Twig 2.3%