Trong magento 2,
Tôi muốn thêm phtml tùy chỉnh của mình vào trang xem sản phẩm, làm thế nào tôi có thể thêm nó
tôi muốn thêm phtml đó dưới dạng tab như đánh giá hoặc Mô tả.
tôi đang thử mã này:
<?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>
nó đưa ra lỗi 404