All Blaze Wear Gloves and Liners are powered by extended life 7.4v rechargeable lithium-ion batteries. These intelligent batteries fit snug within the gloves and liners ensuring flexible movement, warmth and comfort. Each pack includes two battery sets (one for each hand), a splitter cable for dual charging and one battery charger with UK and EU adapters.FeaturesCompact designLightweight for maximum comfortBuilt in adjustable heat settings delivering temperatures of up to 55°C
Whats IncludedTwo pairs of rechargeable 7.4v rechargeable lithium-ion batteriesBattery charger with UK and EU adaptersSplitter cable for dual chargingInstruction manual1-year warranty
Qty
Add to Cart" class="btn btn-cart" >Add to Cart
Buy Now">Buy Now
Ask Question">Ask Question
Add to Wish List
Compare this Product
Description
Specifications
Reviews
Custom Tabs
VideosAll Blaze Wear Gloves and Liners are powered by extended life 7.4v rechargeable lithium-ion batteries. These intelligent batteries fit snug within the gloves and liners ensuring flexible movement, warmth and comfort. Each pack includes two battery sets (one for each hand), a splitter cable for dual charging and one battery charger with UK and EU adapters.FeaturesCompact designLightweight for maximum comfortBuilt in adjustable heat settings delivering temperatures of up to 55°C
Whats IncludedTwo pairs of rechargeable 7.4v rechargeable lithium-ion batteriesBattery charger with UK and EU adaptersSplitter cable for dual chargingInstruction manual1-year warrantyEmbedEmbed CodeGeneralColorFeaturedNofeaturesgenderRangeExplorer RangeRANGE TABSizeOne SizeStyleTechnical DetailsGoogle ProductsBarcode5060537031088Google Product DescriptionGoogle Product Titlegoogle_product_category203Write a review
Please login or register to reviewUnlimited Blocks, Tabs or Accordions with any HTML content can be assigned to any individual product or to certain groups of products, like entire categories, brands, products with specific options, attributes, price range, etc. You can indicate any criteria via the advanced product assignment mechanism and only those products matching your criteria will display the modules.Also, any module can be selectively activated per device (desktop/tablet/phone), customer login status and other criteria. Imagine the possibilities.
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
}); $('#button-cart, [data-quick-buy]').on('click', function () {
var $btn = $(this);
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $(
'#product .button-group-page input[type=\'text\'], #product .button-group-page input[type=\'hidden\'], #product .button-group-page input[type=\'radio\']:checked, #product .button-group-page input[type=\'checkbox\']:checked, #product .button-group-page select, #product .button-group-page textarea, ' +
'#product .product-options input[type=\'text\'], #product .product-options input[type=\'hidden\'], #product .product-options input[type=\'radio\']:checked, #product .product-options input[type=\'checkbox\']:checked, #product .product-options select, #product .product-options textarea, ' +
'#product select[name="recurring_id"]'
),
dataType: 'json',
beforeSend: function () {
$('#button-cart').button('loading');
},
complete: function () {
$('#button-cart').button('reset');
},
success: function (json) {
$('.alert-dismissible, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('' + json['error']['option'][i] + '');
} else {
element.after('' + json['error']['option'][i] + '');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('' + json['error']['recurring'] + '');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
try {
$('html, body').animate({ scrollTop: $('.form-group.has-error').offset().top - $('header').height() - 20 }, 'slow');
} catch (e) {
}
}
if (json['success']) {
if ($('html').hasClass('popup-options')) {
parent.$(".popup-options .popup-close").trigger('click');
}
if (json['notification']) {
parent.show_notification(json['notification']);
} else {
parent.$('#content').parent().before(' ' + json['success'] + ' ×');
}
parent.$('#cart-total').html(json['total']);
parent.$('#cart-items,.cart-badge').html(json['items_count']);
if (json['items_count']) {
parent.$('#cart-items,.cart-badge').removeClass('count-zero');
} else {
parent.$('#cart-items,.cart-badge').addClass('count-zero');
}
if (Journal['scrollToTop']) {
parent.$('html, body').animate({ scrollTop: 0 }, 'slow');
}
parent.$('.cart-content ul').load('index.php?route=common/cart/info ul li');
if (window.location.href.indexOf('quick_buy=true') !== -1) {
parent.location.href = Journal['checkoutUrl'];
}
if ($btn.data('quick-buy') !== undefined) {
location = Journal['checkoutUrl'];
}
if (parent.window['_QuickCheckout']) {
parent.window['_QuickCheckout'].save();
}
if (json['redirect']) {
parent.location.href = json['redirect'];
}
}
},
error: function (xhr, ajaxOptions, thrownError) {
alert(thrownError + '\r\n' + xhr.statusText + '\r\n' + xhr.responseText);
}
});
}); $('.date').datetimepicker({
language: 'en-gb',
pickTime: false
});
$('.datetime').datetimepicker({
language: 'en-gb',
pickDate: true,
pickTime: true
});
$('.time').datetimepicker({
language: 'en-gb',
pickDate: false
});
$('button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#form-upload').remove();
$('body').prepend('');
$('#form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('' + json['error'] + '');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').val(json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
}); $(function () {
$('#review').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#review').fadeOut('slow');
$('#review').load(this.href);
$('#review').fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=32');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=32',
type: 'post',
dataType: 'json',
data: $("#form-review").serialize(),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
},
success: function(json) {
$('.alert-dismissible').remove();
if (json['error']) {
$('#review').after(' ' + json['error'] + '');
}
if (json['success']) {
$('#review').after(' ' + json['success'] + '');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').prop('checked', false);
}
}
});
});
});
$(document).ready(function() {
$('.thumbnails').magnificPopup({
type:'image',
delegate: 'a',
gallery: {
enabled: true
}
});
});
$(document).ready(function () {
$('.review-links a').on('click', function () {
var $review = $('#review');
if ($review.length) {
$('a[href="#' + $review.closest('.module-item').attr('id') + '"]').trigger('click');
$('a[href="#' + $review.closest('.tab-pane').attr('id') + '"]').trigger('click');
$('a[href="#' + $review.closest('.panel-collapse').attr('id') + '"]').trigger('click');
$review.closest('.expand-block').find('.block-expand.btn').trigger('click');
$([document.documentElement, document.body]).animate({
scrollTop: $review.offset().top - $('header').height() - 20
}, 200);
}
});
}); {"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/www.blazewear.com\/","name":"Blazewear","description":"Blaze Wear is the leading retailer of heated clothing, accessories and heat therapy products. Using our unique TriZone heat technology, our heated products ensure users can continue to enjoy the activities they love, even when the temperature drops.","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.blazewear.com\/index.php?route=product\/search&search={search}","query-input":"required name=search"}} {"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.blazewear.com\/","logo":"https:\/\/www.blazewear.com\/image\/cache\/catalog\/blazewear-feel-the-heat-190x84.png.webp"} {"@context":"http:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.blazewear.com\/index.php?route=common\/home","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/www.blazewear.com\/74v-gloves-and-liners-rechargeable-battery-pack-2pce-","name":"7.4v Active Gloves Rechargeable Battery Pack- 2PCE "}}]} {"@context":"http:\/\/schema.org\/","@type":"Product","name":"7.4v Active Gloves Rechargeable Battery Pack- 2PCE ","image":"https:\/\/www.blazewear.com\/image\/cache\/catalog\/product\/glove_battery_pack_3-463x485.png.webp","description":"All Blaze Wear Gloves and Liners are powered by extended life 7.4v rechargeable lithium-ion batteries. These intelligent batteries fit snug within the gloves and liners ensuring flexible movement, warmth and comfort. Each pack includes two battery sets (one for each hand), a splitter cable for dual","sku":"","mpn":"","model":"BP-BWGLP-1-1-0-0-0","offers":{"@type":"Offer","priceCurrency":"GBP","price":"39.99","itemCondition":"http:\/\/schema.org\/NewCondition","availability":"http:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"Blazewear"},"priceValidUntil":"2025-10-30","url":"https:\/\/www.blazewear.com\/74v-gloves-and-liners-rechargeable-battery-pack-2pce-"}} Related Products
Quickview
7.4v Active Gloves Rechargeable Battery Pack- 2PCE