Knowband Blog | Ecommerce Modules

Prestashop Abandoned Cart(Email Follow up) Addon – User Manual

1. Introduction to Prestashop Abandoned cart addon

Have you ever gone shopping for products online? Further, have there been times when you add the products to your cart and leave? Moreover, leave the store without buying them. Further, the process of leaving the cart without completing the purchase refers to as shopping cart abandonment. In fact, as per the report from Baymard, the average online shopping cart abandonment rate is 69.23%. Therefore, let us not talk about the Prestashop Abandoned cart (Email Follow up) Addon

Converting abandoned carts is a tough task. However, what if we can convince the owners of 20% of those abandoned carts to come back? Moreover, complete their purchases. Yes, it is difficult but possible.

Prestashop Abandoned cart addon by Knowband helps PrestaShop store owners to convert these abandoned carts. Further, into sales by regular email follow-up. Additionally, the “Abandon Cart Serial Reminders” addon sends automated emails with discount coupons. Furthermore, to the customers who abandoned their carts, thereby increasing the chances of conversion.

Prestashop Abandoned cart email follow up addon is very effective. Furthermore, when it comes to shopping cart abandonment. In fact, this Prestashop email follow up module by Knowband sends automated or manual follow up emails. Further, to the customers who abandoned their shopping carts. The Prestashop abandoned cart addon allows Prestashop store owners to create N number of Discounted and Non – Discounted Email templates. Further, they are for sending to the customers. The Admin can set the number of days after which the shopping cart is assumed abandoned. Moreover, the follow up email triggers.

Prestashop abandoned cart addon is now compliant with the GDPR. Further, the GDPR settings are available in the module. In fact, using which the Prestashop admin can comply with the rules of the GDPR. Additionally, please refer to the General Settings to know more about the GDPR.

What’s New?

Prestashop abandoned cart reminder provides the store owners to enable a reminder popup. Further, the customers will see as soon as they sign in to the store. Further, the display popup will contain the list of the abandoned cart items. Additionally, a discount coupon code so that the customers make purchases.

PrestaShop Reduce Cart Abandonment addon allows the store owner to send web browser push notifications to the visitors. In fact, even if they are not present on your website.

With the additional cron log functionality, the PrestaShop admin can check if the cron executes or not. In addition, they can also look for the abandoned cart details as well.

1.1 Prestashop Abandoned Cart Email Follow up- How it works

1. A customer visits your PrestaShop store.

2. He browses your store and adds products to his shopping cart.

3. During Checkout (sometimes before) the customer has to give the name and email address.

4. But due to some reason, they left your store without completing the purchase.

5. After some time their shopping cart, the admin assumes it to be abandoned.

6. After a defined time, you will send them the follow-up email. Further, reminding them about their left items in their shopping carts.

7. Some will visit your PrestaShop store again and convert, and some will ignore your follow up email.

8. After a few days of sending the first follow up email, you will send another email with the discount this time.

9. The customer proceeds to checkout and completes the purchase.

1.2 Key Features of Prestashop Abandoned cart addon:

2. Installation Guide of Prestashop Abandoned cart addon

  1. Extract the “abandonedcart” zip file.

Go to the “Modules” section and click on the “Upload a Module” button. Select the “abandonedcart” file. Moreover, the Prestashop abandoned cart addon will be ready for installation in the “Modules” (Module Listing Page) in your Prestashop store admin panel as shown below.

  1. After successful installation, the system will redirect you to the module configuration page. Moreover, when you come back to the module listing page, the “install” button will be replaced by the “Configure” button.
  2. Suppose, you don’t see the plugin displaying on your module listing page. Further, search it by filtering the module with the following details:

Keyword: Prestashop Abandoned Cart

Author: Knowband

Category: Checkout

Filter by: Installed & Not Installed/Enabled & Disabled

3. Useful Cron Instructions

3.1 Reasons/Cases when the email is not sent to the customers

A. Email Id is not available(Guest customer)

B. If the cart does not satisfy the condition of serial reminders

C. The Prestashop Abandoned cart email follow-up addon will not add the abandoned carts with the cart amount 0.00.

D. If you have not set up the Cron properly or if the Cron is not working.

3.2 Types of Crons

There are two types of cron that run every hour.

1. Cron to update the Abandoned cart: This cron runs every hour.

For instance, the cron runs at 11:05, 12:05… and so on. In addition, you have set “Mark Abandoned Cart” as 1 hour. When cron runs at 11:05 it will add all the abandoned carts created between 9:05 to 10:05. For instance, you have set “Mark Abandoned Cart” as 0 hours. Further, it will add all the abandoned carts created between 10:05 to 11:05.

2. Cron to send a reminder email: This cron also runs after every hour.

For example, suppose the cron runs at 11:11, 12:11…..and so on and you have set the Reminder for 1 day. Suppose, the cron runs at 11:11. Further, the emails will be sent to all the abandoned carts between 10:11 to 11:11 of the previous day. In fact, if you have set Reminder for 2 days then the emails will be sent to all the abandoned carts. Moreover, between 10:11 to 11:11 of the day before yesterday.

3. Cron to send reminder notifications: This cron also runs after every hour.

For instance, if you have set marked abandoned cart as 1 hour. Moreover, suppose the cron runs at 3:14. Further, all the visitors who have created abandoned carts between 1:14 to 2:14 will get a reminder notification.

3.3 Procedure to configure CRON job

3.3.1 What is a cron?

A cron is a service that allows a user to automatically execute a script at a specific time.
For instance, you can set a particular PHP script to automatically executes every day at midnight.

To set CRON for Abandoned Carts the following 2 URLs are supposed to add to the crontab of your server:

Updating Abandoned Carts List

https://www.yourstore.com/module/abandonedcart/cron?cron=update_carts&secure_key=

Sending Abandoned Cart Emails Automatically

https://www.yourstore.com/module/abandonedcart/cron?cron=send_mails&secure_key=

Sending  Abandoned Cart Notifications Automatically

https://www.yourstore.com/module/abandonedcart/cron?cron=send_push_notifications&secure_key=

You can find these exact URLs in the admin panel of our module:

To set the CRON instructions, there are 2 proposed methods, all of them are described below:

1. By Cpanel

– Log in to your cPanel Interface.
– Go to the ”Advanced’ section.

– Click on “Cron Jobs”.
– Select the specific time from the lists provided.

– You should enter the command to run in the “Command” field.

curl https://www.yourstore.com/module/abandonedcart/cron?cron=update_carts&secure_key=<YOUR_SECURE_KEY>

Note: Make sure to enter the proper command and the full path to the file.

2. By adding the CRON instructions to the crontab of your server (through Terminal/SSH)

For this method to work you are supposed to have crontab on your server. In fact, in case it is not installed then please contact the hosting provider.

– Login to the terminal (or SSH) of your server
– Run the following command: crontab -e

– It will list all the CRON jobs on the server in editing mode.

– Add the following lines to the crontab file:

5 * * * * curl https://www.yourstore.com/module/abandonedcart/cron?cron=update_carts&secure_key=<YOUR_SECURE_KEY>

11 * * * * curl https://www.yourstore.com/module/abandonedcart/cron?cron=send_mails&secure_key=<YOUR_SECURE_KEY>

These lines will execute the desired CRON Jobs every hour.

– Save the crontab file.

4. Workflow of Prestashop Abandoned cart (Email Follow up) Addon

The Knowband Prestashop cart abandoned module configuration page will display the following tabs to configure the module as desired:

1. General Settings
2. Email Templates
3. Serial Reminders
4. Popup Templates
5. Popup Reminders
6. View Abandoned Carts
7. View Converted Carts
8. Web browser Configuration
9. Web browser reminders
10. View Notification Click Data
11. Cron Log
12. Analytics
13. FAQs
14. Suggestions
15. Other Plugins

Each interface is in form of a tab and each tab contains some specific settings that can be changed according to the need. In fact, each tab is explained below.

4.1 General Settings of Prestashop Abandoned cart addon

The General Settings tab of Prestashop abandoned cart module has the following options:

Note: If you are using the official GDPR module then you must need to enable this setting. Furthermore, the main purpose of this feature is to export and delete user data on PrestaShop GDPR module requests. In fact, it is also compatible with Prestashop GDPR Module developed by Knowband.

4.2 Email Templates- Readymade Email Templates

The Email Template tab of the Prestashop abandoned cart addon by Knowband has is the format of the email that will be sent to the customers. Further, this field of Prestashop reduces cart abandoned module contains some placeholders. In fact, whose values will be replaced when the email will be sent.

Prestashop abandoned cart addon offers 20 readymade email templates. Further, that can be sent to the customers. In fact, 10 with discount and 10 without discount.

Prestashop store admin can even add and customize N number of email templates. In fact, he can do it from the back-end of the Prestashop email follow up module.

4.2.1 Discount Email Template

Discount Follow up Email Template will contain the information about the Abandoned products along with the coupon details like coupon discount, Coupon code, validity, etc.

On choosing the template type the form for the email template will appear, this form will have the default template content by default and the Prestashop admin can change it as desired and then click on the “Save” button to save the changes.

Prestashop Admin can also choose the type of cart template which he/she wants to use the email template. This Prestashop cart abandoned addon are 10 different cart templates which the admin can use to make the templates look good.

4.2.2 Non-discount Email template

Non Discount Email Template will contain information about the Abandoned products. These emails are used as a follow up to the customers who abandon the shopping carts.

After saving the email template, it will appear at the bottom of the list of email templates, and to edit or translate the same the Prestashop admin has to click on the edit link in front of that email template.

Once the admin adds the email template, he has to translate it if there are any other languages (other than English) in the system by clicking on the edit button in front of the email template and choosing the desired translation language.

Note:

The Prestashop abandoned cart addon by Knowband provides an only English translation of the email templates, the admin has to manually translate the templates to any other language that is required.

4.3 Serial Reminders

There are two types of reminders that are addable to the Knowband Prestashop cart abandoned cart addon:

  1. Reminder with a discount (This type of reminder contains a discount coupon with a discount type email template attached to it).
  2. Reminder without discount (This type of reminder is just a regular follow-up to the customer about the abandoned cart. In addition, have a non-discount type email template attached to it).

In the “Serial Reminders” tab the Prestashop admin can add various reminders (both discount and non-discount) as desired. This tab contains a list of all the serial reminders present in the system.

Prestashop store admin can edit or remove any reminder by clicking on the Edit or Remove action button in front of the reminder.

On clicking on the button, you’ll get a pop-up as shown below:

Non-Discounted Serial Reminder Template:

Template Name: The templates created in the Email Template tab of the Prestashop abandoned cart module by Knowband will list here. Select anyone from the drop-down list.

Discount Type: This field of Prestashop abandoned cart email follow up extension allows the admin to select any one option from, Percentage or Fixed type.

Discount Value: This field of Prestashop abandoned cart addon by Knowband enables the admin to enter the discount amount or percentage that you want to offer.

Min. Cart Amount: In this field of Prestashop cart abandoned addon by Knowband, the store seller will have to enter the minimum cart amount required to avail of the offer.

Coupon Validity: This field of the Prestashop abandoned cart module offers the admin to enter the number of days for which the coupons will be valid.

Allow Free Shipping: Select whether you want to allow free shipping or not.

Minimum Cart Value: This tab allows you to add a minimum cart value to use the coupon code in the reminder.

Status: Select Enabled this option of Prestashop abandoned cart addon, if you want to enable this serial reminder.

Delay: This field of Prestashop email follow up extension provides the admin to enter some details. For instance, the number of days, from the day when the customer adds the product in his/her cart, and, after which this reminder will be sent.

4.4 Popup Templates

The Popup Template tab of the Prestashop abandoned cart addon by Knowband has is the format of the popup reminder that will display to the customers when they are on the site.

Prestashop Abandoned cart addon allows the PrestaShop admin to create as many popup templates as they want. They get in total 4 templates, out of which 2 are default templates and the other 2 are non-discounted templates.

4.4.1 Discounted Template:

On selecting the discounted template, a template form will appear, in which the admin will have to choose a translation language and cart template which he wants to display on the store. They can also customize the content of the popup the way they like.

4.4.2 Non-Discounted Template

If the admin wants to send a non-discounted popup reminder then he can select the non-discounted template and customize it accordingly.

4.5 Popup Reminders

Prestashop abandoned cart reminder addon offers to track the popup reminders templates active on the store front end. Here the admin can create as many popup reminders as they want.
On clicking the add new button, the admin will see a popup as shown below:

To create a popup reminder, the admin has to click on add new after which he has to fill in the following criteria

Template Name: The templates created in the Popup Template tab of the Prestashop abandoned cart module will list here. Select anyone from the drop-down list.

Discount Type: This field of Prestashop Abandoned cart addon allows the admin to select any one option from, Percentage, Fixed, or no discount type.

Discount Value: This field of Prestashop abandoned cart addon by Knowband enables the admin to enter the discount amount or percentage that you want to offer.

Priority: The admin can set the priority value of the reminder as well. For example, if they set the priority as 1 then this popup reminder will display 1st to the customers.

Available from and to: In here, the PrestaShop admin has to enter the validity period of the discount.

Coupon Validity: This field of the Prestashop abandoned cart module offers the admin to enter the number of days for which the coupons will be valid.

Allow Free Shipping: The admin can customize whether you want to allow free shipping or not.

Min. Cart Amount: In this field, the store seller will have to enter the minimum cart amount required to avail of the offer.

Status: Select Enabled if you want to enable the popup reminder otherwise disable it.

Delay: This field of PrestaShop email follow up extension provides the admin to enter the number of days, from the day when the customer adds the product to his/her cart, after which the popup reminder will display to the customers when they visit the store.

Display popup again after: The admin can choose to display the popup to the same customer after a certain number of hours. Further, by filling it in this field.

4.6 View Abandoned Carts

The abandoned cart tab contains a list of all the abandoned shopping carts in your store. Furthermore, the syncing of the list is done through Cron Instruction. Further, based on the delay time set for abandoned cart by the admin.

The list can also sync by clicking on the “Refresh” button at the top of the list.

The list contains pagination and several filters as well to sort and view the list more efficiently.

View Coupon Details

The details of the coupon sent to the customer are visible by clicking on the “Coupon Details” link in front of the abandoned cart.

Send Follow up EMail without Coupon

Click on the bell icon of this Prestashop abandoned cart addon. Furthermore, the admin can send reminders regarding the products saved in the cart of the customers. In fact, on clicking the same a pop-up will appear having all the fields that will be sent in the follow-up email.

Send follow up Email with Coupon

To send the follow-up email to the customer regarding the shopping cart abandonment with a discount coupon the admin has to click on the “Gift Icon” in front of the desired abandoned cart. In fact, on clicking the same a pop-up will appear having all the fields that will be sent in the follow-up email.

View Cart Details

To view the details about the abandoned cart the admin has to click on the “Cart Icon” in front of the desired cart. Further, a pop-up will appear having all the details of the cart.

Delete Abandoned Cart

To delete any abandoned cart, the admin has to click on the “Remove Button” in front of the desired cart. Therefore, a confirmation pop-up will appear asking for confirmation of the deletion. Further, once confirmed the abandoned cart will be gone forever.

4.7 Converted Carts

The Conversion Rate tab of Prestashop abandoned cart addon by Knowband enlists all converted orders for registered customers. Further, or we can say that the abandoned carts for whom the order has been placed after the reminder mail are sent.

Note: The abandoned cart is considered as converted only if the customer places an order for that cart after a reminder mail has been sent.

4.8 Web Browser Configuration

Abandoned Cart Serial Reminder module offers to configure a web browser reminder. The admin can integrate a web browser reminder by generating an API Key. To configure a firebase API following are the steps:

1. Visit the URL: https://console.firebase.google.com/u/0/?pli=1

2. Click on ‘Create a Project’

3. Enter your project name, check the terms and conditions. In addition, click on the continue button as pointed in the below screenshot.

4. Click again on the continue buttons pointed in the screenshot below.

5. Select your location. Further, hover on the? Mark to display the description and click on the continue button as pointed in the below screenshot.

6. Click on continue again

7. Click on the Project Setting button as pointed in the screenshot below.

8. Copy the project ID from here and paste it into [ Web browser configuration Project ID ]

9. Copy the server key and paste it into [ web browser configuration- server key]

10. Copy the legacy server key from here and paste it into [ web browser configuration- API Key]

11. Copy the sender ID from here and paste it into [ Web browser configuration- Messaging sender ID]

4.9 Web Browser Reminders

In the “Web Browser Reminders” tab the Prestashop admin can add various reminders (both discounted and non-discounted) as desired. In fact, this tab contains a list of all the web browser reminders present in the system.
Furthermore, the Prestashop store admin can edit or remove any reminder by clicking on the Edit or Remove action button in front of the reminder.

On clicking on the button, you’ll get a pop-up as shown below:

On choosing a reminder list form will appear. Further, the admin has to choose a reminder name. In fact, this form has the default notification subject and notification content. Moreover, the Prestashop admin can change it as desired. Furthermore, then click on the “Save” button to save the changes. Therefore, the Prestashop Abandoned cart addon offers multi-lingual support to the merchants. In fact, they can customize the subject and content in 3 different languages.

4.10 View Notification Click Data

Here, the admin can view if the customers have taken any action on seeing the browser popup. Further, they can check if the customers have clicked on the reminder popup or not, and more. For instance, the time of sending the popup, and the cart summary which will include customer information, products in their cart.

4.11 Cron Log

Prestashop abandoned cart reminder provides a cron log functionality to check if the cron executes successfully or not. In fact, they can also check the cart details of the customers as well.

4.12 Analytics – Shopping cart abandonment

The Analytics tab of the Prestashop email follow up module shows the overall insights of the store in a graphical interface.

4.12.1 Abandon cart vs Converted cart and Amount

This graph of Prestashop Abandoned cart recovery email addon by Knowband shows a do-nut chart which will display the information. For instance, the percentage of abandoned shopping carts on the store. Moreover, the percentage of abandoned shopping carts converted into orders.

4.12.2 Number of Carts and Cart Amount VS Time Interval

This chart of Prestashop abandoned cart addon by Knowband gives the overview of the total abandoned carts vs the carts converted. In addition, the amount abandoned vs the amount converts in the given period.

4.13 FAQs

This Prestashop abandoned cart addon by the Knowband tab contains several questions (with answers to them) that the customers ask. In fact, we recommend you go through the questions before raising any ticket for this addon.

4.14 Suggestions

In case you want to give any suggestions for some new features to be included in the new version of this Knowband Prestashop cart abandoned module then you can use this tab.

4.15 Other Plugins

This Prestashop email follow up by the Knowband tab redirects to our developer page having a list of other plugins developed by us. In fact, if you like this Knowband Prestashop abandoned cart addon then you can try our other addons as well.

5. Recommendations

– If Prestashop Abandoned cart email follow-up addon is not working after installation then please check permissions on modules folder. Further, the folder should be writable. Please make the folder permission to 755.

– It is necessary to add the CRON instructions to your cron without that this Prestashop abandoned cart addon is not as useful.

– Make sure that the Cart Re-Display Setting (Preferences -> Customers -> Cart re-display at login) is ON otherwise the Prestashop email follow up addon will not work as expected.

Buy PrestaShop Abandoned Cart module: https://www.knowband.com/prestashop-abandoned-cart

Admin Demo: https://psm.knowband.com/demo/index.php?module=ps_abandoned_cart_demo_knowband&demo=admin&referrer=kb&lang=en

Front Demo: https://psm.knowband.com/demo/index.php?module=ps_abandoned_cart_demo_knowband&demo=front&referrer=kb&lang=en

Addon Store Link: https://addons.prestashop.com/en/remarketing-shopping-cart-abandonment/18297-knowband-abandoned-cart-serial-reminders-smart.html

Liked This? You’ll Like These Too