在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错误