SMS Notification

sandeepk

Active member
Elite
XNullUser
Joined
Dec 1, 2021
Messages
61
Reaction score
140
Points
33
NullCash
236
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
588
Reaction score
11
Points
18
NullCash
9
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
23
Reaction score
0
Points
1
NullCash
3
Module recommended to everyone. Very useful !!!
 

mauricecosta

Member
XNullUser
Joined
Jun 24, 2022
Messages
154
Reaction score
0
Points
16
NullCash
0
comment ce module fonctionne til sil vous plait, let me know pls
 

RiderOne

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

Coolt

Active member
Elite
XNullUser
Joined
Dec 20, 2021
Messages
282
Reaction score
184
Points
43
NullCash
2,251
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:

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,088
Points
93
Location
Server Room
Website
localhost
NullCash
9,356
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