Buy ๐ Blue Spot Tools BlueSpot 1/2″ Telescopic Flexible Socket Ratchet 350mm To 490mm 02033 ๐งจ
£17.97 Original price was: £17.97.£12.22Current price is: £12.22.
- Experience Quality, Shop with Us
- Service that stands out, online and always timely.
- 7 days return and exchange
- Free Shipping, No Compromise on Quality

if($(‘.btn-extra-46’).length > 0){
$(‘.btn-extra-46’).attr(‘disabled’, true);
$(‘.btn-extra-46’).each(function () {
if($(this).text()==”Buy Now”){
$(this).hide();
}
});
}
var origAddToCart;
var nwaAddToCartSingle;
var nwaOriginalButtons = {};
var checkQuantity = function () {
var unserialized = $(‘#product input[type=’text’], #product input[type=’hidden’], #product input[type=’radio’]:checked, #product input[type=’checkbox’]:checked, #product select, #product textarea’);
var query = unserialized.serialize();
$.ajax({
url: ‘index.php?route=extension/module/notifywhenavailable/checkQuantityNWA’,
type: ‘post’,
data: query,
dataType: ‘json’,
success: function(json) {
var selector = ‘#button-cart’;
setTimeout(function() {
var replaced = false;
for (i in json) {
if(!json[i].PO && json[i].product_id) {
replaced = true;
propName = ‘_’ + json[i].product_id;
if (!nwaOriginalButtons.hasOwnProperty(propName)) {
nwaOriginalButtons[propName] = $(selector).clone(true, true);
}
if ($(‘#button-nwa-duplicate’).length < 1) {
var button = $('#button-cart').clone();
button.attr('id', 'button-nwa-duplicate');
button.html('Notify Me!‘);
button.attr(‘value’,’Notify Me!’);
button.attr(‘disabled’, false); // some extensions set the disabled attribute
button.addClass(‘NWA-btn-action’);
}
if (json.replace_add_to_cart == “0”) {
$(‘#button-cart’).after( button);;
} else {
$(‘#button-cart’).replaceWith( button);
}
$(button).on(‘click’, function(){
nwaAddToCartSingle(‘#button-nwa-duplicate’);
});
if($(button).hasClass(‘disabled’)) {
$(button).removeClass(‘disabled’)
}
}
}
unserialized.each(function(i, e) {
if ($(e).attr(‘name’) == ‘product_id’) {
prod_id = $(e).val();
if (!replaced && nwaOriginalButtons.hasOwnProperty(‘_’+prod_id)) {
$(‘#button-nwa-duplicate’).replaceWith(nwaOriginalButtons[‘_’+prod_id].clone(true, true).prop(‘disabled’, false));
}
}
});
}, 100);
}
});
}
$(document).ready(function() {
// if($(‘#button-cart’).length > 0) {
$.each($._data($(‘#button-cart’)[0],’events’), function(i, event) {
if (i == ‘click’) {
$.each(event, function(j, h) {
if(h.handler.toString().indexOf(‘index.php?route=checkout/cart/add’) > -1) {
origAddToCart = h.handler;
}
});
}
});
// }
var product_id = ‘36088’;
if(product_id == 0) {
product_id = $(‘input[name=product_id]’).val();
}
if(product_id) {
checkQuantity();
}
$(‘input[name*=option], select[name*=option]’).on(‘change’, function() {
checkQuantity();
});
nwaAddToCartSingle = function(selector) {
$(‘.alert, .text-danger’).remove();
$(‘.form-group’).removeClass(‘has-error’);
$(‘body’).append($(‘#NotifyWhenAvailable_popup’));
offset = $(selector).offset();
$(‘div#NotifyWhenAvailable_popup’).fadeIn(‘slow’);
$(“.NWA_popover-content”).load(“index.php?route=extension/module/notifywhenavailable/shownotifywhenavailableform&product_id=”+product_id, function() {
var window_width = $(window).width();
var window_height = $(window).height();
if(window_width >= 600 && window_width <= 1024) {
if($('.modal-backdrop').length < 1) {
$('
‘).appendTo(document.body);
} else {
$(‘.modal-backdrop’).css(‘display’,’block’);
}
$(‘body’).css(‘overflow-y’, ‘hidden’);
$(‘.NWA_popover.bottom .arrow’).css(‘display’,’none’);
$(‘div#NotifyWhenAvailable_popup’).css({
top: ‘50%’,
left: ‘50%’,
position: ‘fixed’,
‘margin-top’: -$(‘div.nwa-inner-wrapper’).height()/2,
‘margin-left’: -$(‘div#NotifyWhenAvailable_popup’).width()/2,
});
}
else if (window_width < 600) {
if($('.modal-backdrop').length < 1) {
$('
‘).appendTo(document.body);
} else {
$(‘.modal-backdrop’).css(‘display’,’block’);
}
$(‘body’).css(‘overflow-y’, ‘hidden’);
$(‘.NWA_popover.bottom .arrow’).css(‘display’,’none’);
$(‘div#NotifyWhenAvailable_popup’).css({
top: ‘calc(50% – 50%)’,
left: ‘calc(50% – 140px)’,
position: ‘fixed’,
// ‘margin-top’: -$(‘.nwa-inner-wrapper’).height()/2,
// ‘margin-left’: -$(‘.nwa-inner-wrapper’).width()/2,
});
} else {
$(‘div#NotifyWhenAvailable_popup’).css({
top: offset.top,
left: ((offset.left-$(‘div#NotifyWhenAvailable_popup’).width()/2) + $(selector).width()/2)
});
}
});
};
$(document).click(function(event) {
if (!$(event.target).is(“#NotifyWhenAvailable_popup, button[lkmwa=true], input[lkmwa=true], .NWA_popover-title, .arrow, .NWA_popover-content, #NWAYourName, #NWAYourEmail, #NWAYourComment, #NWACaptchaImage, #NWACaptcha, #NotifyWhenAvailableSubmit, #NotifyWhenAvailable_popup p, #NotifyWhenAvailable_popup span, .NWA_popover, #NotifyWhenAvailableForm, .NWAError, input.NWA_popover_field_error, #button-cart, #button-nwa-duplicate, #button-nwa-duplicate span, #NWAPrivacyPolicy, #NWAPrivacyPolicy *”)) {
$(‘div#NotifyWhenAvailable_popup’).fadeOut(300);
$(‘.modal-backdrop’).fadeOut(300);
$(‘body’).css(‘overflow-y’, ‘inherit’);
}
});
});
$(window).on(‘load’, function () {
var checkQuantityNWA_product_id = ‘36088’;
if(checkQuantityNWA_product_id == 0) {
checkQuantityNWA_product_id = $(‘input[name=product_id]’).val();
}
if(checkQuantityNWA_product_id) {
checkQuantity();
}
});