Hi,
In the plugin you will find four lines:
if($plugin->params['display_twitter']) $html.=$this->_addTwitterButton( $plugin);
if(@$plugin->params['display_pinterest']) $html.=$this->_addPinterestButton( $plugin);
if($plugin->params['display_fb']) $html.=$this->_addFacebookButton( $plugin);
if(@$plugin->params['display_google']) $html.=$this->_addGoogleButton( $plugin);
By changing the order of these lines, you will change the order of the icons.
Notice that if you modify the plugin directly, you will lose your changes by updating HikaShop (because it will reinstall the plugin)
Regards,