如何在产品详细信息页面的标签之外添加另一个描述块

时间:2018-07-05 10:14:51

标签: attributes themes block product magento2.2

我正在使用Magento 2.2.4。我需要在“详细信息”,“查看”主选项卡之外为产品详细信息添加一个块。我需要在产品的主要描述之后将此块分开。我怎样才能做到这一点?我已经开始使用自定义主题执行此操作,但不知道如何执行此操作。

1 个答案:

答案 0 :(得分:1)

从magento admin-> configuration-> developer-> debug启用路径和阻止提示 然后您可以查看哪个块正在呈现产品评论 然后您可以将块移动

<move element="Your_block_name" destination="where_to_move" /> 

不要编辑核心文件,将文件从供应商-> magento-> magento目录复制到 app \ design \ frontend \ your_namespace \ your_theme \ Magento_Catalog 然后在各个文件中进行更改, 变更后 刷新,清理缓存,重新编制索引并部署静态内容