| 开发者 | rosenhristov1 |
|---|---|
| 更新时间 | 2026年5月11日 13:57 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
emporiqa_product_data, emporiqa_should_sync_product, emporiqa_widget_enabled, emporiqa_checkout_url, emporiqa_order_tracking_data.
Third-Party Service
This plugin connects to Emporiqa, an external service, in the following ways:
https://emporiqa.com/webhooks/sync/) when content changes or during manual sync operations. Data is authenticated via HMAC-SHA256 signatures.https://emporiqa.com/chat/embed/ on all public-facing pages (when a Store ID is configured) to display the chat assistant.emporiqa folder to /wp-content/plugins/Log in to your Emporiqa dashboard at emporiqa.com and navigate to Settings > Store Integration.
Yes. The plugin automatically detects Polylang, WPML, and TranslatePress, and syncs content in all configured languages. Languages are auto-detected on activation.
After configuring the plugin, either use the "Sync All" button in Settings > Emporiqa > Sync tab, or run wp emporiqa sync-all via WP-CLI. After the initial sync, changes are sent automatically in real-time.
Yes. Use the emporiqa_should_sync_product filter:
add_filter( 'emporiqa_should_sync_product', function( $should_sync, $product ) { if ( $product->get_price() <= 0 ) { return false; } return $should_sync; }, 10, 2 );
By default, the page post type is synced. You can configure additional public post types (posts, custom post types) in Settings > Emporiqa under "Page Content Types".
Yes. The plugin declares compatibility with WooCommerce High-Performance Order Storage (Custom Order Tables).
The plugin exposes a REST API endpoint that Emporiqa calls when a customer asks about their order. Requests are authenticated automatically using your connection secret.
Yes. The chatbot accepts a photo upload, describes what it sees (color, material, category, distinctive features), and searches your catalog using that description. Works best for products with photos that show the item clearly. The shopper doesn't need special tags on your products. The visual search runs through the same catalog you already sync.
Every reply comes from your synced products and pages, never from training data. When the chatbot isn't sure, it says so and offers to hand off to your team. You can review every conversation in the dashboard and low-rated ones are flagged automatically.
Every reply comes from your synced store content: products, shipping page, return policy, FAQ pages. The chatbot answers from what you've synced, never from general training data.
The plugin is free. Emporiqa is Pay-as-you-go: $0.25 per conversation, with a $25 signup credit (~100 free conversations) auto-applied when you create your account. No credit card required at signup, no trial deadline, and the credit doesn't expire while your store is active. Spend is capped at $59/month by default and you can raise or lower the cap any time. Catalogs above 30,000 products move to an Enterprise plan with custom rates. Full pricing details at emporiqa.com/pricing/.