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 –
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’
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:-
Now click on the Settings tab and it will navigate you to another page.
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:-
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.
By clicking on the edit button the admin can see all the details for the abandoned cart as shown in the image below:-
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.
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
Be the first to comment.