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 for the table mode:
Amasty/Acart/view/frontend/templates/email/table.phtml
To set the layout mode, please navigate to Marketing → Email Templates, open the Abandoned Cart Email template, and find the layout in the Template Content field.
Related Articles
How to change the type and the size of the product image for the abandoned cart email template?
The product image properties can be changed in the file Amasty/Acart/etc/view.xml. Please note that the changes should be made according to the template layout mode: To replace the product image, please change the image type attribute. Allowed types ...
How can I make my email templates look like the example on the Abandoned Cart Email extension page?
The template shown on the product page of the Abandoned Cart Email extension is just an example of how it may look, but it is unavailable out of the box. You can adjust the sample template to your needs or completely change its structure by creating ...
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 ...
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 ...
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 ...