SMS Notification

rbarbeito

New member
XNullUser
Joined
Jul 18, 2022
Messages
18
Reaction score
1
Points
3
NullCash
6
excellent plugin, thanks for sharing
I will try it when I reach the threshold to download it
 

Lifehack

Member
XNullUser
Joined
Apr 20, 2020
Messages
107
Reaction score
0
Points
16
NullCash
4
it does not work correctly? it does not work correctly?
 

King 254

Member
XNullUser
Joined
May 3, 2022
Messages
71
Reaction score
0
Points
6
NullCash
3
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';
Thanks for the alert. It could have done more harm than good
 

Manu33

Member
XNullUser
Joined
Aug 7, 2022
Messages
294
Reaction score
0
Points
16
NullCash
7
Provide please link of module page and version!
 

Manu33

Member
XNullUser
Joined
Aug 7, 2022
Messages
294
Reaction score
0
Points
16
NullCash
7
Hello.
Provide please link of module page and version!
 

wiikev

Member
XNullUser
Joined
Oct 8, 2022
Messages
125
Reaction score
1
Points
18
NullCash
35
Bonjour,

Je pense qu'il faut souscrire un compte chez un opérateur pour que les sms s'envoyent ?

Quelqu'un peut-il confirmer ?

Merci
 

irmet

Member
XNullUser
Joined
Sep 16, 2022
Messages
50
Reaction score
0
Points
6
NullCash
5
very good
thank you very much!for sharing this !!
 

JREE

Member
XNullUser
Joined
Mar 28, 2021
Messages
124
Reaction score
0
Points
16
NullCash
26
thank you for sharing this module!
 

wiikev

Member
XNullUser
Joined
Oct 8, 2022
Messages
125
Reaction score
1
Points
18
NullCash
35
se module est-il sécurisé pour stopper les voles des données ?
Ca il y avait une info pour nous prévenir du vole de données client
 

tudis

New member
XNullUser
Joined
Oct 25, 2022
Messages
9
Reaction score
0
Points
1
NullCash
4
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';
Thanks for the info. I was just start downloading the addon when i read your msg
 

zangbeto

Member
XNullUser
Joined
May 25, 2019
Messages
93
Reaction score
1
Points
8
NullCash
4
Thank you very much for this amazing share
Post automatically merged:

Thank you very much for this amazing share
 

tolyn

Member
XNullUser
Joined
May 7, 2020
Messages
186
Reaction score
5
Points
18
NullCash
7
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.



Muchas Gracias por compartir!!!! gracias
 

onez

New member
XNullUser
Joined
May 25, 2023
Messages
4
Reaction score
0
Points
1
Location
Spain
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.
oh wow, i so excited to try this script
 

sandeepk

Active member
Elite
XNullUser
Joined
Dec 1, 2021
Messages
60
Reaction score
137
Points
33
NullCash
204
Thank you all for like module, if any one have query let me know i happy to help you all devs
 
Top