- 全局標簽
- artlist 文章列表
- models 欄目列表
- modelsartlist 頻道循環(huán)
- type 指定欄目
- include 引用模板
- arcview 單條文檔
- position 面包屑
- assign 定義變量
- empty 為空判斷
- notempty 不為空判斷
- foreach 循環(huán)輸出
- volist 數(shù)據(jù)循環(huán)
- if 條件判斷
- switch 條件判斷
- compare 變量比較
- adv 廣告列表
- load 文件加載
- global 全局變量
- field 字段值
- tags 標簽調用
- searchform 搜索標簽
- 常用函數(shù)
- links 友情鏈接
- SQL 數(shù)據(jù)查詢
- weapp 應用插件
- range 范圍判斷
- for 數(shù)據(jù)循環(huán)
- ad 單條廣告
- attribute 欄目屬性
- user 會員信息
- diyurl 內鏈調用
- php標簽
- hotkeywords 熱門搜索
- notice 站內信
- asklist 問答列表
- citysite 城市站點
- navigation 導航菜單
- static 文件引入
- 會員注銷標簽使用方法
- 列表標簽
- 內容標簽
- 可視化標簽
- 多語言標簽
attribute 商品參數(shù)
[基礎用法]
標簽:attribute
描述:商品參數(shù)標簽,獲取當前商品的參數(shù)列表,僅在產(chǎn)品詳情頁、列表頁表用,更多調用方法見示例。
用法:
{eyou:attribute type='newattr' attrid='$eyou.field.attrlist_id'}
{$attr.name}:{$attr.value}
{/eyou:attribute}
屬性:
aid='' 文檔ID,在arclist標簽、list標簽之內,以及內容頁模板中一般不需要指定aid屬性,系統(tǒng)會自動獲取;
type='' 標簽類型,默認是手動,具體可以參考教程底部的示例;
type='' 標簽類型,默認是手動,具體可以參考教程底部的示例;
----type='newattr' 新版商城中心的商品參數(shù)
----type='auto' 早期產(chǎn)品中心的產(chǎn)品參數(shù);
empty='' 沒有數(shù)據(jù)時顯示的文案
mod='' 每隔N行輸出的內容
id='' 可以任意指定循環(huán)里的變量名替代field,假設id='field1',模板調用如:{$field.title} 變成 {$field1.title}
涉及表字段:
無
-------------------------------效果展示--------------------------------
1,在商品內容頁調用參數(shù)列表,每次新增屬性,不需要更改模板代碼
模板調用代碼
網(wǎng)站前端顯示效果(css樣式請自行填充)
2,在商品列表頁調用參數(shù)列表,一般嵌套在arclist、list 列表標簽里。
模板調用代碼
{eyou:arclist row='10' id='field'}
網(wǎng)站前端顯示效果(css樣式請自行填充)
-------------------------------效果展示--------------------------------
1,在商品內容頁調用參數(shù)列表,每次新增屬性,不需要更改模板代碼
模板調用代碼
{eyou:attribute type='newattr' attrid='$eyou.field.attrlist_id'}
{$attr.name}:{$attr.value}
{/eyou:attribute}
2,在商品列表頁調用參數(shù)列表,一般嵌套在arclist、list 列表標簽里。
模板調用代碼
{eyou:arclist row='10' id='field'}
{eyou:attribute type='newattr' attrid='$field.attrlist_id'}
{$attr.name}:{$attr.value}
{/eyou:attribute}
{/eyou:arclist}
{/eyou:arclist}
文檔最后更新時間:2023-10-24 10:58:27
未解決你的問題?請到「問答社區(qū)」反饋你遇到的問題