Zum Inhalt springen

Tabby

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

Tabby adds your own reusable tabs to the WooCommerce single product page, alongside the native Description, Additional information and Reviews tabs. You define each tab once under WooCommerce → Tabby Tabs, a title plus a content box that accepts the same safe HTML WordPress allows in posts, and it renders on every product.

Tabby is for content you would otherwise paste into every product by hand: shipping and returns, a size guide, care instructions, warranty notes. Define the tab once and editing it updates every product at once.

Tabs are injected through WooCommerce’s own woocommerce_product_tabs filter at a late priority, so your tabs sit after the native tabs and after most third-party tabs, rather than fighting them for position. The free edition is the full GPL product, not a trial with hidden limits.

  • Reusable global tabs defined on one screen and shown on every single product page.
  • A master enable toggle that hides every tab at once without deleting them.
  • Per-tab enable toggle, hide one tab while keeping the rest, without deleting it.
  • Safe HTML content, sanitised with wp_kses_post on save and again on output (links, lists, headings, bold/italic, images, blockquotes; scripts stripped).
  • No layout shift, no jQuery on the storefront, tabs render server-side into the existing tab markup; the only front-end asset is a small stylesheet loaded on product pages.
  • An accessible admin screen that follows core WordPress styling and respects the editor’s light/dark preference.

The free plugin produces global tabs only, tabs that appear on every product. There is no per-product tab editor, no per-product hiding, and no setting to move tabs before the native tabs; they always render after them. There are also no shortcodes, tabs appear automatically wherever WooCommerce renders the product tab list.

Tabby Pro is planned for per-product tabs, tab ordering, and category scoping (showing a global tab only on chosen product categories). The base plugin already exposes the tabby/resolved_tabs filter that those add-ons hook, see Configuration.

  • Getting started, install, add your first tab, confirm it on the storefront.
  • Configuration, every setting, the option keys, and the developer filter.
  • Using tabs, worked examples and how the rendered panels behave.