Table of Contents
Description
WooCommerce only plugin allow vendros and customers to send messages after order is placed. Each order has it’s own conversation
panel. See Quick Video Below
PRO Features
- File Attachments
- Images Attachments
- Email Conversation
- Filetype, size control
- Images Thumbs
- Rich Editor
- Dedicated Support Forum
- Get PRO
Demo
Hooks/Filters for Developers
Following filters can be used to personalized/overrirde plugin design.
add_filter(wooconvo_message_receivers, $receivers)
$receivers: array of receivers
Email notification receivers
add_filter(wooconvo_message_subject, $subject, $order_id)
Subject of Email notification sent to both users.
add_filter(wooconvo_shop_admin_name, $vendor_name, $order_id)
Title for admin shown for Admin to user
add_filter(wooconvo_render_attachments, $html, $files)
Render attachments sent with message. This is a pro feature
Aso Supported for Multi Vendor Plugins
Compatible with following two most advanced Multi Vendor Plugins for WooCommerce
* WooCommerce Product Vendors
* WooCommerce Marketplace (WCMp)
Each Vendor can see messages in his order panel and send reply to customers
Installation
- Upload plugin directory to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- After activation, you can set options from
WooCommerce -> WooConvo
menu
Plugin author
Plugin official website address
https://wordpress.org/plugins/admin-and-client-message-after-order-for-woocommerce/
If you encounter problems in using the WooCommerce Vendors and Customers Conversation plugin, you can comment below, and I will try my best to help you solve the problem