Greetings !
I have integrated sms notification system and it is working. After a successful order placed, Cafe admin get notification by sms however i am using a static filed for mobile number which is passed through the sms script. Is it possible to send the notification to customer also ? For that purpose, i am using <?php echo $customer_info['telephone']; ?> however could not able to get the corresponding number from the database.
How can i call the $customer_info['telephone'] so that i can put it on sms script to work, in the checkout_success.php.
Hope, you will show me a way.
Thanks.