What is PrestaShop
PrestaShop is an e-commerce framework that was first released as a stable version in August 2008. Since then it has gained a lot of popularity mostly in the European market, especially in the French speaking parts.
Functionality
SMS dispatch on events
This module offers the possibility to send predefined text messages when certain events are triggered by PrestaShop.
Events
- Delivery
- Customer has received the goods.
- Shipping
- Goods have left the warehouse.
- Incoming payment
- An invoice amount has been cleared.
- Invoice generation
- An invoice has been issued.
Mass SMS
Sends a message to all customers registered in the shop. Useful to communicate events, discount promotions or similar news to the customers.
Signature
Allows you to attach a specific text to all messages sent. You can choose between prepending and appending. Prependind adds the signature to the beginning of the text. Appending adds the signature to the end of the text.
Placeholders
When creating messages, the personal salutation of customers can be an advantage. The following breakdown of placeholders is intended to provide information about which placeholders are available and what they mean.
- {0}
- First name
- {1}
- Last name
- {2}
- Order ID (if available)
Fixed sender name
By default, this module uses the shop name (PS_SHOP_NAME) as sender identifier for outgoing messages. You can change this in the module settings.
Installation
Via GitHub
- Download the latest release as *.ZIP from GitHub.
- Unzip all files to /modules/sms77.
- Navigate to the PrestaShop module manager and search for “sms77”.
- Press the “Install” button and wait for the installation to finish.
Via Composer
- Navigate to the project folder where PrestaShop is installed.
- Enter the following console command to install: composer require sms77/prestashop-module.
- Navigate to the PrestaShop module manager and activate “sms77”.
Support
If you have any questions regarding the PrestaShop plugin, please contact us via e-mail.