页面关键字:{$keywords}   
  页面标题:{$page_title}
  产品分类:父分类列表 {foreach from=$categories item=cat }
  父分类超链接 [url==”{$cat.url}”>{$cat.name|escape:html}</a>
  相对应子分类 {foreach from=$cat.children item=child}
  子分类超链接 [url==”{$child.url}”>{$child.name|escape:html}</a>
  促销产品:{if $promotion_info} 检验是否存在促销产品,不存在就不显示相关信息
  促销产品列表:{foreach from=$promotion_info item=item key=key}   
  订单查询:{if empty($order_query)}   
  订单用户ID {if $order_query.user_id}
  订单数量:{$lang.order_number}
  订单编号:{$order_query.order_sn}
  发货查询:{if $invoice_list}   
  发货列表:{foreach from=$invoice_list item=invoice}
  订单号名称:{$lang.order_number}
  订单号:{$invoice.order_sn}
  发货单名称:{$lang.consignment}
  发货单号:{$invoice.invoice_no}
  销售排行:{if $top_goods}   
  销售列表:{foreach name=top_goods from=$top_goods item=goods}
  产品短名称:{$goods.short_name}   
  下面来看一个例子:<!– {foreach name=top_goods from=$top_goods item=goods}–>
  <li class=”top10-li-{$smarty.foreach.top_goods.iteration}”> [url==”{$goods.url}” title=”

{$goods.name|escape:html}”>{$goods.short_name}</a></li>  
  <!–{/foreach}–>
  精品推荐:{if $best_goods}   
  精品推荐列表:{foreach from=$best_goods item=goods}
  市场价名称:{$lang.market_price}
  市场价价格:{$goods.market_price}
  促销价名称:{$lang.promote_price}
  促销价价格:{$goods.promote_price}
  商店价名称:{$lang.shop_price}
  商店价价格:{$goods.shop_price}  
  {$lang.xxxx_xxxx}以lang开头的为相对应的名称
  {$goods.xxxx_xxxx}以goods开头的为价格
  {$page_title} 网站标题
  {$keywords} 网站关键字标签
  {$description} 网站描述标签
  {$shop_notice} 商店公告  
  $new_articles 新文章
  {$article.short_title} 调用文章标题
  {foreach from=$new_articles item=article} 循环的开始
  {/foreach} 循环的结束
  from=$best_goods 表示循环的内容来自$best_goods
  $best_goods 精品商品推荐的标签
  {$goods.short_style_name} 表示goods 这个对象的商品名称
  $new_goods 新品上市
  $hot_goods 热卖商品  
  $categories 分类的标签
  $goods_list 商品标签
  商品图片: <img src= {$goods.goods_img} />
  商品名称:{$goods.goods_style_name}
  商品货号:{$goods.goods_sn}<br>
  商品品牌: {$goods.goods_brand}
  商品数量:{$goods.goods_number}
  单位:{$goods.measure_unit}
  添加时间:{$goods.add_time}
  市场价格:{$goods.market_price}
  本店价格:{$goods.shop_price_formated}
  注册用户价格:{$rank_price.price}
  注册用户价格:{$rank_price.price}
  注册用户价格:{$rank_price.price}

ecshop标签大全的更多相关文章

  1. ecshop标签大全 各个页面常用标签大全

    先从index.php主页开始 页面关键字 {$keywords } 页面标题 {$page_title} 产品分类 父分类列表 {foreach from=$categories item=cat ...

  2. meta标签大全

    meta标签大全 <!--     x-ua-compatible(浏览器兼容模式)     仅对IE8+以效     告诉浏览器以什么版本的IE的兼容模式来显示网页     <meta ...

  3. 【转】Html标签大全

     Html标签大全 2013-07-05 18:22:33 分类: Python/Ruby Html标签大全 <a></a> 超文本链接 <a href="UR ...

  4. 常用的html标签大全

    html标签大全 一.文字 1.标题文字 <h#>..........</h#> #=1~6:h1为最大字,h6为最小字 2.字体变化 <font>........ ...

  5. 【HTML_标签大全】

    HTML标签大全 标签 描述 标签类型 备注 <!--...--> 定义注释 / 单标签 <!DOCTYPE> 定义文档类型 / 单标签 <head></he ...

  6. dedecms标签大全

    今天用了1个小时的时间整理了dedecms标签大全,非常经典,非常经典的织梦dedecms标签,希望对大家制作dedecms网站有帮助      channel_____栏目   dede_arcty ...

  7. meta标签大全(荐)

    html的meta总结(常用) 1.Meta标签大全 <!-- 声明文档使用的字符编码 --> <meta charset='utf-8'> <!-- 优先使用 IE 最 ...

  8. HTML基础标签大全

    HTML 标签大全及属性 常用的块级元素有 :div , from , table, p ,pre,h1-h5,dl,ol,ul 常用的内联元素:span ,a ,strong,em ,label , ...

  9. 【jsp】JSTL标签大全详解

    一.JSTL标签介绍 1.什么是JSTL? JSTL是apache对EL表达式的扩展(也就是说JSTL依赖EL),JSTL是标签语言!JSTL标签使用以来非常方便,它与JSP动作标签一样,只不过它不是 ...

随机推荐

  1. 实现自己的脚本语言ngscript之四:代码生成

    最近的进度 ngscript测试代码 function c1(a, b, c, d) { this.a = 1; this.b = new array(); this.b[0] = 1; this.b ...

  2. winform 窗体关闭按钮禁用、不显示最大化、最小化、关闭按钮 分类: WinForm 2014-12-22 16:09 82人阅读 评论(0) 收藏

    关闭按钮禁用: (1) FormClosing事件 private void Main_FormClosing(object sender, FormClosingEventArgs e) {     ...

  3. hadoop的wordcount的改动版

    //这个是在原来的基础上改动以后得到的,将当中的分词的根据给换掉了,而且进行词频统计的时候会自己主动的忽略大写和小写 packageorg.apache.hadoop.mapred; importja ...

  4. android 26 设置项目有多个入口Activity。

    第一个activity package com.sxt.day04_11; import android.os.Bundle; import android.app.Activity; import ...

  5. MySQL Handling of GROUP BY--官方文档

    In standard SQL, a query that includes a GROUP BY clause cannot refer to nonaggregated columns in th ...

  6. iOS--NSAttributedString使用介绍

    iOS–NSAttributedString使用介绍 原文见: http://www.itnose.net/detail/6177538.html http://***/html/topnews201 ...

  7. js鼠标事件

    今天遇到一个非常奇怪而又搞笑的事情:给一个a标签添加一个鼠标移动上时给一个事件,我给其添加的是一个onMouseMove事件,结果在IE6 7 8 9和GOOLE中都很正常,结果在Firox中出现问题 ...

  8. css考核点整理(十)-响应式开发经验,响应式页面的三种核心技术是什么

    响应式开发经验,响应式页面的三种核心技术是什么

  9. 快速记忆JavaScript中exec和match的使用

    JS模式匹配中exec,match用得非常多,所以掌握其用法对我们进行字符串的处理帮助非常大 1.exec的定义其用法        exec与match主要的不同是,exec是正则表达式里面的方法. ...

  10. jQuery注册验证

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...