وضاحت
Send SMS to client using SMS club.
Features
- Simple to use
- Send SMS after creating new order
- Send SMS after when order status changed to completed
- Required using of 3d party service SMS club
- Support Ukrainian and russian languages
- Required Woocommerce
انسٽاليشن
- Upload
sb-sms-sende
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Register on SMS club
- Setup login, token, alfa name on Cabinet tab
- Enable/Disable sending sms on order creation and order is completed
FAQ
-
How much does it cost?
-
1 sms cost as ordinary sms typical to your location
Here you can check the actual pricing -
How can I change message of sms?
-
Add this filter to your theme’s
functions.php
file:/** * Set SMS message content * for new order */ add_filter( 'sb_sms_message_new_order', 'child_sms_message_new_order', 10, 2); function child_sms_message_new_order($message, $order){ $message = "Your new sms message for new_order"; return $message; } /** * Set SMS message content * for order_completed */ add_filter( 'sb_sms_message_order_completed', 'child_sms_message_order_completed', 10, 2); function child_sms_message_order_completed($message, $order){ $message = "Your new sms message for order_completed"; return $message; }
جائزا
تعاون ڪندڙ & ڊولپرز
“SB SMS Sender” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙجمع: “SB SMS Sender” 2 جڳهن ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.
ترجمو ڪريو “SB SMS Sender” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
0.0.2
- Initial release