Thanks for the alert. It could have done more harm than goodATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFTDear 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 msgATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFTDear 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';
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 scriptOverview
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.