{%link file="en/public/head.html"%}
{%if $out=='buylist'%}
{% if count($array) > 0 %}
Shopping Cart
Cart Items
Photo
Product ID
Item Price
Qty
Item Total
Remove
{%forlist from=$array key=i%}
{%$array[i].title%}
{%$array[i].tsn%}
{%$moneytype%}{%$array[i].bprice%}
{%$moneytype%}{%$array[i].countprice%}
Remove
{%/forlist%}
Items:{%$moneytype%}{%$ordertotal%}
{%else%}
Reminder
You have not choose goods!
{%/if%}
{%elseif $out=='buyedit'%}
{% if count($array) > 0 %}
Products List
Cart Items
Photo
Product ID
Item Price
Qty
Item Total
{%forlist from=$array key=i%}
{%$array[i].title%}
{%$array[i].tsn%}
{%$moneytype%}{%$array[i].bprice%}
{%$array[i].amount%}
{%$moneytype%}{%$array[i].countprice%}
{%/forlist%}
Price:{%$moneytype%}{%$productmoney_f%} - Discount {%$moneytype%}{%$discountmoney%} = {%$moneytype%}{%$discount_productmoney_f%}
Distribution
{% if count($shipplug) > 0 %} {%forlist from=$shipplug key=i%}
{%$shipplug[i].title%}
i==1%} checked{%/if%}> {%if $shipplug[i].price>0%}Freight:{%$moneytype%}{%$shipplug[i].price%} {%/if%}{%$shipplug[i].content%}
{%/forlist%} {%else%}
No shipping method
{%/if%}
Payment term
{% if count($payplug) > 0 %} {%forlist from=$payplug key=i%}
{%$payplug[i].payname%}
i==1%} checked{%/if%}> {%if $shipplug[i].payis>0%}Fee:{%$payplug[i].payis%}%{%/if%} {%$payplug[i].paycontent%}
{%/forlist%} {%else%}
No payment
{%/if%}
Modify the receipt information
CONSIGNEE
Enter real name
Sex
Man
Woman
E-mail
Tel
Mobile
{%if $mem_isaddress==1%}
District
Country
China
Province
City
Area
Loading
{%/if%}
Address
请输入真实的收件地址
Zipcode
Delivery Time
Working day, weekend and holiday delivery available
Only weekends, holidays and delivery (working days do not send)
Only working days delivery (weekends, holidays do not send)
Try to arrange delivery time, please Remarks
Remarks
Invoice Title
Invoice
{%else%}
Reminder
You have not choose goods
{%/if%}
{%elseif $out=='buyok'%}
Order submitted successfully
Thanks for Your Order!Order No.:
{%$ordersn%}
Goods together{%$moneytype%}{%$discount%} + Postage{%$moneytype%}{%$shipprice%} + Commission{%$moneytype%}{%$payprice%} =
{%$moneytype%}{%$orderamount%}
{%$orderonline%}
{%if $order_ismember%}
My Account
Home
{%/if%}
{%/if%}
{%link file="en/public/footer.html"%}