Back to Top

Laravel eCommerce Abandoned Cart Email reminder.

Updated 21 March 2024

With the help of the extension, Laravel eCommerce Abandoned Cart Email reminder, the store owner can send emails to customers who have failed to complete the checkout process.

Whenever a customer adds a product to the cart and leaves the shopping website due to any reason, it becomes difficult to track these customers. But, by using this extension the admin can send them follow-up emails for completing the checkout process.

Check a brief overview of the plugin –

4mZ0MMgenxo

Features

  • Admin can see all the carts abandoned by customers.
  • Admin can send mail to customers.
  • Automatic notification email to all customers at the time interval of 48hrs for the abandoned cart.

How to install the module?

Unzip the respective extension zip and then merge the “packages” folder into the project root directory.

Goto config/app.php file and add the following line under ‘providers’

Start your headless eCommerce
now.
Find out More
Webkul\AbandonCart\Providers\AbandonCartServiceProvider::class

Goto composer.json file and add the following line under ‘psr-4’

"Webkul\AbandonCart\": "packages/Webkul/AbandonCart/src"

Goto app/Console/Kernel.php file’s schedule method and add the following.

$schedule->command('abandoncart-mail:send')->cron('0 */48 * * *');

Goto app/Console/Kernel.php file’s commands method and add the following.

$this->load(DIR.'/../../packages/Webkul/AbandonCart/src/Console/Commands');

You need to add the following Cron entry to your server.

* * * * * cd /path-to-your-project && php artisan abandoncart-mail:send

Run these commands below to complete the setup

composer dump-autoload
php artisan migrate
php artisan route:cache

Admin Configuration.

After the successful installation of the module, the admin can configure the module by navigating to Configure>>Abandon Cart Settings as shown in the image below:-

abandoned cart

Now click on the Settings tab and it will navigate you to another page.

abandoned cart

Status

From here the admin can enable or disable the module.

Abandoned Cart Customer List.

If the customer adds the product to the cart and leaves the website without purchasing then the customer will be displayed in the abandoned cart list.

The admin needs to navigate to Customers>>Abandon Cart as shown in the below screenshot:-

abandoned cart

Here the admin can see customers’ details like ID, Name, and Date(when the product is added to the cart) the admin can also view the customer details and check whether the mail has been sent or not.

The admin can perform bulk action to notify customers about abandoned carts. They need to click on the check box and notify the customers.

abandoned cart

By clicking on the edit button the admin can see all the details for the abandoned cart as shown in the image below:-

abandoned cart

From this page also the admin can send mail to the customers regarding the abandoned cart.

Customer Notification.

Once the admin clicks on the send mail button the customer will receive the mail for the abandoned cart with all the details.

email

click on place order to complete the checkout process.

Support

So, that was much about the User Guide of Laravel eCommerce Abandoned Cart Email Reminder for any queries or doubts reach out to us at [email protected]. You can also raise a ticket at our HelpDesk System.

Please explore our Laravel Development Services and Quality Bagisto Extensions.

Current Product Version - 2.0.0

Supported Framework Version - Bagisto v2.0.0

Blog Version - Bagisto v2.0.0
  • Version Bagisto v2.0.0
  • Version Bagisto v1.2.0
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home

Table of Content