{%link file="en/public/head.html"%}
{%if $out=='list'%}
{% if count($array) > 0 %}
Products List
Cart Items
Photo
Product ID
Qty
Operation
{%forlist from=$array key=i%}
{%$array[i].title%}
{%$array[i].tsn%}
Remove
{%/forlist%}
Contact Information
Name
Enter real name
Sex
Man
Woman
E-mail
Tel
Mobile
FAX
{%if $mem_isaddress==1%}
District
Country
China
Province
City
Area
Loading
{%/if%}
Address
Zipcode
Content
{%else%}
Reminder
You have not choose goods
{%/if%}
{%/if%}
{%link file="en/public/footer.html"%}