{"id":398298,"date":"2023-09-25T12:09:48","date_gmt":"2023-09-25T12:09:48","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=398298"},"modified":"2023-09-28T07:05:49","modified_gmt":"2023-09-28T07:05:49","slug":"laravel-ecommerce-order-checkout-ai-message-documentation","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/","title":{"rendered":"Guide for Laravel Ecommerce Order Checkout AI Message"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/laravel-ecommerce-order-checkout-ai-message.html\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel  Order Checkout AI Message<\/a> displays personalized checkout messages in real-time.  When the customers place an order,  they will receive an auto-generated message with their Order ID on the checkout page. <\/p>\n\n\n\n<p>This extension uses two modules, which are \u2013 the AI Checkout Message Module and the Langchain Node Module.&nbsp;Langchain simplifies invoking the OpenAI API using a Langchain and retrieves custom order success messages to shoppers.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Features <\/h2>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Laravel Order Checkout AI Message uses the Langchain framework.&nbsp;<\/li>\n\n\n\n<li>OpenAI large language model generates AI content for checkout.<\/li>\n\n\n\n<li>Every customer will get a personalized unique order success message.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Langchain Configuration <\/h3>\n<\/div><\/div>\n\n\n\n<p>This custom checkout is built on the Langchain framework and uses an openAI key to generate custom messages.<\/p>\n\n\n\n<p>Admin needs to set up an open API key in the .env file. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">OPENAI_API_KEY=<\/pre>\n\n\n\n<p><strong>Note: <\/strong> Create a .env file in the root directory, copy everything from the .env.example, and paste it into the .env file.<\/p>\n\n\n\n<p><strong>Installation <\/strong><\/p>\n\n\n\n<p> Run the following command to install the npm dependencies <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm i<\/pre>\n\n\n\n<p>Run the following command in your terminal to run the node js server<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm run dev<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"593\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png\" alt=\"Laravel Ecommerce Order Checkout AI Message - Langchain installation \" class=\"wp-image-398381\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-768x380.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20.png 1317w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>API Documentation for Checkout<\/strong><\/p>\n\n\n\n<p>The server&#8217;s response to this POST request will depend on how the server is configured to handle the custom checkout message. It returns an auto-generated order checkout message and performs on the provided data.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">POST \/api\/custom-checkout-message<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation &#8211; Bagisto <\/h3>\n<\/div><\/div>\n\n\n\n<p>For the Installation of Bagisto, you can follow the <a href=\"https:\/\/github.com\/bagisto\/bagisto\/\">Li<\/a><a href=\"https:\/\/github.com\/bagisto\/bagisto\/\" target=\"_blank\" rel=\"noreferrer noopener\">nk<\/a>. <\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation &#8211; Extension<\/h3>\n<\/div><\/div>\n\n\n\n<p>After the <strong>Bagisto installation<\/strong>, we need to configure all the necessary information for Langchain AI to establish the Vector Storage. Once this configuration is complete, proceed with the installation process outlined below:<\/p>\n\n\n\n<p>Unzip the respective extension zip and then merge the \u201cpackages\u201d folder into the project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"350\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/image-41-1200x350-1.webp\" alt=\"Configuration  - Laravel Ecommerce Order Checkout AI Message\" class=\"wp-image-398389\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/image-41-1200x350-1.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/image-41-1200x350-1-300x88.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/image-41-1200x350-1-250x73.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/image-41-1200x350-1-768x224.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Go to the<strong>&nbsp;config\/app.php<\/strong>&nbsp;file and add the following line under \u2018providers\u2019<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"911\" height=\"673\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/ssssssssssssssss.png\" alt=\"ssssssssssssssss\" class=\"wp-image-398416\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/ssssssssssssssss.png 911w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/ssssssssssssssss-300x222.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/ssssssssssssssss-250x185.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/ssssssssssssssss-768x567.png 768w\" sizes=\"(max-width: 911px) 100vw, 911px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Go to the <strong>composer.json <\/strong>file and add the following line under <strong>psr-4<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1022\" height=\"652\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_21_08-1-1.png\" alt=\"Composer-json-file\" class=\"wp-image-398410\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_21_08-1-1.png 1022w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_21_08-1-1-300x191.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_21_08-1-1-250x159.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_21_08-1-1-768x490.png 768w\" sizes=\"(max-width: 1022px) 100vw, 1022px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Initial Admin Configuration <\/h3>\n<\/div><\/div>\n\n\n\n<p>To configure the module, the admin will navigate through <strong>shipping &gt; configuration &gt; <\/strong> <strong>AI Checkout. <\/strong>Please refer to the below image for a better understanding.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"569\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_ai_checkout_generalsnapshots-1-1.png\" alt=\"admin configuration for AI checkout \" class=\"wp-image-398440\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_ai_checkout_generalsnapshots-1-1.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_ai_checkout_generalsnapshots-1-1-300x152.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_ai_checkout_generalsnapshots-1-1-250x127.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_ai_checkout_generalsnapshots-1-1-768x390.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Here, the admin can &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enable and disable the status for the store.&nbsp;<\/li>\n\n\n\n<li>Enter the web address in the API URL where the module will communicate with another service and provide the OpenAI API key which allows the module to connect and communicate with the OpenAI service.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note <\/strong>&#8211; API URL &#8211; here the server details and port number will be added followed by &#8220;:&#8221; and this will be generated via Langchain command npm run dev.<\/p>\n\n\n\n<p>To manage the store, the admin will enter the following details. To do so, the admin will navigate through <strong>shipping &gt; configuration &gt; <\/strong> <strong>sales<\/strong> as per the below screenshots. <\/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\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_sales_shippingsnapshots-2.png\" alt=\"admin configuration to manage the store \" class=\"wp-image-398445\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_sales_shippingsnapshots-2.png 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_sales_shippingsnapshots-2-300x236.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_sales_shippingsnapshots-2-250x196.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_admin_configuration_sales_shippingsnapshots-2-768x603.png 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Storefront Workflow<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Customers will select the product\/products at the store and further proceed to checkout. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"904\" height=\"1024\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4-904x1024.png\" alt=\"checkout page \" class=\"wp-image-398490\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4-904x1024.png 904w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4-265x300.png 265w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4-220x249.png 220w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4-768x870.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/192.168.15.17_ai-checkout_public_checkout_onepagesnapshots-4.png 1118w\" sizes=\"(max-width: 904px) 100vw, 904px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The customer entering all the details on the checkout page customer will click on the <strong>place order<\/strong> button as shown in the above image.   <\/p>\n\n\n\n<p>After placing the order, the customer will get an auto-generated AI order message with the order ID on the checkout page as shown in the below snapshots. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"435\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7-1200x435.png\" alt=\"Laravel Ecommerce Order Checkout AI Message\" class=\"wp-image-398502\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7-1200x435.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7-300x109.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7-250x91.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7-768x278.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/webkul-bagisto-Laravel-E-commerce-Order-Checkout-AI-Message-7.png 1283w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Note: You can also create AI-driven content for your website pages with the help of <a href=\"https:\/\/webkul.com\/blog\/laravel-bagisto-ai-content-generator-documentation\/\" target=\"_blank\" rel=\"noreferrer noopener\">Bagisto AI content generator<\/a>. <\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support <\/h3>\n<\/div><\/div>\n\n\n\n<p>That\u2019s all about&nbsp;the&nbsp;\u201c<strong>Laravel Order Checkout AI Message<\/strong>\u201c. However, If you have any queries regarding the plugin, please contact us at&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">Webkul Support System<\/a><strong>.<\/strong> You may also check our quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Bagisto.html\">Bagisto Extensions<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Laravel Order Checkout AI Message displays personalized checkout messages in real-time. When the customers place an order, they will receive an auto-generated message with their Order ID on the checkout page. This extension uses two modules, which are \u2013 the AI Checkout Message Module and the Langchain Node Module.&nbsp;Langchain simplifies invoking the OpenAI API using <a href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":546,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396],"tags":[],"class_list":["post-398298","post","type-post","status-publish","format-standard","hentry","category-bagisto"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel Ecommerce Order Checkout AI Message - User Guide<\/title>\n<meta name=\"description\" content=\"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.\" \/>\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-order-checkout-ai-message-documentation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel Ecommerce Order Checkout AI Message - User Guide\" \/>\n<meta property=\"og:description\" content=\"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\" \/>\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=\"2023-09-25T12:09:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-28T07:05:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png\" \/>\n<meta name=\"author\" content=\"Kanchan Yadav\" \/>\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=\"Kanchan Yadav\" \/>\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-order-checkout-ai-message-documentation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\"},\"author\":{\"name\":\"Kanchan Yadav\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/3aa4e61ed18d6fce7b9bc9bb8a91afdc\"},\"headline\":\"Guide for Laravel Ecommerce Order Checkout AI Message\",\"datePublished\":\"2023-09-25T12:09:48+00:00\",\"dateModified\":\"2023-09-28T07:05:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\"},\"wordCount\":573,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png\",\"articleSection\":[\"Bagisto\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\",\"name\":\"Laravel Ecommerce Order Checkout AI Message - User Guide\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png\",\"datePublished\":\"2023-09-25T12:09:48+00:00\",\"dateModified\":\"2023-09-28T07:05:49+00:00\",\"description\":\"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20.png\",\"width\":1317,\"height\":651,\"caption\":\"screenshot_from_2023_09_05_15_36_20\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guide for Laravel Ecommerce Order Checkout AI Message\"}]},{\"@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\/3aa4e61ed18d6fce7b9bc9bb8a91afdc\",\"name\":\"Kanchan Yadav\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2849054ac98c34bf9730727d53f2259ca97522b6c322419b08f02c531ddc7736?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2849054ac98c34bf9730727d53f2259ca97522b6c322419b08f02c531ddc7736?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Kanchan Yadav\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/kanchanyadav-content288\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel Ecommerce Order Checkout AI Message - User Guide","description":"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.","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-order-checkout-ai-message-documentation\/","og_locale":"en_US","og_type":"article","og_title":"Laravel Ecommerce Order Checkout AI Message - User Guide","og_description":"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-09-25T12:09:48+00:00","article_modified_time":"2023-09-28T07:05:49+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png","type":"","width":"","height":""}],"author":"Kanchan Yadav","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kanchan Yadav","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/"},"author":{"name":"Kanchan Yadav","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/3aa4e61ed18d6fce7b9bc9bb8a91afdc"},"headline":"Guide for Laravel Ecommerce Order Checkout AI Message","datePublished":"2023-09-25T12:09:48+00:00","dateModified":"2023-09-28T07:05:49+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/"},"wordCount":573,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png","articleSection":["Bagisto"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/","name":"Laravel Ecommerce Order Checkout AI Message - User Guide","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20-1200x593.png","datePublished":"2023-09-25T12:09:48+00:00","dateModified":"2023-09-28T07:05:49+00:00","description":"User Guide for Order Checkout AI Message shows how customers will receive custom messages on the checkout page when they place the order.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/09\/screenshot_from_2023_09_05_15_36_20.png","width":1317,"height":651,"caption":"screenshot_from_2023_09_05_15_36_20"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-order-checkout-ai-message-documentation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Guide for Laravel Ecommerce Order Checkout AI Message"}]},{"@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\/3aa4e61ed18d6fce7b9bc9bb8a91afdc","name":"Kanchan Yadav","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2849054ac98c34bf9730727d53f2259ca97522b6c322419b08f02c531ddc7736?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2849054ac98c34bf9730727d53f2259ca97522b6c322419b08f02c531ddc7736?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Kanchan Yadav"},"url":"https:\/\/webkul.com\/blog\/author\/kanchanyadav-content288\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/398298","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\/546"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=398298"}],"version-history":[{"count":32,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/398298\/revisions"}],"predecessor-version":[{"id":403035,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/398298\/revisions\/403035"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=398298"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=398298"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=398298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}