Abandoned Cart List & Notification
by 2Hats Logic Solutions... (1) Ratings Source Available 24 DownloadsCurrent version:
Cloud / Self-hosted
This extension/theme cannot be used in a Shopware Cloud shop. Cloud Self-hosted
This plugin is available for Shopware 5
Support
- Support by: 2Hats Logic Solutions Private Limited
- Support available in:
Plugin details
- Order number: Hatsl20556352288
- Manufacturer: 2Hats Logic Solutions Private Limited
- Version: 1.1.1
- Last update: 29 Sep 2020
- Plugin available in:
- Self-hosted compatibility: 6.0.06.1.0 – 6.1.66.2.0 – 6.2.36.3.0.26.3.0.0 – 6.3.0.16.3.1.0 – 6.3.1.16.3.3.0 – 6.3.3.16.3.4.0 – 6.3.4.1
Product information
Highlights
- Easy to install and configure
- 20% more conversion with Ability to view users with Abandoned carts and cart items.
- Built-in persistent cart feature so you don't have to pay for another plugin.
- Free updates for upcoming features
Features
- The plugin comes with a built-in persistent cart, so even after logout the items in cart remain available for the user the next time he logs in.
- The plugin has the ability to list users who have items left in the cart and also list the items in their cart.
- The plugin sends email reminders to users to complete their purchase on set intervals for the items they leave in their carts.
- The email format can be saved and customized using email templates from Shopware backend.
- The email sending can be disabled anytime or intervals can be set to suit the needs of your store.
- Friendly and Marketing subject lines can be used for emails.
- GDPR compliant plugin
Description
How often do your customers leave the cart?
According to surveys, the average abandonment rate in sales is 70 percent and straight purchases are 30%. This means there is a high abandonment rate in online purchases as well where customers leave their carts with products without completing the order for various reasons like:
- thinking about another product
- want to check and compare with other web-stores
- get distracted in the middle of completing the order
- a bad network etc.
Rarely does customers come back to the abandoned carts and fulfil the order. In case of Shopware it doesn't come with a persistent cart either which makes it difficult for a user to easily get access to the product they were looking at.
How Abandoned Cart Notification Help Solve the Issue and Boost Conversion?
Our abandoned cart plugin comes with a persistent cart feature out of the box. This can go a long way in better conversion since Shopware doesn’t have this feature.
But our plugin comes with even more features. The plugin shows you a list of users who have items left in the cart and also show you which items are there in the cart. So you can plan a different marketing strategy to increase conversion. The plugin sends out reminder emails to customers (who finish the first step of checkout or login) about the products they left in the cart without completing the order. The store owner can set the intervals in which these friendly reminders should be sent. Because of this limit, it never becomes annoying for the customer. The number of interval days is comma-separated values like 2,5,15. If its set like this – the plugin will send emails on the second day, 5th day and 15th day after the user abandon the cart. Then it doesn’t send any more emails. If the store owners just want to send one reminder, they can set it as one number.
The email template is completely customizable with your marketing subject line or text with list of products and a link to complete the order. The store owner can set up coupon codes and send it via these emails to make the decision easier for the customers. This can increase the conversion by 20% and thereby increasing the revenue by 20% - which is remarkable.
This is also a great customer experience because who doesn’t like a friendly reminder and follow up about their favourite products which they left out in the cart? Definitely a sales booster!
Customer reviews
As the owner of this extension you can rate it in the Shopware account
Rate now in your accountAverage customer rating from 1 reviews:
Super Plugin, einige tolle Funktionen werden ja noch dazukommen! Wir freuen uns!
Installation manual
Installation
Step 1: Buy the plugin at https://store.shopware.com.
Step 2: Log in to Shopware with your user account
Step 3: Open Settings-> Plugin Manager
Step 4: Click My Purchases and sign in if you haven't already. Enter the Shopware ID for the website you are working with.
Step 5: After login you will see a list of plugins for the website and your account. Download the plugin.
Step 6: Click on "Installed" to open a page with the plugins that are installed, uninstalled and deactivated.
Step 7: Look for the AbandonedCart plugin in the "Uninstalled" list.
Step 8: Click Install and activate the plugin.
construction
1) Set the interval for the email in days.
a) Open Settings -> System -> Plugins -> My Plugins -> Notification of abandoned shopping cart -> Configuration
To set the mail interval days for the abandoned cart notification:
(Please use a coma separator to add more than one day.)
2) Change the email template
(Settings> Email Template> Search for "Abandoned Cart"> Edit>
Update instructions for existing customers: How to display the product image in the email.
================================================================
Step 1. Please update your plugin to the latest version "Abandoned Cart v.1.0.4".
Step 2. Copy the following lines of code into Email Templates - HTML Template
(Settings> Email Template> Search For "Abandoned Shopping Cart"> Edit> Paste Code Into HTML SECTION)
Step 3. Look for the following code in the HTML section
<td bgcolor = "# F7F7F2" style = "border-bottom: 1px solid #cccccc;"> <strong> Pos. </strong> </ td>
Step 4. Add the following line of code below it
<td bgcolor = "# F7F7F2" style = "border-bottom: 1px solid #cccccc;"> <strong> product </ strong> </ td>
Step 5. Search for <td style = "border-bottom: 1px solid #cccccc;"> {{loop.index}} </td>
Step 6. Paste the following line of code
<td style = "border-bottom: 1px solid #cccccc;">
{% if lineItem.productImage! = ""%}
<img style = "height: 57px;" height = "57" src = "{{lineItem.productImage}}" alt = "{{lineItem.productName | u.wordwrap (80)}}" />
{% endif%}
</ td>
Step 7. Save the template
For your reference, we have added the code snippet in the images.
==================================================================================
Update instructions for existing customers: To add product links for the product images in abandoned cart emails.
==================================================================================
Step 1. Please update your plugin to the latest version "Abandoned Cart v.1.0.7".
Step 2. Copy the following lines of code into Email Templates - HTML Template
(Settings> Email Template> Search For "Abandoned Shopping Cart"> Edit> Paste Code Into HTML SECTION)
Step 3. Please edit the HTML email template and search for the following code:
<img height="57" src="{{ lineItem.productImage }}" alt="{{ lineItem.productName|u.wordwrap(80) }}" />
Step 4: Wrap the product image with the anchor tag as shown below :
<a href="#">
</a>
For eg:
<a href="#">
<img height="57" src="{{ lineItem.productImage }}" alt="{{ lineItem.productName|u.wordwrap(80) }}" />
</a>
For your reference, we have added the code snippet in the images.
* For existing customers: The code highlighted in green is the change that should be included in your email template
Changelog
Version 1.1.1
Shopware compatibility fixes
Version 1.1.0
Added an option for the store owner to keep the "Get abandoned cart notification emails" checkbox in registration form checked/unchecked by default.
Version 1.0.9
Domain URL cleanup for images and product URLs in the abandoned cart notification email
Version 1.0.8
Some minor bug fixes with shopware promotions
Version 1.0.7
Update: Product link for the product images in abandoned shopping cart emails
Version 1.0.6
Missing domain URL for product images in email handled in this version
Version 1.0.5
Code quality improvements
Version 1.0.4
Added new feature to show product image in "Abandoned cart" email template
Version 1.0.3
- The abandoned cart notification email is sent based on the domain language of the sales channel.
- Some bug fixes
Version 1.0.2
Fix minor issue in adding promotion
Version 1.0.1
Configurable variables saving issue fixed
Version 1.0.0
First set of plugin files added here.
About the manufacturer
