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 popularity, especially in the European market, particularly in French-speaking regions.
Features
SMS Sending on Events
This module provides the ability to send predefined text messages when certain PrestaShop events are triggered.
Events
Delivery
The customer has received the goods.
Shipping
The goods have left the warehouse.
Incoming Payment
An invoice amount has been settled.
Invoice Creation
An invoice has been issued.
Bulk SMS
Sends a message to all customers registered in the shop. Useful for communicating events, promotions, or similar news to customers.
Signature
Allows attaching specific text to all sent messages. You can choose between prefixing and suffixing. Prefixing adds the signature at the beginning of the text. Suffixing adds the signature at the end of the text.
Placeholders
When creating messages, personal addressing of customers can be advantageous. The following overview of placeholders provides information on which placeholders are available and what they mean.
Placeholder | Value |
---|---|
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 the sender ID for outgoing messages. You can change this in the module settings.
Installation
Via GitHub
- Download the latest version as *.ZIP from GitHub.
- Unpack all files into /modules/sms77.
- Navigate to the PrestaShop module manager and search for "sms77".
- Press the "Install" button and wait for the installation to complete.
Via Composer
- Navigate to the project folder where PrestaShop is installed.
- Enter the following console command to perform the installation:
composer require sms77/prestashop-module
- Navigate to the PrestaShop module manager and activate "seven".