{%link file="public/head.html"%}

Order

{%if $out=='order_list'%}
Confirm ordering products or services
{% if count($array) > 0 %}
{%forlist from=$array key=i%} {%/forlist%}
Product or service Order price Quantity Subtotal Edit
{%$array[i].title%} {%$array[i].bprice|espcms_format_money(3)%} {%$array[i].countprice|espcms_format_money(3)%}
Total Amount:{%$product_total|espcms_format_money(3)%}
{%else%}

Sorry, you have not chosen to order the product!

{%/if%} {%elseif $out=='order_edit'%}
Fill in the order information
{%forlist from=$array key=i%} {%/forlist%}
Product or service Number Quantity Order price Subtotal
{%$array[i].title%} {%$array[i].tsn%} {%$array[i].amount%} {%$array[i].bprice|espcms_format_money(3)%} {%$array[i].countprice|espcms_format_money(3)%}
Total Amount:{%$product_total|espcms_format_money(3)%}
{%if $order_con.ORDER_ISOPID==0%}
{%forlist from=$shipplug key=i%} i==1%} checked{%/if%} /> {%$shipplug[i].shippingname%} {%if $shipplug[i].price>0%}Freight:{%$shipplug[i].price%} {%/if%}{%$shipplug[i].content%} {%/forlist%}
{%else%} {%/if%} {%if $coupon_app.isetup && $coupon_app.isopen%}
{%/if%}
{%if $member_con.MEMBER_CITY_VERIFY==1%}
{%/if%}
{%elseif $out=='edit_buyok'%}
Order Payment

Please select the following payment method. If you encounter any problems during the payment process, please feel free to contact us!

belongs to the order number: {%$read.ordersn%}

Orders: {%$read.orderamount|espcms_format_money(3)%} (Total Product {%$read.productmoney|espcms_format_money(3) %}{%if $read.shippingmoney>0%} + Courier fee {%$read.shippingmoney|espcms_format_money(3)%}{%/if%}{%if $read.invoicefeemoney>0%} + Invoice Fee :{%$read.invoicefeemoney|espcms_format_money(3)%}{%/if%}{%if $read.discount>0%} - Offer {%$read.discount|espcms_format_money(3)%}{%/if %})
{%if $read.paytype==2 && count($pay_plug_list)>0%}
{%forlist from=$pay_plug_list key=i%} {%/forlist%}
{%/if%} {%if $member_app.isetup && $member_app.isopen && $member.userid%}
Member Center View Orders
{%/if%} {%elseif $out=='pay_no'%}
Order Payment

Please select the following payment method. If you encounter any problems during the payment process, please feel free to contact us!

belongs to the order number: {%$read.ordersn%}

Orders: {%$read.orderamount|espcms_format_money(3)%} (Total Product {%$read.productmoney|espcms_format_money(3) %}{%if $read.shippingmoney>0%} + Courier fee {%$read.shippingmoney|espcms_format_money(3)%}{%/if%}{%if $read.invoicefeemoney>0%} + Invoice Fee :{%$read.invoicefeemoney|espcms_format_money(3)%}{%/if%}{%if $read.discount>0%} - Offer {%$read.discount|espcms_format_money(3)%}{%/if %})
{%if $read.paytype==2 && count($pay_plug_list)>0%}
{%forlist from=$pay_plug_list key=i%} {%/forlist%}
{%/if%} {%if $member_app.isetup && $member_app.isopen && $member.userid%}
Member Center View Orders
{%/if%} {%elseif $out=='pay_ok'%}
Payment success

The following is your order payment information, if you have any questions, please feel free to contact me!

Congratulations, the current order {%$read.ordersn%} has been paid successfully!

The total amount paid is: {%$read.orderamount|espcms_format_money(3)%}

{%if $member_app.isetup && $member_app.isopen && $member.userid%}
Member Center View Orders
{%/if%} {%/if%}
{%link file="public/footer.html"%}