3.1 March 21, 2017
- Feature Added: Option added to remove gravatar
- Feature Added: Better UI
- Bug Fixed: Text can’t be on multiple lines
This plugin allow admin and client to communicate and share files. It adds a button under My Account page next to ‘View’ button order like:
On next page, order detail client can type message or even attach files. Once the file is sent an email notification is sent to admin. Existing messages and files are listed on same area like:
Admin can see these message(s) under each order page with files and reply to client. Email notification will also sent to client with direct URL to order page.
Customization
- Set file thumb size
- Set file size in mb
- File upload button label
- File types control
- File count control
- Customize email template
- Customize message when message sent
Installation and Startup
Just download zip file and upload into plugins section of WordPress. Once it’s activated you can access it’s setting with WooUpload Menu like:
Filters for Developers
<b>add_filter(‘wooconvo_message_subject’, ‘your_subject’, 10,2);</b>
$subject: string
$order_id: int
Above filter can be used change email subject when a message is sent
<b>add_filter(‘wooconvo_view_order_text’, ‘your_order_text’);</b>
$default: string
Above can change the default text on my account ‘View and Messages’
<b>add_filter(‘wooconvo_message_receivers’, ‘your_message_recievers’);</b>
$to: an array
Above filters can be used to add more emails to receive notification.
<b>add_filter(‘wooconvo_render_attachments’, ‘your_file_attachment’, 10,2);</b>
$html: string/html
$files: all files in array
Above filter can be used to change file attachments view in existing messages
Changelog
3.1 March 21, 2017
- Feature Added: Option added to remove gravatar
- Feature Added: Better UI
- Bug Fixed: Text can’t be on multiple lines
Version 3.0 Released, March 7 2017
- New UI for messages
- Bug fixed: Delete attachment issue fixed
- Warning and Notices removed
- Compatible with latest versions of WordPress and WooCommerce
2.5 September 9, 2015
- New file attachment template with thumbs view
- Linked with WooCommerce My Account Page
- Add filters to control contents
- Fie uploader is now more secure
2.4 July 1, 2015
- Bug fixed: orders in My account link break fixed
- Bug fixed: email notification fixed
2.3 June 28, 2015
- Bug fixed with notification URL
2.2 June 14, 2015
- File upload script replaced with PlUpload
2.1 25/3/2015
- BUG Fixed: download file as admin in order.