{%link file="en/public/head.html"%}
{%if $out=='buylist'%}
Home » {%$lngpack.ordertitle%} » Your Shopping Cart
Your Shopping Cart

{% if count($array) > 0 %}
{%forlist from=$array key=i%} {%/forlist%}
Cart Items Product ID Item Price Qty Item Total Remove
{%$array[i].title%} {%$array[i].tsn%} {%$moneytype%}{%$array[i].bprice%} {%$moneytype%}{%$array[i].countprice%} Remove
Items:{%$moneytype%}{%$ordertotal%}
 
{%else%}
0 items added to Cart!
{%/if%}
{%elseif $out=='buyedit'%}
Home » {%$lngpack.ordertitle%} » Shopping Carts
{% if count($array) > 0 %} {%else%} {%/if%}
Shopping Cart Items Update

{%forlist from=$array key=i%} {%/forlist%}
Cart Items Product ID Item Price Qty Item Total
{%$array[i].title%} {%$array[i].tsn%} {%$moneytype%}{%$array[i].bprice%} {%$array[i].amount%} {%$moneytype%}{%$array[i].countprice%}
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:
Delivery mode

{% if count($shipplug) > 0 %} {%forlist from=$shipplug key=i%} {%/forlist%} {%else%} {%/if%}
{%$shipplug[i].title%} i==1%} checked{%/if%}> Freight:{%$moneytype%}{%$shipplug[i].price%}
{%$shipplug[i].content%}
No delivery methods
Payment

{% if count($payplug) > 0 %} {%forlist from=$payplug key=i%} {%/forlist%} {%else%} {%/if%}
{%$payplug[i].payname%} i==1%} checked{%/if%}> Fee:{%$payplug[i].payis%}%
{%$payplug[i].paycontent%}
No payment
Other information

Remarks:
Invoice Title:
Invoice:
0 items added to Cart!
{%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"%}