devhub / product-custom-tabs
Add Custom Tabs to products
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=7.3
- devhub/core: 1.0.*
- magento/framework: ^102 | ^103.0
- magento/module-backend: ^101.0 | ^102.0
- magento/module-catalog: ^104.0.5
- magento/module-configurable-product: ^100.4.5
- magento/module-eav: ^102.1.5
- magento/module-store: ^101
- magento/module-ui: ^101.0
- psr/log: ^1.0
README
The Product Custom Tabs extension for Magento 2 allows store admin to create Custom tabs for specific products, Attribute sets and for all the products available in the Magento and show on the product description page as an additional guide for the customers.DeveloperHub product_custom_tabs allows the admin to create a custom block that contain diffrent type of data like Pictures, Tables, Widgets, Lists, Static pages and static Blocks and many more.
Features
- Allow to create multiple custom blocks for products.
- Add an unlimited number of custom blocks creation.
- Customer can view the custom created blocks on PDP page.
- One custom Block can contain Multiple Images, Widgets, Tables, Static Blocks and Pages.
Installation
Install the module as a composer requirement for environments:
composer require devhub/product-custom-tabs
php bin/magento module:enable DeveloperHub_Core DeveloperHub_ProductCustomTabs
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy