Linux 软件免费装

Xpressbot Abandoned Cart for WooCommerce

开发者 skyfreeindia
更新时间 2025年1月6日 09:02
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

WooCommerce Webhook Abandoned Cart Cart Recovery Xpressbot

下载

1.0.0 1.0.1

详情介绍:

Xpressbot Abandoned Cart Webhook is a flexible WooCommerce plugin for store owners who want to enhance their abandoned cart recovery process. When a customer abandons their cart, this plugin captures essential data—including customer contact information and cart contents—and sends it as a JSON payload to a specified webhook URL, allowing easy integration with various platforms. Although this plugin works seamlessly with Xpressbot—a powerful WhatsApp marketing and chatbot solution—it's designed to work with any CRM or marketing platform that supports webhook integration. Use it to bring abandoned cart notifications into your preferred system and recover lost sales on any messaging or follow-up platform. For more details on Xpressbot’s features, visit xpressbot.org. Key Features of Xpressbot Abandoned Cart Webhook Sample JSON Format The plugin sends the following JSON payload to the specified webhook URL when a cart is abandoned: “`json { "user_id": 123, "email": "customer@example.com", "phone": "+1234567890", "billing_address": { "first_name": "John", "last_name": "Doe", "address_1": "123 Main St", "address_2": "Apt 4B", "city": "Sample City", "state": "CA", "postcode": "12345", "country": "US" }, "shipping_address": { "first_name": "John", "last_name": "Doe", "address_1": "123 Main St", "address_2": "Apt 4B", "city": "Sample City", "state": "CA", "postcode": "12345", "country": "US" }, "cart_items": [ { "product_id": 456, "product_name": "Sample Product 1", "quantity": 2 }, { "product_id": 789, "product_name": "Sample Product 2", "quantity": 1 } ] }

安装:

  1. Upload the plugin files to the /wp-content/plugins/xpressbot-abandoned-cart-for-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Navigate to Settings > XpressBot Integration to configure your webhook settings.

屏幕截图:

  • **XpressBot** – Webhook URL page from Xpressbot.org.
  • **XpressBot** – Webchat ID page from Xpressbot.org.

常见问题:

How does this plugin detect abandoned carts?

The plugin runs a cron job every 5 minutes to check for abandoned carts. If a customer leaves items in the cart and does not complete the purchase, the data is captured and sent to the specified webhook URL.

Can I customize the webhook URL?

Yes, you can set a custom webhook URL from the settings page.

Does this plugin work with Xpressbot?

Yes, this plugin seamlessly integrates with Xpressbot, allowing you to use Xpressbot for follow-up notifications.

Does this plugin have cutoff time?

Yes, you can set the cutoff time from settings page.

更新日志:

1.0.0 1.0.1