SMS Notification

sandeepk

Active member
Elite
XNullUser
Joined
Dec 1, 2021
Messages
67
Reaction score
153
Points
33
NullCash
263
Thank you for update me about new post showing if then please share link so that it help me
 

uko

Member
XNullUser
Joined
Apr 14, 2021
Messages
624
Reaction score
11
Points
18
NullCash
5
Thanks for sharing the module is great and useful!!
 

Nascimento

Member
XNullUser
Joined
Nov 4, 2021
Messages
47
Reaction score
13
Points
8
NullCash
45
Thank you for sharing this awesome SMS notifications module with us. Do we have to use an API for it?
 

Newbee

New member
XNullUser
Joined
Jun 19, 2021
Messages
25
Reaction score
0
Points
1
NullCash
2
Module recommended to everyone. Very useful !!!
 

RiderOne

Active member
Elite
XNullUser
Joined
Jan 23, 2019
Messages
649
Reaction score
202
Points
43
NullCash
2,283
Thank you very much for sharing this great module.
 

Coolt

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 20, 2021
Messages
329
Reaction score
265
Points
63
NullCash
2,857
Thanks for sharing!! this module is recommended to everyone Very useful
Post automatically merged:

Can this module work with all operators in all countries’??
Post automatically merged:

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';
Are you sure??
 
Last edited:

achilless

Active member
Elite
XNullUser
Joined
Oct 23, 2021
Messages
145
Reaction score
131
Points
43
NullCash
235
Provide please link of module page and version!
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
518
Reaction score
1,132
Points
93
Location
Server Room
Website
localhost
NullCash
9,708
Thanks for sharing!! this module is recommended to everyone Very useful
Post automatically merged:

Can this module work with all operators in all countries’??
Post automatically merged:


Are you sure??
Yes this modules has bugs and back trackers
 
Top