外掛說明
This plugin triggers sms and voice call using xoxzo telephony service.
Some triggers are based on woocommmerce email events.
The following are events that trigger sms/voice notification:
- New order
- Pending to processing/completed/on-hold
- Failed to processing/completed/on-hold
- Cancelled order
- Processing to cancelled
- On-hold to cancelled
- Failed order
- On-hold to failed
- Pending to failed
- Order on-hold
- Pending to on-hold
- Failed to on-hold
- Processing order
- Failed to processing
- On-hold to processing
- Pending to processing
- Completed order
- Fully refunded order
- Partially refunded order
- Low stock
- No stock
- Order details(Resending order information)
- Customer note
- Reset password
- New account
安裝方式
- This plugin can be install as it is.
-
The plugin uses xoxzo php client library. The library is in ‘xoxzo_cloudphp’ folder, to move the plugin to any directory change the following line:
In file admin/wc-xoxzo-admin.php line 71:
require_once $plugin_dir."/xoxzo_cloudphp/src/XoxzoClient.php";
-
.htaccess is placed in root of the plugin folder, and library folder to prevent public facing file enumeration(May require different method for other types of servers)
[In the plugin root:]
Options All -Indexes
Order allow,deny
Deny from all[In xoxzo_cloudphp folder]:
Disable directory browsing
Options All -Indexes
Deny all http request
order deny,allow
deny from all
常見問題集
-
Does sms and voice behave the same?
Almost. For order cancel, and sms is send to admin when customer cancel, to customer when admin cancel. For voice, the default behave is always sending to admin.(Regardless who cancel). -
How does customer cancel?
A cancel button will appear for each item in an order, when the order is in “pending payment” status. This is woocommerce behavior, under ‘My Account’ page. -
Why does my cost of sending sms/voice is showing zero?
Refresh to see the updated status of each sms/voice call. This status is retrieved from Xoxzo telephony service. -
Can I add sms/voice callback for any events in WooCommerce/WordPress?
Such functionality is not supported at the moment(Nor is recommended). -
I enabled sms/voice for a particular events, but i don’t see it under sms and voice status.
Try checking in ‘Error Status’ -
How does the cost of each sms/voice work?
Refer to Xoxzo pricing page
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0
- First version *