I want detail tab to active at first also related product tab to be hidden or disable. magento 2.3 product page

有帮助吗?

解决方案

Find the block name of "Related Posts" by enabling Template Path Hints and Block Path Hints in Store->Configuration->Advanced->Developer->Debug. Set Template Path Hints and Add Block Names to Hints to yes. Refresh the cache and find for the block name in Product Detailed Page near to Related Posts tab.

Look for the block name in catalog/view/frontend/layout/catalog_product_view.xml and remove it.

<referenceBlock name="reviews.tab" remove="true"></referenceBlock>
许可以下: CC-BY-SA归因
scroll top