Product Tabs Configuration
The Product Tabs configuration section lets store administrators add global tabs to every product page of a chosen scope. Each global tab shows the content of a CMS block, so shared information such as delivery terms or payment options can be managed in one place instead of on every product.
Global tabs appear after the attribute-based tabs (see Attributes) and use the same collapsible design.
Global Product Tabs
Manage the list of global tabs with a dynamic row grid. Each row is one tab.
Configuration Path: Stores > Configuration > Magebit > Theme > Product Tabs
Configuration Options:
- Tab Title - The heading shown on the product page tab. Required.
- CMS Block - The CMS block whose content fills the tab. The list shows all CMS blocks by title and identifier.
- Collapsed By Default - Whether the tab starts closed when the page loads
- Yes - The tab starts closed and opens on click
- No - The tab starts open
- Sort Order - Controls the order of the global tabs. Lower numbers show first; rows with equal values keep their row order.
Configuration Details
Store View Targeting
The field is scoped like any other store configuration. Set rows at the Default level to show the tabs on all store views, or switch the admin scope to a website or store view and override the rows there. A store view without its own rows inherits from the website or default scope.
Tab Order
Global tabs always render after the attribute-based tabs. The Sort Order column only orders the global tabs among themselves. Attribute tabs are ordered by the Tab Sort Order property of each attribute (see Attributes).
CMS Block Handling
Tab content is rendered through the standard CMS block mechanics:
- Widgets and variables inside the block content work as they do in any CMS block.
- A disabled or deleted CMS block does not break the page. Its tab is skipped.
- Editing the block content refreshes the cached product pages automatically.
Cache refresh
Adding, removing, or reordering rows is a configuration change. After saving, refresh the invalidated caches under System > Cache Management for the changes to show on the storefront.
Developer Notes
Developers can reorder tab groups or add custom tabs through layout XML without overriding templates. See Adding and reordering product tabs.