WooCommerce Order Chat
Wordpress Plugin for Chat between Customer and Admin
by Rutva Prajapati · github.com/rutvaawt/woocommerce-order-chat
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rutvaawt/woocommerce-order-chat/archive/refs/heads/main.zipIntroduction
WooCommerce-Order-Chat is a powerful WordPress plugin that enables real-time chat functionality between customers and shop managers for individual WooCommerce orders. By integrating seamlessly with WooCommerce, this plugin enhances customer service and post-purchase engagement, letting users discuss order-specific issues or requests directly within their account dashboard and the WordPress admin.
Features
- Real-time chat for each WooCommerce order between customers and administrators.
- Chat threads linked to specific orders for easy reference and history tracking.
- AJAX-powered message sending for a seamless user experience.
- Message notifications for both customers and admins when new messages arrive.
- Clean and user-friendly interface integrated into both the WooCommerce My Account section and the admin order details page.
- Support for attachments (if enabled).
- Extensible codebase for customization and integration with additional workflows.
Usage
After activating the plugin, customers will see a new "Order Chat" option in their WooCommerce My Account order view. Administrators get a chat panel inside each order’s details page in the WordPress dashboard. Both parties can send and receive messages about the order, ensuring quick resolution of queries, clarifications, and support needs.
Typical usage flow:
- Customer places an order in WooCommerce.
- Customer opens their order details and starts a chat regarding their order.
- Admin receives a notification and responds from the order edit page.
- All communication is threaded and visible to both parties, streamlining support.
User Journey Example
journey
title Order Chat User Flow
section Customer
Views Order: 5: Customer
Sends Message: 4: Customer
Receives Admin Reply: 4: Customer
section Admin
Receives Notification: 3: Admin
Responds in Order: 5: Admin
Resolves Query: 5: Admin
Installation
To install WooCommerce-Order-Chat:
- Download or clone the repository to your local machine:
git clone https://github.com/RutvaAWT/WooCommerce-Order-Chat.git - Copy or upload the plugin folder to your WordPress installation’s
wp-content/plugins/directory. - Log in to your WordPress admin dashboard.
- Go to Plugins > Installed Plugins and activate "WooCommerce Order Chat".
- Ensure WooCommerce is activated, as the chat plugin depends on it.
- Configure any plugin settings as required (if available).
Requirements
- WordPress 5.0 or later.
- WooCommerce 4.0 or later.
- PHP 7.2 or higher.
- jQuery (typically included with WordPress themes).
- Proper file permissions for uploading attachments (if attachment support is enabled).
For further customization, refer to the plugin's hooks and filters in the codebase. If you encounter issues, please open an issue on the GitHub repository with detailed steps to reproduce.
Happy chatting!