Zum Inhalt springen

Answers

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Answers adds a frequently-asked-questions section to your WooCommerce products. You write the questions and answers in a FAQs tab inside the Product data panel, and they appear in their own FAQs tab on the single product page, next to Description and Reviews, as an accessible accordion. Shoppers read the common pre-sale questions in place instead of emailing to ask.

  • Per-product FAQ items, a question/answer repeater in the product’s FAQs data tab. FAQs belong to the product you author them on; there is no global FAQ library.
  • Accessible accordion, each question is a real <button> inside an <h3>, with aria-expanded toggling an aria-labelled region. Keyboard operable, visible focus ring, announced correctly by screen readers.
  • Editable tab label, rename the storefront “FAQs” tab from WooCommerce → Answers.
  • Answers accept basic HTML, links, lists, bold and similar, filtered with wp_kses_post on save and again on output. Scripts are stripped.
  • Loads only where needed, the FAQ CSS and JS are enqueued only on single product pages that actually have at least one saved FAQ.
  • Light/dark aware, no layout shift, styling follows the visitor’s colour scheme and the panel height transition is switched off under prefers-reduced-motion. With JavaScript off, the answer text stays reachable.
  • HPOS and Cart/Checkout Blocks compatible, translation ready (POT included).

The free edition is the full GPL product, not a trial.

You author FAQ rows per product. On the storefront, if that product has one or more usable FAQ items, Answers registers a “FAQs” product tab (priority 25, between Description and Reviews) and renders the accordion inside it. A product with no FAQs gets no tab and loads no assets, there is no empty accordion or blank tab.

The current release is deliberately small. It has no shortcode, no FAQPage JSON-LD / structured data, no reusable FAQ sets or category assignment, and no placement option, FAQs always render in the product-information tab. If you have seen those features described elsewhere, they are not in this version.