Type your nearest pizza location in the box to find out when we re-open after Christmas. It is case-sensitive so please remember your capital letters!
if (reopenDate) {
document.getElementById(‘reopenDateResult’).innerHTML =
‘The location in ‘ + location + ‘ reopens on ‘ + reopenDate;
} else {
document.getElementById(‘reopenDateResult’).innerHTML =
‘Reopen date not found for ‘ + location;
}
}
function getReopenDate(location) {
switch (location) {
case ‘Sampford Peverell’:
case ‘Wellington’:
return ‘8th January’;
case ‘Bampton’:
case ‘Silverton’:
case ‘Whimple’:
return ‘9th January’;
case ‘Crediton’:
case ‘Witheridge’:
case ‘Lympstone’:
return ’10th January’;
case ‘Tiverton’:
case ‘Cullompton’:
case ‘Bradninch’:
case ‘Colyton’:
return ’11th January’;
case ‘Hemyock’:
case ‘Cheriton Fitzpaine’:
case ‘Exmouth’:
return ’12th January’;
case ‘Hatherleigh’:
return ’17th January’;
case ‘Okehampton’:
return ’18th January’;
case ‘Tavistock’:
return ’19th January’;
case ‘Bow’:
return ‘4th February’;
case ‘Cheriton Bishop’:
return ’21st January’;
case ‘Winkleigh’:
return ’28th January (plus Christmas Eve!)’;
case ‘Bratton Fleming’:
return ’27th December (plus NYE!)’;
case ‘West Down’:
return ’28th December’;
case ‘Bishops Tawton’:
return ’29th December’;
default:
return null;
}
}
If that doesn’t work for you, just find your location in the table below:
