{tpl "head",'content'} {yy:find catid="42"}
Payment successful
{/yy}
Home
{loop name="breadcumb"} {if $i+1!=count($breadcumb)}
{$v.title}
{else}
{$v.title}
{/if} {/loop}
The payment is successful and our staff will contact you as soon as possible!
Alipay order number:
echo $_REQUEST['trade_no'];
Order title:
echo $_REQUEST['subject'];
Order details:
echo $_REQUEST['body'];
Amount:
¥
echo $_REQUEST['total_fee'];
View My Order
{tpl 'foot','content'}