{{include file="public/header" /}} {{if empty($goods)}} {{include file="public/not_data" /}} {{else /}}

{{$goods.title}}


{{if $goods.inventory gt 0}} {{if $goods.inventory egt $goods.buy_min_number}}
{{if !empty($goods['specifications']['choose'])}} {{foreach $goods.specifications.choose as $key=>$spec}} {{if !empty($spec['value'])}}
{{$spec.name}}
    {{foreach $spec.value as $keys=>$specs}}
  • {{if !empty($specs['images'])}} {{/if}} {{$specs.name}}
  • {{/foreach}}
{{/if}} {{/foreach}} {{/if}}
{{:MyLang('goods_sales_price_title')}}
{{$currency_symbol}}{{$goods.price}} {{if !empty($goods['original_price']) and $goods['original_price'] gt 0}} {{$currency_symbol}}{{$goods.original_price}} {{/if}}
- +
{{:MyLang('inventory_title')}}{{$goods.inventory}}{{$goods.inventory_unit}}
{{else /}}

{{:MyLang('goods_inventory_insufficient_min_number_tips')}}({{$goods.inventory}}<{{$goods.buy_min_number}})

{{/if}} {{else /}}

{{:MyLang('goods_no_inventory_title')}}

{{/if}}
{{if empty($user) or $buy_button['is_cart'] eq 0}} {{else /}} {{/if}}
{{/if}} {{include file="public/footer" /}}