{extend name="shop/blue/base" /} {block name="resources"} {/block} {block name="main"}

{:lang('goods_purchase_consultation')}

{:lang('goods_text')}!

{if condition="$total_count eq 0"}
{:lang('goods_no_consultation_yet')}
{else /}
{volist name="consult_list" id="vo"}
{:lang('goods_consulting_user')}:
{if condition="$vo.member_name eq ''"} {:lang('goods_tourist')} {else /} {$vo.member_name} {/if} {:lang('goods_consulting_type')}: {if condition="$vo.ct_id eq 1"} {:lang('goods_commodity_consultation')} {elseif condition="$vo.ct_id eq 2"/} {:lang('goods_payment_problem')} {else/} {:lang('goods_invoice_and_warranty')} {/if}
{:lang('goods_consultation_content')}:

{$vo.consult_content}

{if condition="$vo.consult_reply neq ''"}
{:lang('goods_merchant_reply')}:

{$vo.consult_reply}

{/if}
{/volist}
{include file='shop/blue/controlCommonPage' /} {/if}

{:lang('goods_publish_consultation')}

{:lang('goods_consulting_type')}:
{:lang('goods_consultation_content')}:
 
{:lang('goods_publish_consultation')}

{:lang('goods_commodity_information')}

{$goods_info.goods_name}
{$goods_info.goods_name}
{:lang('goods_sale_price')}:¥{$goods_info.promotion_price}
{/block}