登入
註冊
忘記密碼
您的 {{ bindFrom }} 沒有綁定會員,完成註冊後即可快速登入
{{ errors['name'][0] }}
{{ errors['pid'][0] }}
{{ errors['username'][0] }}
{{ errors['password'][0] }}
{{ errors['phone'][0] }}
{{ errors['email'][0] }}
{{ errors['pid'][0] }}
{{ errors['email'][0] }}
{{ errors['name'][0] }}
{{ errors['pid'][0] }}
{{ errors['username'][0] }}
{{ errors['password'][0] }}
{{ errors['phone'][0] }}
{{ memberData.email_verified_at == null ? '未驗證' : '已驗證' }}
訂單編號:
{{ item.order_no }}
訂單日期:
{{ item.order_date.replace(/-/g, '\/') }}
總金額:
{{ thousands_format(item.total) }}
已付金額:
{{ thousands_format(item.payed) }}
(訂單確認後可能會加上運費)
收件人:
{{ item.name }}
聯絡電話:
{{ item.phone }}
自取地點:新北市新店區安忠路99號 行政大樓2樓 推廣教育中心
宅配地址:{{ item.city + item.area + item.address }}
品名:{{ item2.product.name + item2.transport_id }}
規格:{{ item2.product_specification.text }}
單價:{{
thousands_format(item2.product_specification.price) }}
數量:{{ item2.quantity }}
合計:
{{ thousands_format(item2.product_specification.price *
item2.quantity)
}}
配送:
{{ item2.transport_id == 1 ? '自取' : '宅配' }}