ダッシュボードに戻る

ドキュメント

Asyntaiの使い方を学ぶ

機能
Ask AI バー AI 検索バー WordPress のための AI 検索 AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento ウェブサイトクロール 知識のギャップ 商品カード 動的商品カード ダイナミック画像 ユーザーコンテキスト カスタムツール リンクパラメータ ライブモニタリング オペレーター対応 エスカレーション AI通知 デイリーレポート リアルタイムデータフィード リアルタイムデータフィードMax チームメンバー シングルサインオン 二要素認証 画像を含める 画像認識 翻訳ウィジェット ローカライズ AIの透明性 リード スマートリード獲得 サポートチケット チャットのカテゴリ 予約 埋め込み ページの除外 ブロックされたIP データ保存ポリシー ゼロ保存モード 個人情報マスキング 出力クラシファイア Access Tags ウィジェットのバージョン固定 監査ログ よりスマートなモデル 思考モードを有効化 返信候補 フォローアップメッセージ 音声テキスト変換 トランスクリプトのダウンロード 埋め込みチャット iframe による埋め込み

OXID eShop Integration

Chat on your shop, and answers from your own catalogue

Create Account

Overview

The Asyntai module puts the assistant on your OXID shop. It answers visitor questions on every page, and it answers from your own articles, with the price, the stock and a card that links to the product.

A shopper can ask "which hose fits a 12 mm fitting" and get the right article out of a catalogue of 25,000.

How It Works

The module does two things.

First, it adds the chat widget to every shop page. It hooks into the shop output, so it works on any theme, and the admin interface is left alone.

Second, it publishes your articles as a feed. Asyntai reads that feed on a schedule, so the prices and the stock in an answer match the ones in your shop.

Requirements

  • OXID eShop 7.0 or later
  • PHP 8.1 or later
  • An Asyntai account. The chat widget works on every plan. The product feed needs the Standard plan or higher.

Installation

Follow these steps to add Asyntai to OXID:

1

Install the Module

Run these commands in your shop directory:

composer require asyntai/oxid-chatbot
vendor/bin/oe-console oe:module:install source/modules/asyntai/chatbot
vendor/bin/oe-console oe:module:activate asyntaichatbot
2

Get Your Widget ID

Sign in to Asyntai and copy the widget ID from your dashboard. It looks like asyntai_ab12cd34.

3

Paste It Into the Shop

In the shop admin open Extensions → Modules → Asyntai AI Chatbot → Settings and put the ID into Widget ID. The whole embed snippet works as well. The chat appears on your shop at once.

Publishing Your Catalogue

1

Set a Feed Token

In the same settings screen set Feed token to a secret of your choice. The feed URL carries it, and a request without it is refused.

2

Connect It in Asyntai

Open Real-Time Data Feed in your Asyntai dashboard and paste your feed URL:

https://www.example.com/index.php?cl=asyntaifeed&token=YOUR_TOKEN

Tip: The Standard plan reads 200,000 characters of feed. The Pro plan reads 10,000,000, which is about 25,000 articles.

What the Feed Carries

Each article carries its name, article number, category, price, currency, stock, description, product link and picture. Asyntai builds the product card from those fields.

Only active articles are listed, and only the parent of a variant set, so the same product does not fill an answer many times over. Prices come from the article itself, so the VAT and the currency are the ones a customer sees.

Settings

The module has six settings, in English and German:

  • Widget ID and Show the chat on the shop
  • Script URL, which you change only when we ask you to
  • Publish the product feed, Feed token and Articles in the feed

Removing It

Run vendor/bin/oe-console oe:module:deactivate asyntaichatbot, then composer remove asyntai/oxid-chatbot.

Privacy

The feed carries the article fields listed above, and nothing else. Privacy policy.

Plans & Pricing

The module is free. The chat widget works on every plan. The product feed needs the Standard plan or higher. View pricing.

Need Help?

If you have any questions or run into issues, contact us at [email protected].