{extend name="shop/default/base" /} {block name="resources"} {/block} {block name="main"}
{include file="shop/default/Goods/controlGallery" }

{$goods_info.goods_name}

{$goods_info.introduction}

原   价 ¥{$goods_info.price}
销售价 ¥{$goods_info.promotion_price} {if condition="$goods_info.point_exchange_type==1 && $goods_info.point_exchange>0"} +{$goods_info.point_exchange}积分 {/if}
{if condition="$goods_info.is_show_member_price == 1 "}
会员价 ¥{$goods_info.member_price} {if condition="$goods_info.point_exchange_type==1 && $goods_info.point_exchange>0"} +{$goods_info.point_exchange}积分 {/if}
{/if} {if condition="$goods_info.max_buy!=0"}
限购数量
{$goods_info.max_buy}个
{/if} {if condition="$goods_info.mansong_name neq ''"}
本店活动
{$goods_info.mansong_name}
{/if}
配送至
{$user_location.province}{$user_location.city}

运费:{$goods_info.shipping_fee_name}

请选择您要的商品信息x


{foreach name="goods_info['sku_list']" item="pro_skus" key="k"} {/foreach} {foreach name="goods_info['spec_list']" item="spec" key="k"}
{$spec.spec_name}
{/foreach}
数量
+ - 库存{$goods_info.stock}件
{if condition="$goods_info.state==1"} {else/} {/if} {if condition="$goods_info.QRcode != ''"} {/if}
{include file="shop/default/Goods/controlStoreRank"}
{if condition ="count($goods_info.goods_attribute_list) gt 0"}
    {foreach $goods_info.goods_attribute_list as $vo}
  • {$vo.attr_value}:{$vo.attr_value_name}
  • {/foreach}
{/if}
{$goods_info.description}
{include file="shop/default/Goods/controlGoodEvaluate"}
{include file="shop/default/Goods/controlPurchaseConsulting"}
{include file="shop/default/Goods/controlGoodsInfoData"} {/block}