iwebshop 模板手册

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"  />成功加入购物车
                        </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>

时间: 2024-10-19 13:06:21

iwebshop 模板手册的相关文章

(转)dedecms网页模板编写

网页模板就是templets中的htm文件,所以编写模板就是要编写html.这篇文章不是关于标签的具体使用,而是对网页模板的一些理解.包括基本的标签语法,封面模板,列表模板和文档模板的关系. 一 关于标签 dedecms标签:就像html标签,不过是织梦自定义的,由标签名,属性,和InnerText构成. 改写文件templets/index.htm 网站名:{dede:global name=cfg_webname/}<br/><br/> <strong>最近登陆的会

emlog模板制作帮助手册

emlog基本模板文件 必须文件: main.css: CSS(样式表)文件 log_list.php: 日志列表页模板 echo_log.php: 日志页模板 page.php: 页面(page)模板 footer.php: Footer模板 header.php: Header模板 t.php: 碎语模板 module.php: 包含widgets.评论.引用.编辑等 可选文件: side.php : 侧边栏模板 基本条件判断Tag $curpage:当前页面表示,常用判断tag如下: $c

二代旅游网站模板程序V1使用手册(三):旅游目的地管理

旅游目的地管理,放在第三步来配置,可见其重要性,,旅游目的地管理概念也是二代旅游网站管理系统的精髓所在,这步的数据填写好了,才好进行下一步的团期发布等操作, 一.首先登陆网站后台,点击左侧菜单的[目的地管理]可以展开目的地管理菜单,然后点击[国内目的地管理],旅游目的地系统国定为2个顶级分类为[国内旅游目的地]和[出境旅游目的地],这两个顶级分类不可修改,,只能修改他们的下级目的地,如图: 二.点击右侧的[添加旅游目的地]按钮,可以打开添加的界面,如图所示: 目的地名称,这个不用解释了吧,填名字

tinyshop框架教程模板开发与开发手册讲解

第一课 tiny框架的处理流程与目录结构 [录播]了解tiny框架的处理流程与目录结构(27分钟) 02 第二课 tiny框架的程序入口与url模式 [录播]tinyshop框架的程序入口与url模式(15分钟) 03 第三课 tiny框架的配置文件与配置参数讲解 [录播]tinyshop框架的配置文件与配置参数讲解(11分钟) 04 第四课 tiny框架的命名规范 [录播]tinyshop框架的命名规范(13分钟) 05 第五课 tiny框架的配置文件system.php的参数讲解 [录播]t

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

ECMALL模板解析语法与机制 http://www.nowamagic.net/architecture/archt_TemplateSyntaxAndAnalysis.php ECMALL模块开发指南 http://wenku.baidu.com/view/785b8a1ea76e58fafab003a6.html ECMall 结构图 http://wenku.baidu.com/view/3e9d9921bcd126fff7050b10.html ECMall 数据库表结构 全面讲解 h

angular参考手册拷贝

AngularJS 参考手册 AngularJS 指令 本教程用到的 AngularJS 指令 : 指令 描述 ng-app 定义应用程序的根元素. ng-bind 绑定 HTML 元素到应用程序数据 ng-bind-html 绑定 HTML 元素的 innerHTML 到应用程序数据,并移除 HTML 字符串中危险字符 ng-bind-template 规定要使用模板替换的文本内容 ng-blur 规定 blur 事件的行为 ng-change 规定在内容改变时要执行的表达式 ng-check

Exchange 2013迁移SOP手册

Exchange 2013迁移SOP手册 阶段1:环境部署 OUTLOOK升级方式 统计版本低于SP3的OUTLOOK客户端信息 记录计算机在域中所在OU信息 域中创建临时升级用OU,如MAILUPGRADE 采用如下命令移动计算机到MAILUPGRADE OU dsmove "CN=Aidong Qi,OU=Users,OU=TESTP,OU=Hitech,DC=hitechad,DC=com" -newparent OU=MAILUPGRADE,DC=hitechad,DC=com

Cacti 操作手册

  Cacti是一款基于MySQL,SNMP,PHP等开发的工具.可以获得SNMP的信息通过图像的方式进行显示,通过B/S架构提供网管服务. Cacti将各端口信息.流量信息图形化的表示了出来,并能够查看设备的工作时间,状态及各个端口在某个时段的流量信息,cacti同时能够通过安装各种插件,达到自己所需要的某个功能. Cacti的注册 通过登录网页进入cacti页面,点击左边竖栏的Devices按钮,之后点击ADD进行添加设备的操作: 添加设备 Devices 1. Description给与设

开源资产管理软件-GLPI(9.13)操作手册

1.简介 GLPI是法语Gestionnaire libre de parc informatique的缩写,是一款历史悠久的资产管理软件: GLPI提供功能全面的IT资源管理接口,可以用来建立数据库全面管理IT的电脑,显示器,服务器,打印机,网络设备,电话,甚至硒鼓和墨盒等.提供Helpdesk用户支持平台:联系人,合同,合作商,以及文档的管理:提供资源预定,知识库的管理等功能." 日常工作中偶然接触到GLPI,通过安装部署,配置LDAP,Fusioninventory,OCS Invento