{extend name="base" /} {block name="title"}Order Info{/block} {block name="styles"} {/block} {block name="mainArea"}

Order Information

#Order Information

Created At:{$order['create_time']}

{if $order['pay_status'] == 20} {/if} {if $order['delivery_status'] == 20}

shipped

{/if}

Listing

{if $order['pay_status'] == 10 }
Pay With PayPal
Cancel
{/if} {if $order['delivery_status'] == 20 && $order['receipt_status'] == 10}
Confirm receipt
{/if}

Your goods will be shipped in 72 hours

{foreach $order['goods'] as $goods}

{$goods['goods_name']}

{foreach $goods['remark_for_one'] as $key=>$flavor} | {$key} × {$flavor} {/foreach}

${$goods['goods_price']}x{$goods['total_num']}

${$goods['total_price']}

{eq name="order['receipt_status']" value="20"}
Preview
{/eq}
{/foreach}

Bill

Express

$0.00

Tax

$0.00

Total

${$order['total_price']}

Paid

${$order['pay_price']}

Logistics Tracks

{foreach $f1Track as $track}

{$track['time']} {$track['localtion']} {$track['desc']}

{/foreach}
{foreach $selfTrack as $track}

{$track['time']} {$track['text']} {$track['desc']}

{/foreach}

Recipient Information

Name

{$order['address']['name']} {$order['address']['last_name']}

Phone Number

{$order['address']['phone']}

Shipping address

First Name

{$orderAddress['name']}

Last Name

{$orderAddress['last_name']}

Phone Number

{$orderAddress['phone']}

Street

{$orderAddress['detail']}

City

{$orderAddress['city']}

State

{$orderAddress['region']['region']}

Country

US

Zip Code

{$orderAddress['zip_code']}

{/block} {block name="components"}
Jumping to paypal.

Score:

submit

Confirm receipt of goods

Cancel
Confirm
{/block} {block name="scriptSrc"} {/block}