The Creatuity AI Content Generator module for Magento allows for the automated generation of descriptions and metadata for products based on their attributes. By interfacing with OpenAI, product attributes can be utilized to produce compelling content with ease.
This module consists of:
The core is designed with potential future integrations in mind, allowing for easy integration with other AI services.
composer require creatuity/magento2-openai-content-generator
bin/magento s:up
If you have problem with instalation, add the following repositoreis to your composer.json file
{
"type": "vcs",
"url": "[email protected]:creatuity/magento2-openai-content-generator.git"
},
{
"type": "vcs",
"url": "[email protected]:creatuity/magento2-ai-content-generator-core.git"
},
{
"type": "vcs",
"url": "[email protected]:creatuity/magento2-ai-content-generator-mass-actions.git"
}
-
Navigate to
Stores → Configuration → Creatuity → AI Content
. -
Configure the fields as per your requirement:
Configuration Field Description Default Value Enabled Enable/Disable the module No AI Provider Choose AI Provider (Only OpenAI currently) OpenAI Description Attributes Default attributes for description generation Product Name, Size, Color Meta-tags Attributes Default attributes for meta-tag generation Product Name, Description OpenAI API Key Your OpenAI API Token - Model Name OpenAI model for requests. Model determines cost gpt-3.5-turbo
Once the module is configured and enabled, you can go to product configuration.
NOTE: You can’t generate any data using the module until product is created
When you create and configure product (it is strongly recommended to fully configure product attributes first before generating description and meta-tags) you can go to a proper section where you are able now to click Generate With AI button
The button opens a modal window where you can optionally configure some prompt settings which will be sent to AI model
Example:
Product Attributes values are by default the same as the once selected in configuration. You can change here these selected by default attributes by selecting other attributes that you want to use to generate short description and description for this particular product
- In the product configuration, navigate to the Content section.
- Click on "Generate With AI" to open a modal.
- Here, you can customize the product attributes used for generating content.
- Generated content appears in the Short Description's textarea.
- To regenerate content, adjust settings and click "Generate" again.
- Once satisfied, click "Apply" to move the generated content to the product's Short Description field.
This section works similarly to the Short Description section. If you have Page Builder enabled, you'll need to manually copy the generated description and paste it in the desired field as auto-fill is unsupported.
- Once the product descriptions are finalized, navigate to the
Search Engine Optimization
section. - Click "Generate With AI" to open a modal.
- You can modify the default attributes used for meta-tag generation.
- Click "Generate" to get three meta-tag suggestions.
- Choose your preferred meta-tag and click "Apply".
- Remember to save the product.
For bulk content generation:
- On the product grid, select the products you want.
- Choose either:
- Generate With AI → Description
- Generate With AI → Meta-Tags
- On the redirected page, generate and save content for products individually using "Generate One By One".
- Use "Skip" to bypass a product or "Confirm and Continue" to proceed to the next product.
- You can halt the process anytime. Pending products will always be displayed in the admin notifications bar.
For any issues or feedback, please raise a ticket in the respective repository.