magento 2では
カスタムphtmlを製品ビューページに追加する方法
レビューや説明のようなタブとしてそのphtmlを追加したいと思います。
私はこのコードを試しています:
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="3columns" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="product.info.details">
<block class="Example\Examples\Block\Question" name="example.tab" template="Example_Examples::success.phtml">
</block>
</referenceContainer>
</body>
</page>
その404エラーを与える