Description
MyStoreForge Product Description Generator is a focused WooCommerce tool for generating product descriptions with OpenAI from the product edit screen.
The plugin adds a metabox to WooCommerce product edit screens and allows administrators to generate:
- long product description
- short product description
Running a generate action again replaces the existing text for that field. This behavior is fully available in the free plugin.
The plugin uses an OpenAI API key saved in WordPress settings, or an OPENAI_API_KEY environment variable or PHP constant when configured by the site owner.
Key features:
- Generate long product descriptions
- Generate short product descriptions
- Works directly in the WooCommerce product edit screen
- Built-in upgrade button for the Pro version
- Uses product data, attributes, categories, tags, and ACF specs
- Avoids duplicating technical parameter sections already displayed elsewhere
- Uses the WordPress site locale to generate content in the site language when supported
- OpenAI model selector with economy and standard model options
- Optional use of an
OPENAI_API_KEYserver configuration value - English admin UI by default
- Simple and focused workflow
Upgrade to Pro
MyStoreForge Product Description Generator Pro adds regeneration from existing product text, writing style selection, and a more advanced workflow for stores that need more control over AI-generated WooCommerce product content.
You can upgrade from the product edit screen or from the plugin settings page using the Upgrade to Pro button.
External services
This plugin connects to the OpenAI API to generate WooCommerce product descriptions.
Data sent:
- product title
- SKU, when available
- categories and tags, when available
- attributes, when available
- short description, when available
- supported ACF specification fields, when available
- prompt instructions needed to generate the requested product text
Data is sent only when an administrator clicks a generate action in the WooCommerce product editor.
This service is provided by OpenAI:
- Terms of Use: https://openai.com/policies/terms-of-use/
- Privacy Policy: https://openai.com/policies/privacy-policy/
Installation
- In WordPress admin, go to Plugins > Add Plugin.
- Search for MyStoreForge Product Description Generator.
- Install and activate the plugin.
- Make sure WooCommerce is installed and active.
- Go to Settings > MyStoreForge Product Description Generator.
- Enter your OpenAI API key or choose the detected
OPENAI_API_KEYserver configuration value. - Select your preferred OpenAI model.
- Edit a WooCommerce product and use the MyStoreForge Product Description Generator metabox.
FAQ
-
Does this plugin require WooCommerce?
-
Yes. WooCommerce must be installed and active.
-
Do I need my own OpenAI API key?
-
Yes. The plugin uses an OpenAI API key provided by the site owner.
-
Can I store the OpenAI API key outside WordPress settings?
-
Yes. The plugin can use an
OPENAI_API_KEYenvironment variable or PHP constant when one is configured on the server. -
Can I choose which OpenAI model is used?
-
Yes. The plugin includes a model selector in the settings page and directly in the WooCommerce product edit metabox.
-
Does the plugin generate content in the site language?
-
Yes. The plugin uses the WordPress site locale when supported. English is used as a fallback.
-
What happens if I generate text for a product that already has a description?
-
The generated text replaces the existing text for the selected field. This is normal free-plugin functionality.
-
Does it create separate specification tables?
-
No. The plugin is designed to avoid generating duplicate specification sections if product parameters are already displayed elsewhere.
-
Does it support ACF product specifications?
-
Yes. If supported ACF product specification fields are available, their values can be included in the prompt context.
-
How can I upgrade to the Pro version?
-
Use the Upgrade to Pro button in the WooCommerce product edit screen, the plugin settings page, or the Plugins screen.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MyStoreForge Product Description Generator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MyStoreForge Product Description Generator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release
- Generate long product descriptions
- Generate short product descriptions
- OpenAI API key settings
- OpenAI model selector
- Optional server configuration key source
- Upgrade to Pro button
- Locale-based language instruction
- WooCommerce product metabox integration