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.

PlaceholderValue
0First Name
1Last Name
2Order 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

  1. Download the latest version as *.ZIP from GitHub.
  2. Unpack all files into /modules/sms77.
  3. Navigate to the PrestaShop module manager and search for "sms77".
  4. Press the "Install" button and wait for the installation to complete.

Via Composer

  1. Navigate to the project folder where PrestaShop is installed.
  2. Enter the following console command to perform the installation: composer require sms77/prestashop-module
  3. Navigate to the PrestaShop module manager and activate "seven".
Last updated: 5 days ago