File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ export const ticketInfoConfig = [
6161 featuresI18nKey : [
6262 'earlyStageDiscount' ,
6363 'earlyStageTShirt' ,
64+ 'pyductsEarlyStage' ,
65+ 'pyductsRegularStage' ,
6466 'lunchBoxAndDesserts' ,
6567 'conferencePass' ,
6668 ] ,
@@ -73,10 +75,11 @@ export const ticketInfoConfig = [
7375 image : require ( '~/static/img/registration/tickets/regular.svg' ) ,
7476 featuresI18nKey : [
7577 'disabilitiesOnly' ,
78+ 'pyductsRegularStage' ,
7679 'lunchBoxAndDesserts' ,
7780 'conferencePass' ,
7881 ] ,
79- statusI18nKey : ticketSellingStatus . COMING_SOON ,
82+ statusI18nKey : ticketSellingStatus . SELLING ,
8083 link : pageLinks . kktixIndividual2023 ,
8184 } ,
8285 {
@@ -99,6 +102,8 @@ export const ticketInfoConfig = [
99102 featuresI18nKey : [
100103 'reimbursementReceipt' ,
101104 'earlyStageTShirt' ,
105+ 'pyductsEarlyStage' ,
106+ 'pyductsRegularStage' ,
102107 'lunchBoxAndDesserts' ,
103108 'conferencePass' ,
104109 ] ,
@@ -113,6 +118,8 @@ export const ticketInfoConfig = [
113118 'reimbursementReceipt' ,
114119 'groupBuyDiscount' ,
115120 'earlyStageTShirt' ,
121+ 'pyductsEarlyStage' ,
122+ 'pyductsRegularStage' ,
116123 'lunchBoxAndDesserts' ,
117124 'conferencePass' ,
118125 ] ,
Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ export default genI18nMessages({
146146 groupBuyDiscount : 'Group-Buy Discount' ,
147147 invitationOfSpeakerNight : 'Invitation of “Speakers’ Night”' ,
148148 lunchBoxAndDesserts : 'Lunch Box & Desserts' ,
149+ pyductsEarlyStage : 'Pyducts Pre-Order for Early Stage Tickets' ,
150+ pyductsRegularStage : 'Pyducts Pre-Order for Regular Stage Tickets' ,
149151 reimbursementReceipt : 'Reimbursement Receipt' ,
150152 reservedSeat : 'Reserved Seat' ,
151153 speakersDiscount : 'Speakers Discount' ,
@@ -337,6 +339,8 @@ export default genI18nMessages({
337339 groupBuyDiscount : '購買張數愈多優惠愈多' ,
338340 invitationOfSpeakerNight : '講者晚宴入場邀請' ,
339341 lunchBoxAndDesserts : '午餐餐盒與茶點' ,
342+ pyductsEarlyStage : '早鳥階段購票享 Pyducts 加購價' ,
343+ pyductsRegularStage : '一般階段購票享 Pyducts 加購價' ,
340344 reimbursementReceipt : '提供企業報帳收據' ,
341345 reservedSeat : '議程廳保留席' ,
342346 speakersDiscount : '講者專屬優惠' ,
You can’t perform that action at this time.
0 commit comments