TransWikia.com

Magento 2.3 New product detail tabs prevent automatic nesting

Magento Asked by Kyle Waid on November 13, 2021

In my layout file I created 2 new tabs. Both tabs appear, however one is nested below the other. I don’t understand why Magento would do this behavior since I did not set any code that should trigger it. I actually cannot figure out how to stop it from doing it. See example

    <referenceBlock name="product.info.details">
      <block class="MagentoCatalogBlockProductView" name="installationcaretab" template="product/view/installation_care.phtml" group="detailed_info">
         <arguments>
            <argument translate="true" name="title" xsi:type="string">Installation and Care</argument>
         </arguments>
      </block>
    </referenceBlock>

    <referenceBlock name="product.info.details">
      <block class="MagentoCatalogBlockProductView" name="warrantytab" template="product/view/warranty.phtml" group="detailed_info">
         <arguments>
            <argument translate="true" name="title" xsi:type="string">Warranty</argument>
         </arguments>
      </block>
    </referenceBlock>

enter image description here

One Answer

My problem is caused by a customization done to the template where the blocks are called/displayed. Not a real issue.

Answered by Kyle Waid on November 13, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP