ਵੇਰਵਾ
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
ਸਮੀਖਿਆਵਾਂ
There are no reviews for this plugin.
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Xoxzo – SMS and voice notification plugin for WooCommerce” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Xoxzo – SMS and voice notification plugin for WooCommerce” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
1.0
- First version *