Chat live with your customers on your Magento 2 ecommerce store using Dotdigital Chat.
Before you start
- Make sure you're using Dotdigital for Magento 2 connector v4.0.0 or higher.
- You must have an Dotdigital account connected to your Magento 2 store.
Enable Chat on your Magento 2 store
To enable Chat for the first time on your Magento 2 store:
- In your Magento 2 admin, go to Marketing > Customer Engagement > Chat.
- On the Chat settings page, select Yes from the Enabled drop-down menu.
- Click Save Config.
Enable Chat at website level
- In your Magento 2 admin, go to Marketing > Customer Engagement > Chat
- Select your website level from the scope drop-down menu.
- Clear the Use default check box.
- On the Chat settings page, select Yes from the Enabled drop-down menu.
- Click Save Config.
Once Chat is enabled on your website, it uses the Chat widget and team information configured in the Dotdigital account that is connected to your site.
Customise the Chat widget in Magento 2
To customise your Chat widget on your Magento 2 store:
- In your Magento 2 admin, go to Marketing > Customer Engagement > Chat
- Click Configure Chat Widget to open the Dotdigital Chat settings.
- Follow the instructions in Customising the Chat-widget.
- After clicking Save and generate code, your chat widget is automatically updated on your Magento 2 store.
Configure your Chat Teams in Magento 2
To configure your Chat teams on your Magento 2 store:
- In your Magento 2 admin, go to Marketing > Customer Engagement > Chat.
- Click Configure Chat Teams to open the Dotdigital team management.
- Follow the instructions in Managing your Chat team to manage your team.
Disable the Chat widget in Magento 2
To disable Chat on your Magento 2 store:
- In your Magento 2 admin, go to Marketing > Customer Engagement > Chat.
- On the Chat settings page, select No from the Enabled drop-down menu.
- Click Save Config.
Remove the Chat widget in Magento 2
To remove Chat on your Magento 2 store:
- Run
bin/magento module:disable Dotdigitalgroup_Chat
. - Add this link to replace the directive in your composer.json file:
"replace": { "dotmailer/dotmailer-magento2-extension-chat": "*" }
- Run the composer update to remove the module files from the
/vendor
folder.