1.面包屑

<div class="position"><span>您当前的位置:</span><a href="{url:}">首页</a>{foreach:items=$breadGuide} » <a href="{url:/site/pro_list/cat/$item[id]}">{$item['name']}</a>{/foreach} » {$name}</div>

2.商品编号:

{echo:$goods_no?$goods_no:$id}

3.品牌

{if:isset($brand)}品牌:{$brand}{/if}

4.抢购

<!--抢购-->
{if:$promo == 'time'}
{if:isset($promotion)}
<!--抢购正常-->
<li class="current">
<span class="bold red2">抢购价:</span><b class="price red2"><span class="f30">¥</span>{$promotion['award_value']}</b>
{query:name=promotion fields=award_value,end_time,user_group where=type eq 1 and `condition` eq $id and NOW() between start_time and end_time}
{set:$free_time = ITime::getDiffSec($item['end_time']);}
<span class="time" id="promotiona">还剩 <i class="bold red2" id='cd_hour_promotiona'>{echo:floor($free_time/3600);}</i>小时<i class="bold red2" id='cd_minute_promotiona'>{echo:floor(($free_time%3600)/60);}</i>分<i class="bold red2" id='cd_second_promotiona'>{echo:$free_time%60;}</i>秒结束</span>
{/query}
</li>
<li>
销售价:<span class="price light_gray"><s class="f30">¥<label id="data_sellPrice">{$sell_price}</label></s></span>
立省:¥{echo:abs($sell_price-$promotion['award_value'])}
</li>
{else:}
<!--抢购过期-->
<li><span class="f30"><img src="{skin:images/front/grab_expir.png}" style="float:right;" name="timeover" /></span></li>
<li>销售价:<b class="price red2"><span class="f30">{if:$minSellPrice != $maxSellPrice}¥{$minSellPrice} - ¥{$maxSellPrice}{else:}¥{$sell_price}{/if}</span></b></li>
{/if}
{/if}

5.团购

<!--团购-->
{if:$promo == 'groupon'}
{if:isset($regiment)}
<!--团购正常-->
<li class="current">
<span class="bold red2">团购价:</span><b class="price red2"><span class="f30">¥</span>{$regiment['regiment_price']}</b>
{query:name=regiment fields=id as rid,regiment_price,end_time,start_time where= goods_id eq $id and NOW() between start_time and end_time}
{set:$free_time = ITime::getDiffSec($item['end_time']);}
<span class="time" id="promotionb">还剩 <i class="bold red2" id='cd_hour_promotionb'>{echo:floor($free_time/3600);}</i>小时<i class="bold red2" id='cd_minute_promotionb'>{echo:floor(($free_time%3600)/60);}</i>分<i class="bold red2" id='cd_second_promotionb'>{echo:$free_time%60;}</i>秒结束</span>
{query:name=regiment_user_relation fields=count(*) as totalNum where=regiment_id eq $item[rid] item = $value}
<span class="bold red2">已参加团购{$value['totalNum']}人</span>
{/query}
{/query}
</li>
<li>
销售价:<span class="price light_gray"><s class="f30">¥<label id="data_sellPrice">{$sell_price}</label></s></span>
立省:¥{echo:abs($sell_price-$regiment['regiment_price'])}
</li>
{else:}
<!--团购过期-->
<li><span class="f30"><img src="{skin:images/front/group_expir.png}" style="float:right;" name="timeover" /></span></li>
<li>销售价:<b class="price red2"><span class="f30">{if:$minSellPrice != $maxSellPrice}¥{$minSellPrice} - ¥{$maxSellPrice}{else:}¥{$sell_price}{/if}</span></b></li>
{/if}
{/if}

6.普通正常

<!--普通正常-->
{if:$promo == ''}
<!--商品价格-->
<li id='priceLi'></li>
{/if} <li>
市场价:<s id="data_marketPrice">{if:$minMarketPrice != $maxMarketPrice}¥{$minMarketPrice} - ¥{$maxMarketPrice}{else:}¥{$market_price}{/if}</s>
</li> <li>
库存:现货<span>(<label id="data_storeNums">{$store_nums}</label>)</span>
<a class="favorite" onclick="favorite_add(this);" href="javascript:void(0)">收藏此商品</a>
</li> <li>顾客评分:<span class="grade"><i style="width:{echo:Common::gradeWidth($grade,$comments)}px;"></i></span>(已有{$comments}人评价)</li> {if:$point > 0}
<li>送积分:单件送{$point}分</li>
{/if}

7.所在区域

<li class="relative" style="z-index:2">至
<a class="sel_area blue" href="javascript:;">所在地区</a>:
<span id="deliveInfo"></span>
<div class="area_box" style="display:none;">
<ul>
<li><a data-code="1" href="#J_PostageTableCont"><strong>全部</strong></a></li>
{query:name=areas where=parent_id eq 0}
<li><a href="javascript:delivery('{$item['area_id']}','{$item['area_name']}')">{$item['area_name']}</a></li>
{/query}
</ul>
</div>
</li>

8.商家信息

<!--商家信息 开始-->
{if:isset($seller)}
<li>商家:<a class="orange" href="{url:/site/home/id/$seller_id}">{$seller['true_name']}</a></li>
<li>联系电话:{$seller['phone']}</li>
<li>所在地:{echo:join(' ',area::name($seller['province'],$seller['city'],$seller['area']))}</li>
<li>立即咨询:{set:Sonline::qqShow($seller['server_num'])}</li>
{/if}
<!--商家信息 结束-->

9.配送方式的模板

<script type='text/html' id='deliveInfoTemplate'>
<%if(if_delivery == 0){%>
<%=name%>:<b class="orange"><%=price%></b>(<%=description%>)
&nbsp;&nbsp;
<%}else{%>
<%=name%>:<b class="orange">该地区无法送达</b>
&nbsp;&nbsp;
<%}%>
</script>

10.商品价格模板

<!--商品价格模板-->
<script type='text/html' id='priceTemplate'>
<%if(group_price){%>
<li id='priceLi'>
会员价:<b class="price red2"><span class="f30" id="real_price"><%=group_price%></span></b> &nbsp;&nbsp;&nbsp;
销售价:<s><%if(minSellPrice != maxSellPrice){%>¥<%=minSellPrice%> - ¥<%=maxSellPrice%><%}else{%>¥<%=sell_price%><%}%></s>
</li>
<%}else{%>
<li id='priceLi'>销售价:<b class="price red2"><span class="f30" id="real_price"><%if(minSellPrice != maxSellPrice){%>¥<%=minSellPrice%> - ¥<%=maxSellPrice%><%}else{%>¥<%=sell_price%><%}%></span></b></li>
<%}%>
</script>

11.购买区域

<!--购买区域-->
<div class="current">
{if:$store_nums <= 0}
该商品已售完,不能购买,您可以看看其它商品!(<a href="{url:/simple/arrival/goods_id/$id}" class="orange">到货通知</a>)
{else:}
{if:$spec_array}
{set:$specArray = JSON::decode($spec_array);}
{foreach:items=$specArray}
<dl class="m_10 clearfix" name="specCols">
<dt>{$item['name']}:</dt>
<dd class="w_45" style="margin-left:67px;" id="specList{$item['id']}">
{set:$specVal=explode(',',trim($item['value'],','))}
{foreach:items=$specVal item=$spec_value}
{if:$item['type'] == 1}
<div class="item w_27"><a href="javascript:void(0);" onclick="sele_spec(this);" value='{"id":"{$item['id']}","type":"{$item['type']}","value":"{$spec_value}","name":"{$item['name']}"}' >{$spec_value}<span></span></a></div>
{else:}
<div class="item"><a href="javascript:void(0);" onclick="sele_spec(this);" value='{"id":"{$item['id']}","type":"{$item['type']}","value":"{$spec_value}","name":"{$item['name']}"}' ><img src="{webroot:$spec_value}" width='30px' height='30px' /><span></span></a></div>
{/if}
{/foreach}
</dd>
</dl>
{/foreach}
{/if} <dl class="m_10 clearfix">
<dt>购买数量:</dt>
<dd>
<input class="gray_t f_l" type="text" id="buyNums" onblur="checkBuyNums();" value="1" maxlength="5" />
<div class="resize">
<a class="add" href="javascript:modified(1);"></a>
<a class="reduce" href="javascript:modified(-1);"></a>
</div>
</dd>
</dl> {if:isset($spec_array) && $spec_array}
<p class="m_10">已选择:<span class="orange bold" id="specSelected"></span></p> <!--货品规格模板-->
<script type='text/html' id='selectedSpecTemplate'>
<%if(type == 1){%>
<span id="selectedSpan<%=id%>">“<%=value%>”</span>
<%}else{%>
<span id="selectedSpan<%=id%>"><img class="img_border" src="{webroot:<%=value%>}" width="30px" height="30px" /></span>
<%}%>
</script>
{/if} <input class="submit_buy" type="button" id="buyNowButton" onclick="buy_now();" value="立即购买" /> {if:$promo==''}
<div class="shop_cart" style="z-index:1">
<input class="submit_join" type="button" id="joinCarButton" onclick="joinCart();" value="加入购物车" /> <div class="shopping" id="product_myCart" style='display:none'>
<dl class="cart_stats">
<dt class="gray f14 bold">
<a class="close_2 f_r" href="javascript:closeCartDiv();" title="关闭">关闭</a>
<img src="{skin:images/front/right_s.gif}" width="24" height="24" alt="" />成功加入购物车
</dt>
<dd class="gray">目前选购商品共<b class="orange" name='mycart_count'></b>件<span>合计:<b name='mycart_sum'></b></span></dd>
<dd><a class="btn_blue bold" href="{url:/simple/cart}">进入购物车</a><a class="btn_blue bold" href="javascript:void(0)" onclick="closeCartDiv();">继续购物>></a></dd>
</dl>
</div>
</div>
{/if}
{/if}
</div> </div>

12.放大镜

<!--图片放大镜-->
<div class="preview">
<div class="pic_show" style="width:435px;height:435px;position:relative;z-index:5;padding-bottom:5px;">
<a class="jqzoom" href="javascript:void(0)" rel='goodsPhoto' id="bigPicBox" alt="原图">
<img src="{skin:images/front/nopic_435_435.gif}" style="border:none;width:435px;height:435px" id="smallPicBox" alt="缩略图" />
</a>
</div> <ul id="thumblist" class="pic_thumb">
{foreach:items=$photo}
<li>
<a href='javascript:void(0);' rel="{gallery:'goodsPhoto',smallimage:'{webroot:}{echo:Thumb::get($item['img'],435,435)}',largeimage:'{webroot:$item[img]}'}">
<img src='{webroot:}{echo:Thumb::get($item['img'],60,60)}' width="60px" height="60px" />
</a>
</li>
{/foreach}
</ul>
</div>
</div> <div class="t_l">
{if:isset($photo) && $photo}
<a class="zoom blue" href="{url:/site/pic_show/id/$id}">点击看大图</a>
{/if}
</div>

iwebshop 模板手册的更多相关文章

  1. (转)dedecms网页模板编写

    网页模板就是templets中的htm文件,所以编写模板就是要编写html.这篇文章不是关于标签的具体使用,而是对网页模板的一些理解.包括基本的标签语法,封面模板,列表模板和文档模板的关系. 一 关于 ...

  2. 西门子PLC两线制,四线制

    1 一.对于控制系统模块:两线制,四线制信号都只有两根线接入模件,区别在于: 两线制信号的这两根线一正一负,不带提供信号电流,而且提供供电电压:一般流量,压力,液位等等的信号常用两线制信号,但也要根据 ...

  3. php开发中一些前端知识杂总

    推荐几个jqyuey插件的好地方 http://jqueryui.com/ http://www.jq22.com/ 背景: 服务端采用ci3.0框架,twig作为模板嵌套. twig模板手册: ht ...

  4. Dynamics CRM 开发模板使用手册(插件开发)

    CRM开发手册 本手册介绍在Visual Studio 2015 + Dynamics CRM Developer Extensions模板开发环境下,插件和JS脚本的开发.部署与调试过程. 手册中提 ...

  5. 【转】ISMS方针、手册、程序文件模板

    <ISMS方针.手册.程序文件模板> 1 信息安全管理手册 2 信息安全适用性声明 3 信息安全管理体系程序文件 3.01文件管理程序 3.02记录管理程序 3.03纠正措施管理程序 3. ...

  6. emlog模板制作帮助手册

    emlog基本模板文件 必须文件: main.css: CSS(样式表)文件 log_list.php: 日志列表页模板 echo_log.php: 日志页模板 page.php: 页面(page)模 ...

  7. ECSHOP在线手册之模板结构说明 (适用版本v2.7.3)

    名称 类型 备注(作用或意义) 文件(目录)名可否更改 images 目录 存放模板图片目录 不可更改 library 目录 存放模板库文件目录 不可更改 screenshot.png 图片 用于“后 ...

  8. Django学习手册 - 模板继承与导入

    核心: PS:一个页面只能继承一个模板. 前置: 配置url. 配置views 关键字: 1. {% extends "index模板.html" %} 声明继承于哪个模板 ,关联 ...

  9. ECMALL模板解析机制.MVC架构分析及文件目录说明.二次开发指南手册(转)

    ECMALL模板解析语法与机制 http://www.nowamagic.net/architecture/archt_TemplateSyntaxAndAnalysis.php ECMALL模块开发 ...

随机推荐

  1. DCM 图片查看

    因为要处理一些医学图像,需要把dcm格式的文件转换成jpg格式.本来用Sante DICOM Editor用得挺好的,方便查看dcm文件,但是在转换上每次只能转一张(本人没有找到用该软件批量转格式的方 ...

  2. chrome 开发并使用油猴 Tampermonkey 插件

    背景:以前 test.user.js 的插件方式被 Chrome 封杀了.现在只能依赖油猴来编写自己的 js 插件. 官方网站:https://tampermonkey.net/ chrome商店:  ...

  3. 微信小程序实现给循环列表添加点击样式实例

    微信小程序有个属性hover-class='active',是指当点击列表元素时当按下鼠标左键会显示active样式,但是鼠标离开样式就会复原.可以参考以下解决方案,直接上代码: wxml: ? 1 ...

  4. mysql定时执行某任务

    查看event是否开启: show variables like '%sche%'; 将事件计划开启: set global event_scheduler=1; 关闭事件任务: alter even ...

  5. mui封装做好的手机版网站为apk

    BOSS提到的一个功能,就是把已经做好的手机网站http://xxx.com/m/home/index ,想着看起来应该蛮简单,一个html页面里就一个iframe就好了,然后宽度和高度都设置为100 ...

  6. [na]IP分片抓包实验

    这两点比较重要 1.IP+ICMP+DATA = 1500字节 2.ping size指定的是data的大小. 3,可以ping大包+不分片检测mtu(分片发生在出口,如果包尺寸大于接口ip mtu, ...

  7. 【Unity】4.7 摄像机

    分类:Unity.C#.VS2015 创建日期:2016-04-11 一.简介 摄像机(Camera)是为玩家捕捉并展示世界的一种设备.场景中至少需要有一台摄像机,也可以在一个场景中使用多台摄像机.这 ...

  8. analysis-what-blockchain-technology-means-for-artificial-intelligence-cm888540

    http://m.nasdaq.com/article/analysis-what-blockchain-technology-means-for-artificial-intelligence-cm ...

  9. 灾备系统的评判指标:RTO、RPO

    RTO(RecoveryTime Object)是指灾难发生后,从IT系统崩溃导致业务停顿之刻开始,到IT系统恢复至可以支持各部门运作,业务恢复运营之时,此两点之间的时间段称为RTO. RPO(Rec ...

  10. 【原理】Java的ThreadLocal实现原理浅读

    当前线程的值传递,ThreadLocal 通过ThreadLocal设值,在线程内可获取,即时获取值时在其它Class或其它Method. public class BasicUsage { priv ...