
This plugin permit admin and client to speak and percentage files. It adds a button under My Account page subsequent to ‘View’ button order like:
On next page, order detail shopper can type message or even connect information. As Soon As the record is shipped an electronic mail notification is shipped to admin. Present messages and information are listed on similar area like:
Admin can see those message(s) underneath every order web page with recordsdata and respond to client. E-Mail notification will also despatched to client with direct URL to reserve web page.
Customization
- Set report thumb measurement
- Set file dimension in mb
- File upload button label
- Report varieties keep watch over
- File depend keep watch over
- Customise e mail template
- Customise message whilst message despatched
Set Up and Startup
Simply obtain zip report and upload into plugins component to Wordpress. Once it’s activated you can get right of entry to it’s setting with WooUpload Menu like:Filters for Builders
<b>add_filter(‘wooconvo_message_subject’, ‘your_subject’, 10,2);</b> $subject: string$order_id: int
Above filter will also be used amendment email subject while a message is shipped
<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 also be used so as to add more emails to receive notification.
<b>add_filter(‘wooconvo_render_attachments’, ‘your_file_attachment’, 10,2);</b> $html: string/html
$recordsdata: all information in array
Above filter will also be used to change file attachments view in present messages
FULL DOWNLOAD
No comments:
Post a Comment