Takumi AI Product Filter for WooCommerce

Mô tả

Takumi AI Product Filter for WooCommerce integrates with OpenAI’s API to help customers find products through natural language queries. Instead of using traditional filters, customers can describe what they’re looking for in plain language, and the AI will match them with relevant products.

Key Features

  • Natural language product search using AI
  • Voice input support for hands-free searching
  • Customizable button styles and text
  • Rate limiting to prevent API abuse
  • Multi-language support
  • Responsive design that works on all devices

Privacy Notice

This plugin sends product data (product IDs and names) and user search queries to an external AI service (OpenAI) to generate product recommendations. No personally identifiable information (PII) is sent to the AI service. The plugin requires an OpenAI API key to function.

Requirements

  • WooCommerce plugin must be installed and active
  • OpenAI API key (get one at https://platform.openai.com/)
  • PHP 7.4 or higher

External Services

This plugin connects to OpenAI’s API (https://api.openai.com) to provide AI-powered product matching functionality. The service is used to analyze natural language product queries from customers and match them with relevant products from your WooCommerce store.

What data is sent and when

The plugin sends data to OpenAI’s API each time a customer submits a search query through the AI filter interface. The following data is transmitted:

  • Product data: Product IDs and product names from your WooCommerce store (limited to the first 500 products if your catalog is larger)
  • User search query: The natural language description entered by the customer
  • System instructions: AI prompts that guide the matching process
  • API parameters: Model selection, temperature settings, and other configuration options

What is NOT sent:
* No personally identifiable information (PII) such as names, email addresses, or IP addresses
* No customer account information
* No payment or billing details
* No order history or purchase data

The data is sent via HTTPS POST requests to OpenAI’s API endpoint. Your OpenAI API key is used for authentication and is transmitted in the request header.

Service Provider Information

This service is provided by OpenAI, L.L.C.

  • Terms of Service: https://openai.com/policies/terms-of-use
  • Privacy Policy: https://openai.com/policies/privacy-policy

Note: You must provide your own OpenAI API key to use this plugin. API usage is subject to OpenAI’s pricing and terms. The plugin itself does not store or transmit your API key to any third parties other than OpenAI for authentication purposes.

Cài đặt

  1. Upload the plugin files to the /wp-content/plugins/takumi-ai-product-filter-for-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Ensure WooCommerce is installed and active.
  4. Go to WooCommerce > AI Filter Settings to configure your OpenAI API key and settings.
  5. Use the shortcode [takumi-ai-product-filter-for-woocommerce] to display the filter button on any page or post.

Hỏi đáp

Do I need an OpenAI API key?

Yes, you need an OpenAI API key to use this plugin. You can get one at https://platform.openai.com/. The plugin uses your API key to make requests to OpenAI’s API.

What data is sent to OpenAI?

The plugin sends:
* Product IDs and product names from your WooCommerce store
* The user’s natural language search query

No personally identifiable information (PII) is sent to OpenAI.

How much does it cost?

The plugin itself is free. However, you will be charged by OpenAI based on their API usage pricing. Costs depend on which model you use (GPT-4o Mini, GPT-4o, or GPT-3.5 Turbo) and how many requests you make.

Can I customize the button appearance?

Yes! Go to WooCommerce > AI Filter Styles to customize button colors, hover states, and placeholder text.

Does this work with multilingual sites?

Yes, the plugin detects the current language and adjusts the AI prompts accordingly. It supports WordPress locale detection and popular translation plugins like WPML, Polylang, and Weglot.

How do I add the filter button to my shop page?

Use the shortcode [takumi-ai-product-filter-for-woocommerce] anywhere you want the button to appear. You can also add it to your theme’s template files.

What if I have more than 500 products?

The plugin automatically limits the product list sent to OpenAI to the first 500 products to avoid token limits. If you have a large catalog, consider using product categories or tags to narrow the search scope.

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“Takumi AI Product Filter for WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0.0

  • Initial release
  • Natural language product search using OpenAI
  • Voice input support
  • Customizable button styles
  • Rate limiting
  • Multi-language support
  • WooCommerce integration