[quote
Code:
# Notify orders department by email
#
$mail_smarty->assign("show_order_details", "Y");
$sms_email = "10digitCellNumber@cingularme.com"; // NOTE - replace with your cellphone's SMS email address
[/quote]
Hi Robert Thanks for your codes.
Two questions
1)what do you mean by
$sms_email = "10digitCellNumber@cingularme.com";?
2)Also when a customer places order,is it possible to send SMS to each of the registered customer's ordered product?
Can you help me?
Thank you.