CHECKOUT購物車

<%if data.cart.count%>
品項單價數量金額 <%props data.cart.items%>
品項
<%:prop.name%> <%if prop.type === 'ticket'%>
<%:~formatDate(prop.attributes.event_begin, 'YYYY[/]MM[/]DD HH[:]mm')%> <%if prop.error.success === false%> <%:prop.error.message%> <%else%> 完成結帳後請至訂單中心進行分票 <%/if%> <%else prop.type === 'product'%>
<%:prop.attributes.name_display%> <%if prop.error.success === false%> <%:prop.error.message%> <%/if%> <%/if%>
單價
<%:~currency(prop.price)%>
數量
<%if prop.error.success === true%> <%if prop.price == 0%> 1 <%else%>
<%/if%> <%/if%>
金額
<%if prop.error.success === true%> <%:~currency(prop.sub_total)%> <%/if%>
<%/props%>
  • 小計 <%:~currency(data.cart.total)%>
  • 世代 Point 折抵 <%:~currency(data.cart.discount)%>
    使用世代 Point 折抵訂單,最高可折 10% 現金
    <%if data.cart.discount === 0%> <%else%> <%/if%>
    <%:data.cart.with_discount ? '-' + ~currency(data.cart.discount) : ''%>
  • 付款方式
  • <%if data.cart.with_product%>
  • 選擇運送方式
    <%if data.cart.fulfillment.id != 0%> <%:~currency(data.cart.fulfillment.fee)%> <%/if%>
  • <%if data.cart.fulfillment.id != 0 && data.cart.fulfillment.free != 0 %>
  • 單筆訂單內大商埕商品購買達 <%:~currency(data.cart.fulfillment.free)%> 免運費
  • <%else%>
  • <%/if%> <%/if%>
  • 總金額
    <%:~currency(data.cart.total + (data.cart.with_discount ? data.cart.discount * -1 : 0) + data.cart.fulfillment.fee)%>

退票規則:

※各別退票規則依活動頁面公告為主,並依下列時間規範辦理,逾期恕不受理。

  • 免費票:票券可使用時間 1 日前辦理
  • 付費票:票券可使用時間 8 日前辦理,酌收票價 10% 退票手續費。無法透過系統自動退票,請直接洽詢主辦單位 或 聯絡我們 辦理,詢問票券問題時,請附上訂單編號與訂購人姓名,以利查核作業進行。
  • 若一次購買多張票且已完成分票,請由原購買者提出退票申請。
  • 本系統於付款完成後,自動開立發票;若有退款需求,本公司會主動寄發發票折讓單給消費者。
  • 商品退換貨須於到貨後次日起算 7 日內提出申請。
  • 退換貨之商品需完整保持未拆封狀態,若已拆封、有使用痕跡,不得做退換貨。

購票/購物須知:

  • 為確保您的權益,未完成結帳之訂單將自動取消
  • 如購買同場次 1 張以上票卷,完成結帳後請至訂單中心進行分票,以利活動當天驗票入場
  • 更多規則詳見 常見問題
<%else%>

你的購物車中沒有商品

<%/if%>