Can I send the notifications via Whatsapp or SMS?
A new feature to send abandoned cart notifications via WhatsApp and SMS was introduced to the module in version 1.21.0. The functionality is available as a part of an active product subscription or support subscription. You can find the 'amasty/module-acart-advanced-notifications' package for installing in composer suggest.
To enable these notifications, make sure:
— that the Text Message Notifications settings are set to YES:
— Advanced Notifications functionality is properly configured:
Please ensure that the twilio/sdk library is also installed for this functionality to work. You may use the composer require twilio/sdk command to do so.
To configure the module:
— select the provider and add the valid phone number in international format (e.g., +12345678901);
— create a campaign, specify the notification type in the schedule and add the message text:
Different variables are available for use in SMS and WhatsApp message texts:
Related Articles
How does the Abandoned Cart Email extension work for guests?
The Abandoned Cart Email extension works for guest customers in the cases when a customer enters their email on the checkout page, but interrupts the checkout process. The extension captures the entered email with AJAX and immediately saves it. This ...
Abandoned Cart Email API
We have created a public API collection for Abandoned Cart Email module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
Does the extension send emails for the carts that were abandoned before the extension installation?
The carts that were abandoned before the extension installation will not be affected, as well as the ones that were created before a new campaign creation. The campaigns will only consider new quotes when scheduling emails.
How to change styles of the product layout for the abandoned cart email template?
The styles of the email template can be modified via the files. Depending on the layout mode (list/table), different files should be modified. Modify this file for the list mode: Amasty/Acart/view/frontend/templates/email/list.phtml And this file is ...
When is the cart considered abandoned?
By default, the cart is considered abandoned when the order wasn't placed, and the cart has been closed for at least 10 minutes. It's possible to change this value by using Abandoned Cart Email → Configuration → Cart Considered Abandoned After Period ...