The Smart Proposals module integrates AI-driven personalized product recommendations into your Magento 2 store. This guide provides detailed instructions on installing the module, configuring settings, and verifying its functionality.
You can install the module using two methods:
Obtain the module package (.zip file) from the official Smart Proposals provider.
Extract the .zip
file to your local machine.
Upload the extracted folder to the following directory in your Magento 2 installation:
app/code/GoAI/SmartProposals
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Stores → Configuration → Advanced → Advanced
.composer.json: { "repositories": [ { "type": "composer", "url": "https://ai-repo.gomage.com" } ] }
Run the following Composer command:
composer require goai/smart-proposals
After installation, run:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
Stores → Configuration → Advanced → Advanced
.Stores → Configuration
.GoAI
tab → Smart Proposals
.Field | Description | Example Value |
---|---|---|
Enable | Activates or deactivates the module. | Yes / No |
Script URL | Specifies the URL of the script that powers Smart Proposals. | (Generated script) |
When generating the Script URL on the Smart Proposals platform, you can customize the following parameters:
Parameter | Description | Example Value |
---|---|---|
clientUid | A unique identifier linking the script to your account. | 34dd0fnf748fmkf-sdfsd |
apiPoint | API endpoint for processing customer behavior and recommendations. | http://example.com/api/data |
buttonColor | Sets the color of the recommendation button in hexadecimal format. | #c83131 (red) |
bgColor | Sets the background color of the widget in hexadecimal format. | #4a4343 (dark gray) |
position | Determines the widget’s position on the screen. Options: bottom-right , bottom-left , etc. |
bottom-right |
System → Cache Management
and click Flush Magento Cache to apply the changes.