reaperx Posted October 10, 2007 Share Posted October 10, 2007 I have a oscommerce shop and currently I receive an e-mail when someone orders. I have an account with webcalldirect.com and they provide me with unlimited free sms and they provided me this code for using their system in php. Is their a possibility to alter this code in oscommerce (checkout_process.php) so it sends me a SMS when someone orders. provided code : _https://myaccount.webcalldirect.com/clx/sendsms.php?username=xxxxxxxxxx&password=xxxxxxxxxx&from=xxxxxxxxxx&to=xxxxxxxxxx&text=xxxxxxxxxx Explanation of the variables: username: your WebCallDirect username password: your WebCallDirect password from: your username or your verified phone number. Always use international format for the number starting with +, for instance +491701234567 to: the number you wish to send the sms to. Always use international format starting with +, for instance +491701234567 text: the message you want to send After creating the link in a text editor you can copy it into your internet browser's address bar: Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.