Linux 软件免费装

Ask Pro – AI Product Q&A for WooCommerce

开发者 ebizon1
更新时间 2025年10月14日 13:01
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

chat woocommerce analytics support ai q&a product information product questions gemini google ai

下载

详情介绍:

Boost your WooCommerce store with Ask Pro, the AI-powered Product Q&A plugin that delivers instant, accurate answers to customer questions. Improve engagement, reduce returns, and increase conversions effortlessly.

安装:

  1. Upload the Plugin:
  2. Download the plugin ZIP file.
  3. Go to your WordPress admin dashboard.
  4. Navigate to Plugins > Add New > Upload Plugin.
  5. Choose the downloaded ZIP file and click Install Now.
  6. Activate the Plugin:
  7. After installation, click Activate Plugin.
  8. Important: Ensure WooCommerce is installed and active on your WordPress site, as this plugin depends on it.
  9. Configure API Key:
  10. Go to Settings > AskPro Product Widget in your WordPress admin.
  11. Enter your Google Gemini AI API Key in the designated field. (You can generate one from the Google Cloud Console or Google AI Studio.)
  12. Click Save Changes.
  13. View Analytics:
  14. Go to Settings > AskPro Analytics to see weekly reports on product queries.
  15. Add Widget to Product Pages:
  16. Option A (Recommended for Automatic Placement): Add the following code snippet to your theme's functions.php file (or a custom plugin for better update safety): php function askpro_add_product_widget() { if (is_product() && shortcode_exists('askpro_product_widget')) { echo do_shortcode('[askpro_product_widget]'); } } add_action('woocommerce_single_product_summary', 'askpro_add_product_widget', 15); This will automatically display the AskPro Product Widget within the product summary section (typically before the short description) on all single product pages. Adjust the priority (15) to change its position if needed.
  17. Option B (Manual Placement): Place the shortcode [askpro_product_widget] directly into any WooCommerce product's description or content area using the WordPress editor.

升级注意事项:

1.0 Initial release. No upgrades available yet.

常见问题:

Does this plugin work without WooCommerce?

No, this plugin is designed to work exclusively with WooCommerce. It relies on WooCommerce's product data, functions, and page structure. If WooCommerce is not active, the plugin will display an admin notice and its core features will not function.

What AI model does this plugin use?

This plugin is configured to use the Google Gemini AI API (specifically, the gemini-2.5-flash model). You will need to obtain an API key from Google.

How do I get a Google Gemini AI API Key?

You can obtain an API key from the Google Cloud Console or Google AI Studio, depending on your project setup. Refer to Google's official documentation for the latest instructions on generating API keys.

What data does the plugin log?

The plugin logs the product_id, user_id (0 if not logged in), the query_text submitted by the user, and the response_text received from the AI, along with the log_time. This data is stored in a custom database table (wp_ai_logs by default).

Does the plugin clean up its data upon uninstallation?

Yes, upon uninstallation, the plugin deletes its custom database table (wp_ai_logs) and removes the stored API key from your WordPress options.

更新日志:

1.0