Skip to content

Commit 1987700

Browse files
authored
Merge pull request #418 from yungshenglu/david/409
[#409] feat: enable concession tickets and add pyducts in feature
2 parents 0cf1297 + e0aa28e commit 1987700

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

configs/pageTickets.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
],

i18n/registration/tickets.i18n.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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: '講者專屬優惠',

0 commit comments

Comments
 (0)