{layout name="common/layout" /}

{$__goods__.title|htmlentities}

{$__goods__.subtitle|htmlentities}
¥{$__goods__.price|htmlentities} 市场价 ¥{$__goods__.marketprice|htmlentities}
{if !empty($couponList)} {/if}
{foreach name="__goods__.sku_spec" id="spec"}
{$spec.title|htmlentities}
{/foreach}
库存
{$__goods__.stocks|htmlentities}
数量
-
+
{if !empty($attributes)}
{foreach name="attributes" item="item"} {php}$values=array_column($item['attribute_value'],'name'){/php}
{$item.name|htmlentities}:{php}echo implode(',',$values);{/php}
{/foreach}
{/if}
{$__goods__.content}
{include file="common/comment" /}
{foreach name="guarantee" item="item" empty="暂时没有数据" }
{$item.name|htmlentities}
{$item.intro|htmlentities}
{/foreach}