Magento 2 ChatGPT Checkout Message extension enables the admin to generate and display automated messages for the user or the customer at the point of checkout.
Admin can use the AI checkout message module to auto-generate messages shown to the customer at the checkout screen regarding their purchase.
This module customizes checkout messages using AI, tailoring prompts based on the customer’s name, purchase type, and order ID.
Check the overview for the working of the extension –
Features
- The module uses AI and customer data to provide personalized messages and prompts during the checkout process.
- The module integrates smoothly with the checkout process, ensuring an uninterrupted shopping experience.
- The admin can use a separate OpenAI API key to validate users and grant access to OpenAI services.
- The module supports many language translations.
- The module supports all the latest ChatGPT versions.
- After placing the order, the customer will receive an auto-generated AI message with the order ID and store name on the checkout page.
What is the use of Socket.IO?
Socket.IO is a JavaScript library that enables real-time, bidirectional communication between clients and servers in web applications.
It abstracts the underlying transport mechanisms, such as WebSockets or long polling, to provide a consistent interface for real-time communication.
Installation process
The installation is quite simple just like the standard Magento 2 extensions.
#1- Download Module:
Log in to the Webkul Store, go to My Account > My Purchased Products, verify, then download and extract the zip folder.
#2-Upload Folder:
After extracting the module zip, go to src>app and copy the app folder into the Adobe Commerce directory on the server, as shown below:

#3-Run commands:
After uploading the module folder, you need to run the following commands in the Magento 2 root directory:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush
How to get the OpenAI Credentials?
Firstly the user has to create an OpenAI account and login to the user AI dashboard as shown in the corresponding image.

The user should click the “Personal” option in the top-right corner, which will open a pop-up. Then, they need to select “View API Keys.”

A page will open and another option for creating a New Secret Key will be visible as shown in the screenshot.

Once, the user clicks on this button a pop-up will display with the API key. The user can copy the key from here with the help of the copy button.

Initial Admin Configuration:
To configure the ChatGPT checkout message, the admin has to proceed to store>configuration>AI checkout message as shown in the following image:

After accessing the Magento 2 AI checkout message module interface you need to fill out and set up settings according to your requirements.
General Settings:

- Enable module: This option allows you to permit the module to start and stop functioning.
- Store Name: Under this option you have to fill out your store name which you want the module should display at the point of checkout.
OpenAI Credentials:

- OpenAI API Key: An API key is a unique code that identifies your requests to the API. Your API key is intended to be used by you.
Storefront Workflow

The Customers will select the product/products at the store and add it to the cart then further proceed to checkout.
After adding products to the cart, customer needs to fill out their details along with the shipping address and then select out shipping method.

The customer needs to verify their details and proceed to place an order by clicking on the place order button.

After placing the order, the customer will receive an auto-generated AI message with the order ID and store name on the checkout page, as shown below:

Support
That’s all about the “Magento 2 ChatGPT Checkout Message“. However, If you have any queries regarding the plugin, please contact us at Webkul Support System.
Current Product Version - 4.0.1
Supported Framework Version - Magento 2.0.x, 2.1.x, 2.2.x,2.3.x, 2.4.x

Be the first to comment.