外帶點餐
{{ initial.storeName }}
{{ item.name }}
套餐
{{ item.optionGroups.map(g => g.name).join(' / ') }}
{{ item.description }}
${{ formatPrice(item.price) }}
+
此分類目前無商品
{{ totalQty }} 件
${{ formatPrice(cartTotal) }}
查看購物車
購物車空空的
{{ row.name }}
{{ row.options.map(o => o.groupName + ':' + o.itemName).join(' / ') }}
${{ formatPrice(row.unitPrice) }} × {{ row.qty }}
-
{{ row.qty }}
+
總金額
${{ formatPrice(cartTotal) }}
送出訂單
{{ g.name }}
*
setSelected(g.id, v)" size="large" style="display:flex; gap:8px; flex-wrap:wrap;">
{{ i.name }}
+{{ formatPrice(i.priceDelta) }}
取消
加入購物車