">
// A $( document ).ready() block.
$( document ).ready(function() {
$("#weekendNote").hide();
var date = new Date();
var hours = date.getHours();
var minutes = date.getMinutes();
var d = new Date();
var n = d.getDay();
console.log("day is: " + n)
//if day is greater than 4 (thursday)
if (n > 4) {
//check if friday
if (n == 5) {
if(hours > 15) {
$("#weekendNote").show();
}
}
else{
$("#weekendNote").show();
}
}
/*
//if less than or equal to thursday
if (n <= 4){
//if monday
if (n == 1){
//if 1AM
if(hours == 01 && minutes == 0) {
$("#weekendNote").hide();
}
}
else if (n == 0){
$("#weekendNote").show();
}
else{
$("#weekendNote").hide();
}
}
*/
});
Festive Trading Notice
Our offices will be closed for the Christmas Holidays on December 24th at 2pm and reopen at 9am January 2nd 2026.
Orders placed before 5pm on Tuesday December 23rd will be delivered on Wednesday 24th December.
Orders placed after this time will be delivered on Monday 5th January 2026.
Have a Merry Christmas and a Happy New Year
Please note: Your order contains water supplies item.
We are unable to process orders containing water to certain Aberdeen postcodes, the Scottish Highlands and Northern Ireland.
Please click here to ensure we ship to your postcode to avoid your order being cancelled.