woocommerce/plugins/woo-ai
Nima Karimi 1096ddb0d3
Incorporate additional product data to generate AI description (#39150)
* Switching front-end description logic to use new endpoint

* Logging troubles

* Tentively working for title suggestions

* Adding changelog

* Updating to accept altered response body for title suggestions

* Using client-size streaming instead of our own proxy API

* Removing obsolete API code

* implementing feedback

* Refactoring product data logic

* Fixing getAttributes function to work with local attributes

* Allowing for boolean values in product data

* Refactoring getCategories to always return array

* Removing orphaned type

* Refactoring getCategories again

* Refactor productData methods to get attributes and categories

* Include product properties in the prompt for generating description

* Add changelog

* Include local attributes in addition to global attr

* Show error if parsing suggestions fail

---------

Co-authored-by: Joel <dygerati@gmail.com>
2023-07-10 23:35:03 +03:00
..
assets/images/icons Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
bin Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
changelog Incorporate additional product data to generate AI description (#39150) 2023-07-10 23:35:03 +03:00
includes Updating product AI features endpoints (#38930) 2023-07-05 18:39:19 -07:00
src Incorporate additional product data to generate AI description (#39150) 2023-07-10 23:35:03 +03:00
.distignore Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.editorconfig Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.eslintignore Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.eslintrc Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.gitignore Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.nvmrc Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.prettierrc.js Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
.travis.yml Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
CHANGELOG.md Release Woo AI plugin v0.2.0 (#39011) 2023-06-29 02:21:33 +03:00
DEVELOPMENT.md Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
NEXT_CHANGELOG.md Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
README.md Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
composer.json Release Woo AI plugin v0.2.0 (#39011) 2023-06-29 02:21:33 +03:00
composer.lock Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
package.json Update `wp-env` to `8.2.0` (#39100) 2023-07-06 10:06:39 -07:00
tsconfig.json Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
webpack.config.js Add initial release of WooAI plugin (#38610) 2023-06-08 13:20:05 -07:00
woo-ai.php Updating product AI features endpoints (#38930) 2023-07-05 18:39:19 -07:00

README.md

Woo AI

Woo AI is a WooCommerce plugin that utilizes the power of artificial intelligence to enhance your eCommerce experience. With features like AI-powered product title optimization and automated product description generation, Woo AI is designed to boost your store's efficiency and sales potential.

Installation

  1. Download the Woo AI plugin zip file.
  2. Go to your WordPress Dashboard, then navigate to Plugins > Add New > Upload Plugin.
  3. Select the downloaded Woo AI zip file to upload.
  4. After uploading, click on Activate Plugin.

Usage

Improve Product Titles using AI Recommendations

  1. Go to the WooCommerce Products page.
  2. Select a product and click Edit or Add New to create a new product.
  3. Start typing a product title.
  4. Review and apply AI-generated title recommendations.

Generate Product Descriptions based on existing product data

  1. Go to the WooCommerce Products page.
  2. Select a product and click Edit.
  3. Make sure the product has a sufficient title length and click on the Write It For Me button.
  4. Review and apply the AI-generated product description.

License

This plugin is licensed under the GPL v3 or later.