bkozlic/product-tabs

Magento 2 Module for managing tabs on product detail page

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 1

Type:magento2-module

1.0.0 2020-11-01 19:42 UTC

This package is auto-updated.

Last update: 2024-05-29 04:42:09 UTC


README

This module provides functionality for adding product tabs on the product detail page through Magento backend.

Installation

composer require bkozlic/product-tabs

php bin/magento setup:upgrade

Usage

Admin system configuration

Admin Panel -> Stores -> Configuration -> Catalog -> Product Tabs

Enable/Disable Module

Hide default Magento product tabs

Set order to default Magento product tab

Add custom product tabs

Admin Panel -> Content -> Elements -> Product Tabs

Prerequisites

  • Magento >= 2.3.2

Developers