| 开发者 | trupton |
|---|---|
| 更新时间 | 2026年8月16日 04:04 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://trupton.onrender.com by default. The address is configurable on the settings screen if TRUPTON asks you to use another one.
trupton_wc_cod_answered action is there if you want to automate it.WooCommerce and TRUPTON use different words, so they are mapped:
trupton_wc_order_status filter to map your own.
Check WooCommerce → Status → Logs and pick the trupton source. Every failure is logged with the reason. The most common causes are a key that has been rotated in TRUPTON without being updated here, and a shop that has changed domain since the key was first used — a key locks to one address the first time it is used.
TRUPTON matches customers on their phone number. If the billing phone is missing, or is not a number TRUPTON can read, the order is still recorded but there is nobody to message. The plugin sends the number in international form, using the billing country to work out the dialling code, so customers outside India are matched too. A bare local number with no country is read as Indian, and one that is not a valid Indian mobile is rejected rather than guessed at — turning a landline or a typo into a real number would message a stranger.
Yes. The plugin declares compatibility and only reaches orders through WooCommerce's own API, never by reading order post meta directly.