Four providers
OpenAI, Anthropic, Mistral or Gemini with your own API key and model.
How to generate typical questions and answers per product via AI and show them as a chat or FAQ on the product detail page.
Installation and activation happen entirely in the Shopware backend - no code changes required.
Requires Shopware 6.7 / PHP 8.2+. As always, create a database backup before larger changes.
In the backend, go to Extensions › Store, search for the plugin and install it. Updates then appear automatically in the backend.
Activate the plugin under Extensions › My extensions, then run bin/console cache:clear or clear the cache from the backend.
Find the module under Extensions › Stone & Water › AI Product Questions.
Set provider and the scope of generated questions in the admin.
OpenAI, Anthropic, Mistral or Gemini with your own API key and model.
Define how many question-answer pairs are generated per product.
Show the content as a compact chat or a classic FAQ block on the detail page.
Generated content is stored in the database and rendered on the product detail page.
Questions and answers are created per product and remain available afterwards.
A pros/cons block summarises benefits and limitations concisely.
Content lives in the DB - no AI call on every page view, keeping the storefront fast.
Answered briefly.
No. Content is generated once and stored, then displayed without another AI call.
The generated pairs live in the DB and can be regenerated when needed.
All features on the product page. We are happy to help with setup and integration.