In Magento, like in most other eCommerce platforms, tabbed navigation is utilized on product pages for displaying various product information and data. By default, and this is the same for Luma and Blank theme, there are three tabs on the product page. If you want to add an extra tab on product detail page and display product attribute value on this tab. So maybe this article help you.
Here is module link. You can download and easy to install.
Install extension by command line
Step 1: Download the extension
Step 2: Unzip the file in a temporary directory
Step 3: Upload app folder to your Magento installation root directory
Step 4: Enter the following at the command line:
- php bin/magento setup:upgrade
- sudo php bin/magento setup:di:compile
If magento deploy mode is developer
- sudo php bin/magento setup:static-content:deploy -f
If magento deploy mode is production
- sudo php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
Step 6: After opening Stores >>Configuration >>Advanced >> Advanced, the module will be shown in the admin panel
This module is tested in Magento 2.2.2 version.
(0) comments