| 开发者 | genco87 |
|---|---|
| 更新时间 | 2026年7月31日 00:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
alynivo folder to /wp-content/plugins/ or install the ZIP through WordPress.Live Chat lets a real person take over a conversation the AI started, in the same chat window. You see every conversation in one inbox — browser, phone, and wp-admin. It is optional: without it the widget keeps answering automatically.
An optional Live Chat setting that sends a fixed opening message on your own initiative once a visitor has stayed on a page (or the site) for a configured number of seconds — for example, "Questions about pricing? I'm here to help." on your pricing page. No AI cost for that first message. If the visitor replies, the conversation continues exactly like any other Live conversation. Off by default.
Alynivo does not promise a person who is not there. Outside the support hours you configure, the assistant keeps answering and asks for an email address when a human reply is needed.
On a server in Germany, deleted automatically after 30 days by default. You can shorten that to 7 or 14 days, export a conversation, and delete any conversation at any time. Text a visitor types but never sends is never transmitted or stored.
Yes. Guided product selling needs WooCommerce, but the chat, the takeover, and the inbox work on any WordPress site.
No. The core plugin uses deterministic answers and works without any external account. A managed AI connection is available separately for sites that want natural-language answers.
Variable products are linked to their product page so visitors can select attributes. Direct add-to-cart is limited to simple purchasable products.
Developers can adjust recommendation queries and product payloads with the documented Alynivo filters, or build a dedicated store adapter using the planner contract.
Alynivo records pseudonymous, aggregate funnel events (for example, "planner started" or "added to cart") in your own WordPress database. No raw IP addresses are stored; sessions use a daily-rotating hash generated on your server. No data is sent to Alynivo or any third party by the core plugin. See Privacy below.
The widget script loads in the footer, so it does not block rendering of your page or delay your largest content element. You also control exactly which pages the widget appears on, so it is not loaded where you do not need it.
Install, activate, and the widget is live with sensible defaults. Choosing pages, tone, and welcome text takes a few minutes in one settings screen — no theme edits and no code.
Built-in: German, English, French, Turkish, Italian, Spanish. You can override title, welcome, and teaser text per language in the settings.
manage_woocommerce capability, which does not exist without WooCommerce active — so even site administrators were locked out of configuring Alynivo in Service mode (the mode built specifically for agencies and other non-store WordPress sites). Now uses a top-level menu with manage_options when WooCommerce is not active, and stays under the WooCommerce submenu with manage_woocommerce on shop sites.<style> block is now registered and enqueued through wp_enqueue_style() / wp_add_inline_style() instead of being echoed directly into the page markup.%i identifier placeholder in $wpdb->prepare() instead of string interpolation, and the two read queries (summary and per-platform breakdown) are now cached for one minute via the object cache to satisfy the "no caching" check on direct database queries.