webWidget: {
position: {
horizontal: 'right',
vertical: 'bottom'
},
offset: {
vertical: 100
},
color: {
button: '#EC7000',
header: '#EC7000',
launcher: '#EC7000', // This will also update the badge
launcherText: '#fff',
},
contactOptions: {
enabled: true,
contactFormLabel: {'*': 'Get in touch'},
chatLabelOnline: {'*': 'Live Chat'},
chatLabelOffline: {'*': 'Chat is unavailable'}
},
helpCenter: {
suppress: false,
originalArticleButton: false,
title: {
'en-US': 'Search for help',
'*': 'Have your say'
}
},
contactForm: {
suppress: false,
title: {
'en-US': 'SMessage us',
'*': 'Contact us'
}
},
chat: {
suppress: true,
concierge: {
name,
title: {
'en-US': 'You can ask me any question',
'zh-cn': '你可以问我任何问题',
'ko': '궁금하신 사항은 언제든지 문의해주세요',
},
},
departments: {
// enabled: ['English', '한국', '中文'],
select: department,
},
prechatForm: {
departmentLabel: {
'en-US': 'Choose Language',
'zh-cn': '请选择语言',
'ko': '언어선택',
},
},
title: {
'en-US': 'Bithumb Global Support',
'zh-cn': 'Bithumb Global 支持',
'ko': 'Bithumb Global Support',
}
}
}set the contactOptions, but it does't work. always enter the chat when i clicked launcher
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.