SMS Notification

sandeepk

Active member
Elite
XNullUser
Joined
Dec 1, 2021
Messages
61
Reaction score
141
Points
33
NullCash
232
Overview

Send notifications on different events on the shop. Let your customers know on the go when their order has been processed. When customers register on the shop, make orders or other actions on the site, the administrator receives a SMS notification.

  • Admin receives SMS notifications when a customers registers on the shop;
  • Admin receives SMS notifications when a customers places an order;
  • Admin receives SMS notification when a product is out of stock;
  • Customer receives SMS notification when places an order;
  • Customer receives SMS notification when his order status changes;
  • Supplier receives SMS notification with details about products;
  • Sends SMS messages to different numbers;
  • SMS log record - history of sent SMS on the website;
  • SMS Remarketing - create SMS marketing campagings;
  • Sent SMS to cusomers;
  • Auto-complete mobile phone numbers with country code prefix;
  • SMS length real-time count;
  • Customer SMS consent - customers choose if they should receive SMS messages;
  • CRON - send SMS messages at a specified interval of time;
  • Customized messages for each order status;
  • Shortcodes within SMS mesasges;
  • Abandoned cart sms notifications;
  • Send bulk SMS messages to all customers;
  • Prestashop 1.6 & 1.7 ready;
  • Multi-language;
  • Multi-store.
 

Attachments

  • smsnotification.zip
    425.3 KB · Views: 36

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,498
Reaction score
1,454
Points
113
NullCash
5,834
Hello.
Provide please link of module page and version!
 

slayer21

New member
XNullUser
Joined
Aug 14, 2021
Messages
2
Reaction score
0
Points
1
NullCash
0
that is good
Post automatically merged:

i used this my website, and you can develop this tool
 

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,498
Reaction score
1,454
Points
113
NullCash
5,834
that is good
Post automatically merged:

i used this my website, and you can develop this tool
Ok. But can you provide link of module page?
Where you download this module?
Every modules has version - what version of your module. You can read this information in module main file.
 

Hrist0

Member
XNullUser
Joined
Apr 18, 2019
Messages
76
Reaction score
1
Points
8
NullCash
3
Does it send free SMS or need to open account somewhere?
 

TheWebDev1

New member
XNullUser
Joined
Aug 29, 2021
Messages
26
Reaction score
1
Points
3
NullCash
11
Overview

Send notifications on different events on the shop. Let your customers know on the go when their order has been processed. When customers register on the shop, make orders or other actions on the site, the administrator receives a SMS notification.

  • Admin receives SMS notifications when a customers registers on the shop;
  • Admin receives SMS notifications when a customers places an order;
  • Admin receives SMS notification when a product is out of stock;
  • Customer receives SMS notification when places an order;
  • Customer receives SMS notification when his order status changes;
  • Supplier receives SMS notification with details about products;
  • Sends SMS messages to different numbers;
  • SMS log record - history of sent SMS on the website;
  • SMS Remarketing - create SMS marketing campagings;
  • Sent SMS to cusomers;
  • Auto-complete mobile phone numbers with country code prefix;
  • SMS length real-time count;
  • Customer SMS consent - customers choose if they should receive SMS messages;
  • CRON - send SMS messages at a specified interval of time;
  • Customized messages for each order status;
  • Shortcodes within SMS mesasges;
  • Abandoned cart sms notifications;
  • Send bulk SMS messages to all customers;
  • Prestashop 1.6 & 1.7 ready;
  • Multi-language;
  • Multi-store.
Thank you!
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,094
Points
93
Location
Server Room
Website
localhost
NullCash
9,398
Overview

Send notifications on different events on the shop. Let your customers know on the go when their order has been processed. When customers register on the shop, make orders or other actions on the site, the administrator receives a SMS notification.

  • Admin receives SMS notifications when a customers registers on the shop;
  • Admin receives SMS notifications when a customers places an order;
  • Admin receives SMS notification when a product is out of stock;
  • Customer receives SMS notification when places an order;
  • Customer receives SMS notification when his order status changes;
  • Supplier receives SMS notification with details about products;
  • Sends SMS messages to different numbers;
  • SMS log record - history of sent SMS on the website;
  • SMS Remarketing - create SMS marketing campagings;
  • Sent SMS to cusomers;
  • Auto-complete mobile phone numbers with country code prefix;
  • SMS length real-time count;
  • Customer SMS consent - customers choose if they should receive SMS messages;
  • CRON - send SMS messages at a specified interval of time;
  • Customized messages for each order status;
  • Shortcodes within SMS mesasges;
  • Abandoned cart sms notifications;
  • Send bulk SMS messages to all customers;
  • Prestashop 1.6 & 1.7 ready;
  • Multi-language;
  • Multi-store.


ATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFT
Dear All,

This module has bugs & identity theft, privacy theft and database theft. If you have installed this module on your website then you may become victim of your privacy & data theft.

MY REPORT:

File: smsnotification.php

public function hookActionCustomerAccountAdd($params)
{
//die("newcustomers");
// $hooks = new ModelSmsHooks();
// $hooks->customerAddHook($params["newCustomer"]->id_shop, $params["newCustomer"]->id);
if (Configuration::get('SMS_NOTIFICATION_ADMIN_CUSTOMERS')=='2') {
print_r($params);
//die("hereee");
$id_customer = $params["newCustomer"]->id;
$customer = new Customer((int)$id_customer);
// print_r($customer);
$cart_data = new Cart(Tools::getValue('id_cart'));
// print_r($cart_data);
// // $id_address = $params["cart"]->id_address_delivery;
// // $address_data = new Address($id_address);
// // print_r($address_data);
// // echo $mobile_phone = $address_data->phone_mobile;
// die("hereee");

// $message = $this->l('Hello!').' ';
// $message .= $customer->firstname.' '.$customer->lastname;
// $message .= ' '.$this->l('just signed up!').' ';
// $message .= Configuration::get('SMS_NOTIFICATION_SIGNATURE');


// $message = '<a href="https://www.homescapesindia.com/">HOMESCAPESINDIA.COM</a>: '.$customer->firstname.'Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $message='HOMESCAPESINDIA.COM: '.$customer->firstname.' Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $this->sendSMS(
// '9780845718',
// Configuration::get('SMS_NOTIFICATION_SIGNATURE'),
// $message
// );
//$this->sendSMS($mobile_phone, Configuration::get('SMS_NOTIFICATION_SIGNATURE'), $message);
//die("kkkk");
return true;
}
}


$message='Order Delivered: '.$params["id_order"].' for '.$product_name.' has been delivered. Please rate your delivery experience. Thank you for shopping with Homescapesindia.com';
 

Hytrox

Member
XNullUser
Joined
Nov 22, 2021
Messages
39
Reaction score
0
Points
6
NullCash
2
Module recommended to everyone. Very useful
 

maty12

Active member
XNullUser
Joined
May 7, 2021
Messages
459
Reaction score
67
Points
28
NullCash
148
Overview

Send notifications on different events on the shop. Let your customers know on the go when their order has been processed. When customers register on the shop, make orders or other actions on the site, the administrator receives a SMS notification.

  • Admin receives SMS notifications when a customers registers on the shop;
  • Admin receives SMS notifications when a customers places an order;
  • Admin receives SMS notification when a product is out of stock;
  • Customer receives SMS notification when places an order;
  • Customer receives SMS notification when his order status changes;
  • Supplier receives SMS notification with details about products;
  • Sends SMS messages to different numbers;
  • SMS log record - history of sent SMS on the website;
  • SMS Remarketing - create SMS marketing campagings;
  • Sent SMS to cusomers;
  • Auto-complete mobile phone numbers with country code prefix;
  • SMS length real-time count;
  • Customer SMS consent - customers choose if they should receive SMS messages;
  • CRON - send SMS messages at a specified interval of time;
  • Customized messages for each order status;
  • Shortcodes within SMS mesasges;
  • Abandoned cart sms notifications;
  • Send bulk SMS messages to all customers;
  • Prestashop 1.6 & 1.7 ready;
  • Multi-language;
  • Multi-store.
Super PerfectlySuper PerfectlySuper Perfectly
 
Top