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 seamlessly integrates with the website’s checkout process, ensuring a smooth and uninterrupted shopping experience for its customers.
- Admin can use separate OpenAI API key enabling them to allow users requesting to be valid users and have access to use openAi services.
- The module supports many language translations.
- The module also supports ChatGPT versions 3.5 and 4.0.
- The user can connect to a unique port.
Please note
- If the hostname and required files are uploaded then the save configuration will take more time (approximately 2-3 minutes).
- Requires HTTPS.
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:
Once the module zip is extracted, follow path src>app and then 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.

Now the user needs to click on the personal option available in the top-right corner which will be followed by a pop-up, then the user needs to select the View API Keys option.

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 get an auto-generated AI order message with the order ID on the checkout page as shown in the below snapshot:

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.