opencart3.x 插件配置并显示

1.安装插件

 

 

 2.刷新应用插件    选中刷新后自动应用

 

 

3.页面显示  以Product Short Description 商品简介插件为例

3.1 配置内容

 

 

3.2 内容显示

 在模板中找到对应的  .twig  模板文件加入一下内容  (  short_description  ) 需要替换成自己插件的 *

  

{% if short_description %}
{{ short_description }}
{% endif %}

 

 

 

 

 

posted @ 2020-08-11 10:08  祈愿仙帝  阅读(381)  评论(0编辑  收藏  举报