1 付款方式
2 資料填寫
| 請選付款方式 |
| 超商取貨付款 |
| 貨到付款 |
| 信用卡 |
| 請選運送方式 |
| 7-11超商取貨付款/當天下午三點前下單,隔兩天到貨 |
| 全家超商取貨付款/當天下午三點前下單,隔兩天到貨 |
[insert_php]
if (wp_is_mobile())
{
$device = 1;
}
else
{
$device = 0;
}
[/insert_php]
| 請選付款方式 |
| 超商取貨付款 |
| 貨到付款 |
| 信用卡 |
| 請選運送方式 |
| 7-11超商取貨付款/當天下午三點前下單,隔兩天到貨 |
| 全家超商取貨付款/當天下午三點前下單,隔兩天到貨 |
[insert_php]
if (wp_is_mobile())
{
$device = 1;
}
else
{
$device = 0;
}
[/insert_php]