Increase size Decrease size Revert styles to default
Search

Online Broadband and Joomla Web Hosting

Joomla is our Speciality!

Close this panel

Derbyshire Web Design

Joomla Hosting and web design can make your online presence easier than you could ever imagine. Based in Chapel-en-le-Frith, we have been involved in Joomla web sites for over 4 years!

Latest Announcements

Joomla Projects

We have been actively involved in many component structures for Joomla including the popular "Hive UK SMS" and the IAPP produced for Mobile Phone World (2U)
Show the panel
Info: Your browser does not accept cookies. If you want to put products into your cart and purchase them you need to enable cookies.

SMS arrow Hive UK SMS



Hive UK SMS


Price: £15.00


Well it basically sends you an sms message to your mobile number that you set up in the admin section of Joomla so that whenever an order is placed, it will text you to notify you the customers name, order number and value or order. You will still receive the standard notification via email, this is just giving you the added benefit whilst being away from the office/store. You need a "clickatell" sms account for this to work and the costs of buying bulk sms is very cheap.

 

The component loads in the standard 'Joomla' way. You then set up the configuration (see below)

 

hivesms.gif

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Once you have entered the account settings given to you from Clickatell for the API, Username & Password you then put your mobile number in the sender & receiver boxes. You can then add a standard pre-text message.

 

 

Next you can send a test message to verify that the system is working correctly (see below)

SMS VIRTUE

Next you will need to implement some code in /administrator/components/com_virtuemart/classes/ps_checkout.php.

search for
 
 
return true;
 
} // end of function email_receipt()
 
Insert the following code just above it.
 
 
 
//send SMS with clickatel api
/*
$order_total = $db->f("order_total");
$order_discount = $db->f("order_discount");
$coupon_discount = $db->f("coupon_discount");

*/
$sms_orderid = $order_id;
$sms_reference = $shopper_name;
$sms_message_extra = ": " . $shopper_name . "Order # (" . $sms_orderid .")".$row['MAKE']." ;Total:".($order_total-$order_discount-$coupon_discount);
// Create notification object

require_once ($GLOBALS['mosConfig_absolute_path'].'/administrator/components/com_hiveuksms/'.'hiveuksms.php');


//send SMS with clickatel api ends here
Now you have completed the installation please carry out a test sale in your shop to be sure it is working correctly.

 

.{moscomment}
Availability

Usually ships in:

24h.gif

 


Customer Reviews:

Darren Griffiths  (Sunday, 27 January 2008)
Rating: 5
This component is the simplest to install.................................................................