{%link file="en/public/head.html"%}
{%if $out=='buylist'%}
Home
» {%$lngpack.ordertitle%} »
Your Shopping Cart
Your Shopping Cart
{% if count($array) > 0 %}
Cart Items
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%}
0 items added to Cart!
{%/if%}
{%elseif $out=='buyedit'%}
Home
» {%$lngpack.ordertitle%} »
Shopping Carts
Shopping Cart Items
Update
{% if count($array) > 0 %}
Cart Items
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%}
Receiving information
Name:
Sex:
Male
Female
E-mail:
Tel:
Mobile:
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
Delivery mode
{% if count($shipplug) > 0 %} {%forlist from=$shipplug key=i%}
{%$shipplug[i].title%}
i==1%} checked{%/if%}> Freight:{%$moneytype%}{%$shipplug[i].price%}
{%$shipplug[i].content%}
{%/forlist%} {%else%}
No delivery methods
{%/if%}
Payment
{% if count($payplug) > 0 %} {%forlist from=$payplug key=i%}
{%$payplug[i].payname%}
i==1%} checked{%/if%}> Fee:{%$payplug[i].payis%}%
{%$payplug[i].paycontent%}
{%/forlist%} {%else%}
No payment
{%/if%}
Other information
Remarks:
Invoice Title:
Invoice:
{%else%}
0 items added to Cart!
{%/if%}
{%elseif $out=='buyok'%}
Home
» {%$lngpack.ordertitle%} »
Submitted successfully
Thanks for Your Order!Order No.:
{%$ordersn%}
Your order was sent to us but requires payment before it can be completed
Once you've provided payment, your order will be completed. The outstanding balance of your order is {%$moneytype%}{%$orderamount%}.
{%$orderonline%}
My Account
Or
Home
{%/if%} {%link file="en/public/link.html"%}
{%link file="en/public/footer.html"%}