Magento 2 Module Additional Tabs on Product Page (Custom Tabs)

PLN60.27 PLN49.00
The Kowal CustomTab module enables dynamic addition of custom tabs to product pages in Magento 2. The administrator can manage the tabs in the admin panel by configuring their name, assigned product attribute, status (active/inactive), and display order. This module allows for enriching information on product pages without modifying the code.
Licencja i kod dostępu
In stock

Functionality Description:

The Kowal CustomTab module allows for the dynamic addition of custom tabs to product pages in Magento 2. The administrator can manage the tabs in the admin panel by configuring their name, assigned product attribute, status (active/inactive), and display order. This module enriches the information on product pages without the need to modify the code.

Key Features of the Module:

  • Dynamic Tabs on Product Page: Add tabs based on product attributes.
  • Easy Tab Configuration: Manage tabs in an intuitive admin interface.
  • Flexibility: Ability to activate/deactivate tabs and sort them in any order.
  • Support for Dynamic Data: Tabs display data depending on the content of the assigned attributes in the products.

Benefits of Using the Module:

  • Greater Personalization: Add custom content, such as detailed technical information, user reviews, or security certificates.
  • Streamlined Administration: Manage tabs without the need to intervene in the source code.
  • Increased Conversion: Present more information about products, which may contribute to increased sales.
  • Intuitive Interface: A clear tab management panel makes it easier even for less advanced Magento users.

Admin Panel Functionalities:

  1. Manage Tabs:
    • Add new tabs.
    • Edit existing tabs.
    • Remove unnecessary tabs.
  2. Tab Configuration:
    • Specify the tab name.
    • Assign the product attribute code from which the content will be retrieved.
    • Set the status (active/inactive).
    • Define the display order of the tabs.
  3. Filtering and Sorting Tabs:
    • Filter tabs based on their status.
    • Sort tabs by name or display order.

Compatibility:

Magento 2.4.0 and higher. The module is fully compatible with popular Magento themes and extensions.

Technical Details:

  • Data Model: The module saves tab data in a dedicated database table.
  • Frontend: Tabs are dynamically generated in the product detail section. Supports HTML content and CMS widgets.
  • Backend: Tab management panel based on standard Magento interface (UI Components).

Technical Support:

The module is supported by Kowal Sp. z o.o., offering technical support and updates.

Contact:
Email: email
Phone: +48 608 012 047

Why Choose This Module?

The Kowal CustomTab module is an essential tool for any Magento store that wants to enrich product presentation with additional custom information. Thanks to its flexibility and ease of configuration, it allows for full customization of tabs to meet the individual needs of the store.

More Information
WydanieCommunity
Kompatybilność2.4.7, 2.4.6, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0

Installation Instructions for Kowal CustomTab Module for Magento 2

Main Functionalities

The Custom Tab module allows for the addition of dynamic tabs on the product page in Magento 2. The administrator can manage the tabs through the admin panel, specifying the name, content type (textarea, HTML editor), and also assigning the product attribute code from which the content will be retrieved.

Installation

Type: Composer

  1. The module is available in a composer repository:
    • Private GitLab repository https://gitlab.com
  2. Add the composer repository to the configuration:
    composer config repositories.language.flags vcs https://gitlab.com/magento2ext/magento-2-custom-tab
  3. Add an access token for the private GitLab repository:
    composer config --auth gitlab-token.gitlab.com 
  4. Install the module using Composer:
    composer require kowal/module-customtab
  5. Apply database updates:
    php bin/magento setup:upgrade
  6. Flush the cache:
    php bin/magento cache:flush

Configuration

After installing the CustomTab module, you can manage the tabs in the Magento admin panel:

  1. Adding a New Tab
    • Enter the tab name that will be visible on the product page
    • Select the content type:
      • Html: Displays HTML content.
      • Page Builder: Displays HTML content generated from Page Builder.
    • Assign the product attribute code from which the content will be read.
    • Set the tab status (active/inactive).
  2. Sorting Tabs: Tabs can be sorted by their sort_order, allowing you to set the display order.
  3. Visibility of Tabs: Tabs will only be displayed for products that have a filled value for the assigned attribute.

Specifications

  • Compatible with Magento 2.4.0 and higher
  • Dynamic generation of tabs based on product attributes
  • Support for HTML content and CMS widgets