{include file="inc/header.html"}

{$LANG.PAY_SUCCESS_CONGRATUATION}

{foreach from=$order_deals item=deal}
{$deal.name} {if $deal.buy_status eq 0} {function name="sprintf" format=$LANG.UNSUCCESS_BUY_COUNT_TIP value=$deal.buy_count } {/if} {if $deal.buy_status eq 1} {function name="sprintf" format=$LANG.SUCCESS_BUY_COUNT_TIP value=$deal.buy_count } {/if}
{/foreach} {if $is_coupon eq 1}

{$LANG.PRINT}
".$GLOBALS['lang']['USER_COUPON_LIST']."",app_conf("COUPON_NAME"));?>
{$LANG.SMS}
".$GLOBALS['lang']['USER_COUPON_LIST']."",app_conf("COUPON_NAME"));?>
{$LANG.MAIL}
".$GLOBALS['lang']['USER_COUPON_LIST']."",app_conf("COUPON_NAME"));?>
{/if}
{include file="inc/footer.html"}