{"id":278963,"date":"2021-01-08T12:23:21","date_gmt":"2021-01-08T12:23:21","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=278963"},"modified":"2025-01-09T11:27:23","modified_gmt":"2025-01-09T11:27:23","slug":"laravel-ecommerce-abandoned-cart-email-reminder","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/","title":{"rendered":"Laravel eCommerce Abandoned Cart Email reminder."},"content":{"rendered":"\n<p>With the help of the extension, <a href=\"https:\/\/store.webkul.com\/laravel-abandoned-cart-email-reminder.html\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel eCommerce Abandoned Cart Email<\/a> reminder, the store owner can send emails to customers who have failed to complete the checkout process.<\/p>\n\n\n\n<p>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. <\/p>\n\n\n\n<p>But, by using <a href=\"https:\/\/bagisto.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel eCommerce<\/a> Abandoned Cart Email Reminder extension the admin can send them follow-up emails for completing the checkout process.<\/p>\n\n\n\n<p>Check a brief overview of the plugin &#8211;  <\/p>\n\n\n\n<div class=\"wp-block-wk-block-youtube-video wp-block-wk-block--yt-video components-placeholder\"><div class=\"wk-block--yt-video-frame\"><div class=\"wk-block--yt-video-frame-request\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"4mZ0MMgenxo\"><div class=\"components-placeholder__instructions\">4mZ0MMgenxo<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The admin can view all cart abandonments by customers.<\/li>\n\n\n\n<li>The admin can send emails to customers.<\/li>\n\n\n\n<li>The admin can view the email timesheets sent to customers.<\/li>\n\n\n\n<li>Customers receive email notifications automatically after a certain number of hours for abandoned carts.<\/li>\n\n\n\n<li> The admin can manually resend emails to customers multiple times.<\/li>\n\n\n\n<li>Customers automatically receive notification emails after a certain number of days for abandoned carts.<\/li>\n\n\n\n<li>A follow-up email is automatically sent to customers as a second and third notification.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">How to install the module?<\/h3>\n<\/div><\/div>\n\n\n\n<p>Unzip the respective extension zip and then merge the &#8220;packages&#8221; folder into the project root directory.<\/p>\n\n\n\n<p>Goto config\/app.php file and add the following line under &#8216;providers&#8217;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\AbandonCart\\Providers\\AbandonCartServiceProvider::class<\/pre>\n\n\n\n<p>Goto composer.json file and add the following line under &#8216;psr-4&#8217;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\AbandonCart\\&quot;: &quot;packages\/Webkul\/AbandonCart\/src&quot;<\/pre>\n\n\n\n<p>Goto app\/Console\/Kernel.php file&#8217;s schedule method and add the following.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$schedule-&gt;command(&#039;abandoncart-mail:send&#039;)-&gt;cron(&#039;0 *\/48 * * *&#039;);<\/pre>\n\n\n\n<p>Goto app\/Console\/Kernel.php file&#8217;s commands method and add the following.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$this-&gt;load(DIR.&#039;\/..\/..\/packages\/Webkul\/AbandonCart\/src\/Console\/Commands&#039;);<\/pre>\n\n\n\n<p>You need to add the following Cron entry to your server.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">* * * * * cd \/path-to-your-project &amp;&amp; php artisan abandoncart-mail:send<\/pre>\n\n\n\n<p>Run these commands below to complete the setup<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan migrate<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan route:cache<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Admin Configuration.<\/h3>\n<\/div><\/div>\n\n\n\n<p>After the successful installation of the module, the admin can configure the module by navigating to <strong>Configure&gt;&gt;Abandon Cart<\/strong> Settings as shown in the image below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\" alt=\"Abandoned-cart-configuration-\" class=\"wp-image-479063\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now click on the Settings tab and it will navigate you to another page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-configutaion-setting.webp\" alt=\"configuration setting\" class=\"wp-image-479064\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-configutaion-setting.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-configutaion-setting-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-configutaion-setting-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-configutaion-setting-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Abandoned Cart Email Reminder<\/strong>: Store owners send reminder emails to customers who do not complete the checkout process.<\/p>\n\n\n\n<p><strong>Status<\/strong>: The admin enables or disables the module.<\/p>\n\n\n\n<p><strong>Hours for Abandoned Cart<\/strong>: The admin sets the hours to mark a cart as abandoned and sends an email to the customer.<\/p>\n\n\n\n<p><strong>Days for Abandoned Cart<\/strong>: The admin sets the number of days before marking a cart as abandoned and sends an email to the customer.<\/p>\n\n\n\n<p><strong>Follow-Up for Second Email<\/strong>: The admin sets the number of days and sends a second follow-up email to the customer.<\/p>\n\n\n\n<p><strong>Follow-Up for Third Email<\/strong>: The admin sets the number of days and sends a third follow-up email to the customer.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Abandoned Cart Customer List.<\/h3>\n<\/div><\/div>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>The admin needs to navigate to <strong>Customers&gt;&gt;Abandon Cart<\/strong> as shown in the below screenshot:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-customer-adandoned-cart.webp\" alt=\"customer abandoned cart\" class=\"wp-image-479067\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-customer-adandoned-cart.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-customer-adandoned-cart-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-customer-adandoned-cart-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-email-customer-adandoned-cart-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Here the admin can see customers&#8217; details like <strong>ID, Name, and <\/strong>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.<\/p>\n\n\n\n<p>The admin can perform bulk action to notify customers about abandoned carts. They need to click on the check box and notify the customers.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-abandoned-cart-sent-mail.webp\" alt=\"abandoned cart mail send\" class=\"wp-image-479069\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-abandoned-cart-sent-mail.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-abandoned-cart-sent-mail-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-abandoned-cart-sent-mail-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-abandoned-cart-sent-mail-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>By clicking on the edit button the admin can see all the details for the abandoned cart as shown in the image below:-<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-adandoned-cart-action.webp\" alt=\"abandon cart action\" class=\"wp-image-479073\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-adandoned-cart-action.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-adandoned-cart-action-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-adandoned-cart-action-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-adandoned-cart-action-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>From this page also the admin can send mail to the customers regarding the abandoned cart.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Customer Notification.<\/h3>\n<\/div><\/div>\n\n\n\n<p>Once the admin clicks on the send mail button the customer will receive the mail for the abandoned cart with all the details.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1508\" height=\"1000\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail.webp\" alt=\"customer notification\" class=\"wp-image-479097\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail.webp 1508w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail-300x199.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail-1200x796.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail-250x166.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-customer-mail-768x509.webp 768w\" sizes=\"(max-width: 1508px) 100vw, 1508px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>click on <strong>place order<\/strong> to complete the checkout process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support<\/h2>\n\n\n\n<p>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<strong>&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong><\/p>\n\n\n\n<p>&nbsp;You can also raise a ticket at our&nbsp;<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>HelpDesk System.<\/strong><\/a><\/p>\n\n\n\n<p>Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\">&nbsp;Laravel Development Services&nbsp;<\/a><\/strong>and Quality&nbsp;<strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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 <a href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":267,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,8929],"tags":[2155,8055,8678,8054,9595,8071],"class_list":["post-278963","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-abandoned-cart","tag-bagisto","tag-laravel","tag-laravel-ecommerce","tag-laravel-ecommerce-platform","tag-opensource"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog<\/title>\n<meta name=\"description\" content=\"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-08T12:23:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-09T11:27:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\" \/>\n<meta name=\"author\" content=\"Simant Verma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simant Verma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce Abandoned Cart Email reminder.\",\"datePublished\":\"2021-01-08T12:23:21+00:00\",\"dateModified\":\"2025-01-09T11:27:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\"},\"wordCount\":654,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\",\"keywords\":[\"abandoned cart\",\"Bagisto\",\"laravel\",\"Laravel eCommerce\",\"laravel eCommerce platform\",\"Opensource\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\",\"name\":\"Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\",\"datePublished\":\"2021-01-08T12:23:21+00:00\",\"dateModified\":\"2025-01-09T11:27:23+00:00\",\"description\":\"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp\",\"width\":1120,\"height\":880,\"caption\":\"Abandoned-cart-configuration-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce Abandoned Cart Email reminder.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\",\"name\":\"Simant Verma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Simant Verma\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog","description":"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog","og_description":"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-01-08T12:23:21+00:00","article_modified_time":"2025-01-09T11:27:23+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp","type":"","width":"","height":""}],"author":"Simant Verma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Simant Verma","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce Abandoned Cart Email reminder.","datePublished":"2021-01-08T12:23:21+00:00","dateModified":"2025-01-09T11:27:23+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/"},"wordCount":654,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp","keywords":["abandoned cart","Bagisto","laravel","Laravel eCommerce","laravel eCommerce platform","Opensource"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/","name":"Laravel eCommerce Abandoned Cart Email reminder. - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp","datePublished":"2021-01-08T12:23:21+00:00","dateModified":"2025-01-09T11:27:23+00:00","description":"With the help of Laravel eCommerce Abandoned Cart Email reminder the store owner can send emails to customers to complete the process.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/01\/webkul-laravel-ecommerce-abandoned-cart-configuration.webp","width":1120,"height":880,"caption":"Abandoned-cart-configuration-"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-abandoned-cart-email-reminder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce Abandoned Cart Email reminder."}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0","name":"Simant Verma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Simant Verma"},"url":"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278963","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/267"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=278963"}],"version-history":[{"count":19,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278963\/revisions"}],"predecessor-version":[{"id":480067,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278963\/revisions\/480067"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=278963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=278963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=278963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}