Glückwunsch zu Ihrem Promo-Code!
Bitte installieren Sie, vor Eingabe des Codes, Tour über den App Store
Dies funktioniert nur im Safari unter iOS mit installierter Tour app.
Bitte öffnen Sie diese Seite in Safari
Andere Browser unter iOS funktionieren leider nicht.
Vor dem Einlösen bitte Tour installieren.
Um den Code einzulösen, bitte folgende Schritte beachten:
- Auf ihrem iOS Gerät Tour installieren
- Diese Seite in Safari auf ihrem iOS Gerät öffnen
function codeTrim(code) {
return code.replace(/[^0-9.]/g, „“);
}
if(navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {
if(navigator.userAgent.match(/crios|CriOS|mercury/)) {
// iOS Chrome, Mercury
$(‚#other‘).show();
$(‚#iPhone, #all‘).hide();
} else {
// iOS Safari
$(‚#iPhone, #codeExtension‘).show();
$(‚#other, #all, #codeBasic‘).hide();
$(‚#codeExtension input‘).change(function() {
$(‚#redeem‘).val(codeTrim($(‚#code1‘).val())+“-„+codeTrim($(‚#code2‘).val())+“-„+codeTrim($(‚#code3‘).val()));
});
$(‚#code1‘).keyup(function() {
if($(this).val().length > 2) {
$(‚#code2‘).focus();
}
});
$(‚#code2‘).keyup(function() {
if($(this).val().length > 2) {
$(‚#code3‘).focus();
}
});
//$(‚form‘).submit(function(){$(‚#codeExtension‘).remove();});
}
}
.banner-image {
height: 140px;
}
.title-desc-wrapper {
display: none;
}
#codeExtension input {
width: 50px;
}
input {
font-size: 2em;
}
.content-inner [class*=sqs-col] .sqs-block {
padding-top: 0;
padding-bottom: 0;
}