destoon的商城页面加上立刻购买的按钮的方法
发布:smiling 来源: PHP粉丝网 添加日期:2014-06-07 14:33:06 浏览: 评论:0
在destoon的商城的模板上加上一个立刻购买的按钮,减少购物流程的步骤,先看效果:
实现方法如下:
1.打开template\default\mall\index.htm文件,例如最新上架这里可以看到他用的模板为thumb-mall.htm文件.
<!--{tag("moduleid=$moduleid&length=20&condition=status=3&areaid=$cityid&pagesize=".$MOD[page_inew]."&order=".$MOD[order]."&width=100&height=100&cols=5&template=thumb-mall&target=_blank")}-->
2.打开template\default\tag\thumb-mall.html的文件,在</ul>的后面加上
<img src="{DT_SKIN}image/btn_tobuy.gif" alt="立即购买" class="c_p" onclick="Go('{$MOD[linkurl]}{rewrite('buy.php?itemid='.$t[itemid])}');"/>
这段即可,这里的按钮的图片或样式可以自行修改的.
Tags: destoon 商城页面 立刻购买
相关文章
- ·Destoon简单使用教程一(2013-11-15)
- ·Destoon简单使用教程二(2013-11-15)
- ·Destoon简单使用教程三(2013-11-15)
- ·Destoon简单使用教程四(2013-11-15)
- ·Destoon简单使用教程五(2013-11-15)
- ·Destoon简单使用教程六(2013-11-15)
- ·Destoon简单使用教程七(2013-11-15)
- ·Destoon简单使用教程八(2013-11-15)
- ·Destoon简单使用教程九(2013-11-15)
- ·Destoon简单使用教程十(2013-11-15)
- ·DESTOON 新增模块的方法!(2014-01-10)
- ·destoon 公告栏的调用标签和模板文件(2014-01-10)
- ·destoon需要设置可写权限的目录和文件(2014-01-10)
- ·destoon程序转移服务器后,搜索汉字出现乱码(2014-01-10)
- ·destoon 读取当前栏目名称(2014-06-05)
- ·destoon搬家教程(2014-06-05)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)