Several major UK ecommerce businesses and delivery firms have announced that they will be ceasing deliveries on Monday 19 September as a mark of respect for Queen Elizabeth II’s funeral, which has now been declared a bank holiday.
READ THE FULL STORY HERE
Click here to sign up to Retail Gazette‘s free daily email newsletter
Editorial: 0208 222 0503
Commercial: 07854 369 791
UK: Four Cavendish Square,
Marylebone, London, W1G 0PG
(function($){
$(document).ready(function(){
function bsaProResize() {
var sid = “8”;
var object = $(“.bsaProContainer-” + sid);
var imageThumb = $(“.bsaProContainer-” + sid + ” .bsaProItemInner__img”);
var animateThumb = $(“.bsaProContainer-” + sid + ” .bsaProAnimateThumb”);
var innerThumb = $(“.bsaProContainer-” + sid + ” .bsaProItemInner__thumb”);
var parentWidth = “600”;
var parentHeight = “500”;
var objectWidth = object.parent().outerWidth();
// var objectWidth = object.width();
if ( objectWidth 0 && objectWidth !== 100 && scale > 0 ) {
animateThumb.height(parentHeight * scale);
innerThumb.height(parentHeight * scale);
imageThumb.height(parentHeight * scale);
// object.height(parentHeight * scale);
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
// object.height(parentHeight);
}
} else {
animateThumb.height(parentHeight);
innerThumb.height(parentHeight);
imageThumb.height(parentHeight);
// object.height(parentHeight);
}
}
bsaProResize();
$(window).resize(function(){
bsaProResize();
});
});
})(jQuery);
(function ($) {
var bsaProContainer = $(‘.bsaProContainer-8’);
var number_show_ads = “0”;
var number_hide_ads = “0”;
if ( number_show_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeIn(); }, number_show_ads * 1000);
}
if ( number_hide_ads > 0 ) {
setTimeout(function () { bsaProContainer.fadeOut(); }, number_hide_ads * 1000);
}
})(jQuery);