{%link file="public/head.html"%}
{%if $out=='list'%}
{% if count($array) > 0 %}
Products List
{%forlist from=$array key=i%} {%/forlist%}
Cart Items Photo Product ID Qty Operation
{%$array[i].title%} {%$array[i].tsn%} Remove
Contact Information
Enter real name
Man  Woman
{%if $mem_isaddress==1%}
Loading
{%/if%}
{%else%}
Reminder
You have not choose goods
{%/if%}
{%/if%}
{%link file="public/footer.html"%}