2
Magento2: Thêm mẫu tùy chỉnh vào trang chi tiết sản phẩm bên dưới thêm vào phần giỏ hàng
Tôi đang cố gắng thêm mẫu tùy chỉnh vào trang sản phẩm trong phần chia sẻ xã hội. Trong mô-đun của tôi, tôi đã theo dõi mã trong tệp bố trí default.xml <body> <referenceContainer name="product.info.social"> <block class="Magento\Framework\View\Element\Template" name="product.info.custom" template="Lapisbard_Product::social.phtml" after="product.info.addtocart"> </block> </referenceContainer> </body> nội dung xã hội <p>Hey there !</p> …