Download the PHP package sms77/prestashop-api without Composer
On this page you can find all versions of the php package sms77/prestashop-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sms77/prestashop-api
More information about sms77/prestashop-api
Files in sms77/prestashop-api
Download sms77/prestashop-api
More information about sms77/prestashop-api
Files in sms77/prestashop-api
Vendor sms77
Package prestashop-api
Short Description Sms77.io module for PrestaShop 1.6 & 1.7 applications.
License MIT
Homepage https://github.com/sms77io/prestashop
Package prestashop-api
Short Description Sms77.io module for PrestaShop 1.6 & 1.7 applications.
License MIT
Homepage https://github.com/sms77io/prestashop
Please rate this library. Is it a good library?
Informations about the package prestashop-api
Official module for PrestaShop 1.6 & 1.7
Installation
Via Composer
- Open a shell and navigate to the PrestaShop installation
- Run
composer require sms77/prestashop-module
- Administration: Go to
Modules->Module Manager
and activatesms77
Via GitHub
- Download the latest release as *.zip
- Extract archive
unzip -d /path/to/prestashop/modules <archive_name>.zip
- Administration: Go to
Modules->Module Manager
, search forsms77
and clickinstall
Usage
Go to the module manager and search for sms77
. Click on the settings
button and look
through the available options. Remember to set your API key in order to be able to send
messages.
Available message placeholders:
- {address.<property>} => Use a property from the Address object
- {address.firstname} resolves to the customers first name
- {address.lastname} resolves to the customers last name
- {invoice.<property>} => Use a property from the OrderInvoice object (available only
on invoice creation)
- {invoice.number} resolves to the invoice number
- {invoice.total_paid_tax_incl} resolves to the invoices total amount tax included
- {order.<property>} => Use a property from the Order object (if available)
- {order.id} resolves to the order ID
- {order.reference} resolves to the order reference
Addresses: The delivery address takes precedence over the billing address. So if the delivery address differs to the billing address, the delivery address will be taken for message placeholders.
Implemented Events
- Delivery - the order status has been set to delivered
- Invoice Creation - an order invoice has been created
- Payment - the order has been marked as being fully paid
- Refund - the order status has been set to refunded
- Shipping - the order status has been set to shipped
Support
Need help? Feel free to contact us.
Screenshots
All versions of prestashop-api with dependencies
PHP Build Version
Package Version
The package sms77/prestashop-api contains the following files
Loading the files please wait ....