<{t}>所属分类:<{/t}> |
|
<{include file="product/gimage_goods.html"}>
|
<{t}>所属类型:<{/t}> |
|
<{t}>商品名称:<{/t}> |
<{input type="text" id="id_gname" name="goods[name]" required="true" size=70 value=$goods.name }>
*
|
<{if $goodsbn_display_switch}>
<{t}>商品编号:<{/t}> |
<{input type="text" name="goods[bn]" value=$goods.bn }> |
<{else}>
<{/if}>
<{t}>商品关键词:<{/t}> |
<{input type="text" name="keywords[keyword]" value=$goods.keywords size=70}>
<{t}>仅用于在前台、后台筛选商品,多个关键词用半角竖线"|"分开<{/t}>
<{help docid="73" type="link-small"}><{t}>点击查看帮助<{/t}><{/help}>
|
<{if $prototype.setting.use_brand}>
<{t}>品牌:<{/t}> |
<{input type="select" name="goods[brand_id]" nulloption="1" rows=$brandList valueColumn="brand_id" labelColumn="brand_name" value=$goods.brand_id}> |
<{/if}>
<{if $prototype.is_physical}>
<{t}>计量单位:<{/t}> |
<{input type="text" value=$goods.unit name="goods[unit]" maxlength="25" }> |
<{/if}>
<{t}>简介:<{/t}> |
<{input type="textarea" value=$goods.brief name="goods[brief]" cols="50" rows="2" maxth="255" }>
<{t}>简短的商品介绍,请不要超过255字节<{/t}> |
<{t}>是否上架销售:<{/t}> |
|
<{if $point_setting == 2}>
<{t}>积分:<{/t}> |
<{input type="digits" value=$goods.score name="goods[score]" maxlength="25" required="true" }> |
<{/if}>
<{if $prototype.setting.use_spec&& count($goods.products)>0 }>
<{include file="product/spec.html"}>
<{else}>
<{include file="product/nospec.html"}>
<{/if}>
<{if $goods.supplier_id}>
<{foreach from=$old_bn item=oldBnItem}>
<{/foreach}>
<{/if}>