刚刚完成了一套shopex模板,将shopex模板制作必须注意的要点在此简单的作个小结吧!

1、自定义页面:要创建新模板

2、default.html为公用默认模板 <{main}>

3、浏览过的商品一定要调用 <script type="text/javascript" src="/statics/foot.jgz"></script>

4、内容页的相信商品 相关商品 评论项 一定要有<head><{head}></head>

5、调用除<script type="text/javascript" src="http://images.cnblogs.com/site.js"></script> 以外的js文件一定要将所有的js都

合并到系统默认调用的site.js才能在可编辑视图下添加版块和区域内容

6、调用的<script type="text/javascript" src="/themes/woli/JS/jquery.pack.js"></script> jq包一定要放在

<{head}>标签之前,否则就会有js冲突

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2022-01-02
  • 2021-09-26
  • 2021-12-11
  • 2021-12-17
  • 2021-12-20
  • 2022-02-23
猜你喜欢
  • 2021-09-03
  • 2021-12-08
  • 2021-09-10
  • 2022-12-23
  • 2021-06-26
相关资源
相似解决方案