Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black
Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black

Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black

62.69

Express Shipping Available Across Europe

  • 14 days easy returns
  • Order yours before 2.30pm for same day dispatch
Guaranteed Safe Checkout

Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black
Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black
62.69

The Basil Navigator Storm is a sporty bicycle bag with 12-15L capacity for the medium and 25-31L capacity for the large. The single bicycle bag in black is suitable for mounting on the back of a women`s or men`s bike and is easy to attach to your bicycle rack with the MIK Hooks system.

 

With the Basil Navigator Storm bicycle bag, you choose a sporty and functional single bicycle bag. With this bag, you can tackle any adventure. 100% waterproof The bag is made of high-quality waterproof (IPX3) fabric. The functional design ensures that this bag can easily carry everything you need. Everything has been thought of to make it possible to take your belongings wherever you go in the most practical way. For example, there is room for a bicycle helmet thanks to the adjustable elastic cord. The bicycle bag can be easily closed with the roll-top closure. This roll-top closure can be attached in three ways. Traveling in the dark? No problem! With the reflective Basil logos on 3 sides, you`ll be visible even then. Hence, you are always prepared for the road. Attaches effortlessly to your luggage carrier with MIK Hooks system. The removable shoulder strap allows you to turn this bicycle bag into a shoulder bag in no time

 

Features:

 

Double- or singlebag: Single
Suitable for: Electric bicycle, city bicycle, city-trekking bicycle, gravelbike
Material: Tarpaulin and 600D polyester
System: MIK HOOKS-System
Usage: Luggage carrier
Closure main compartment: Rolltop closure
Side pocket(s): No
Anti-theft: Yes as long as you have the MIK Lock.
Fasteners compatible: Yes
Handle: Yes
Warranty: 2 years, by the shop from where you purchased the product
  • Product Type
    Pannier Bags
  • Discipline
    Gravel & Cyclocross
  • Discipline
    Urban & Commute
  • Colour
    Black
  • Size
    12-15 litres
  • Model
    Navigator
  • Fastening Systems
    Hooks

  • Supplier Code

    18266


    Barcode

    8715019182662


    Shimano Spare Parts


    Shimano Compatibility

    Associated Products

    BAS60011
    Universal Cargo carrier MIK STUDS matt black
    Price:
    €40.83
    SRP:
    €79.79

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    KAM1052
    MIK disc rear pannier rack – alloy black
    Price:
    €27.86
    SRP:
    €51.29

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    $(document).ready(function(){ $(‘#ctl00_ContentPlaceHolder1_ctl12_dvScrollerInnerContainer > div:first-child’).slick({respondTo: ‘slider’,slidesToShow: 5,slidesToScroll: 5, responsive: [{ breakpoint: 389, settings: {slidesToShow: 1,slidesToScroll: 1 }},{ breakpoint: 769, settings: {slidesToShow: 2,slidesToScroll: 2 }},{ breakpoint: 981, settings: {slidesToShow: 3,slidesToScroll: 3 }}] }); });$(‘#ctl00_ContentPlaceHolder1_ctl12_dvScrollerInnerContainer > div:first-child’).on(‘setPosition’, function(event, slick) { sliderResize(event, slick); });$(‘#ctl00_ContentPlaceHolder1_ctl12_dvScrollerInnerContainer > div:first-child’).on(‘breakpoint’, function(event, slick, breakpoint) { sliderBreakpoint(event, slick, breakpoint); });

    Alternative Products

    BAS18525
    Basil Rivo Medium Single Bag Tarpaulin MIK Hooks 12-15L black
    |Outer Quantity: 10 |Euro Price: €64.99
    Price:
    €37.91
    SRP:
    €74.09

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS18269
    Navigator Waterproof Medium, single pann. bag,MIK Hooks, 12-15L,black
    |Outer Quantity: 10 |Euro Price: €54.99
    Price:
    €32.08
    SRP:
    €62.69

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    $(document).ready(function(){ $(‘#ctl00_ContentPlaceHolder1_ctl13_dvScrollerInnerContainer > div:first-child’).slick({respondTo: ‘slider’,slidesToShow: 5,slidesToScroll: 5, responsive: [{ breakpoint: 361, settings: {slidesToShow: 1,slidesToScroll: 1 }},{ breakpoint: 769, settings: {slidesToShow: 2,slidesToScroll: 2 }},{ breakpoint: 981, settings: {slidesToShow: 3,slidesToScroll: 3 }}] }); });$(‘#ctl00_ContentPlaceHolder1_ctl13_dvScrollerInnerContainer > div:first-child’).on(‘setPosition’, function(event, slick) { sliderResize(event, slick); });$(‘#ctl00_ContentPlaceHolder1_ctl13_dvScrollerInnerContainer > div:first-child’).on(‘breakpoint’, function(event, slick, breakpoint) { sliderBreakpoint(event, slick, breakpoint); });

    Recently Viewed

    BAS11244
    Bremen Alu KF Front Basket matt black
    From:
    €46.55
    SRP:
    €79.79

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS17751
    Miles Bicycle Double Bag 34L black
    From:
    €66.50
    SRP:
    €113.99

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS18084
    Basil Ever-Green Bicycle Daypack 14-19L sandshell beige
    From:
    €46.55
    SRP:
    €79.79

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS18085
    Basil Ever-Green Bicycle Daypack 14-19L thyme green
    From:
    €46.55
    SRP:
    €79.79

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS18267
    Navigator Storm Large, single pannier bag,MIK Hooks, 25-31L, black
    From:
    €43.22
    SRP:
    €74.09

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    BAS18269
    Navigator Waterproof Medium, single pann. bag,MIK Hooks, 12-15L,black
    From:
    €36.57
    SRP:
    €62.69

    function replacepricesplits(qtybreaks, pricebreaks) {

    var continuewithreplacement = ‘1’;
    if ($(‘#hdnHasUOMPriceBreakDisplay’).length) {
    if ($(‘#hdnHasUOMPriceBreakDisplay’).val() == ‘1’) {
    continuewithreplacement = ‘0’
    }
    }
    if (continuewithreplacement == ‘1’) {
    var count = 0
    var arraylength = qtybreaks.split(‘,’).length;
    var liContent = ”;
    $(‘.Prices_PriceSplitsContainer’).find(‘li’).each(function () {
    if (arraylength >= (count + 1)) {
    $(this).find(‘.Prices_PriceSplitTitle’).html(qtybreaks.split(‘,’)[count]);
    $(this).find(‘.Prices_PriceSplitPrice’).html(pricebreaks.split(‘,’)[count].replace(‘~’, ‘,’));
    $(this).show();

    liContent = $(this).html().replace(qtybreaks.split(‘,’)[count], ‘#1#’);
    liContent = liContent.replace(pricebreaks.split(‘,’)[count], ‘#2#’).replace(‘~’, ‘,’);
    }
    else {
    $(this).hide();
    }
    count += 1;
    });
    if (count < arraylength) {
    var newhtml = ''
    for (i = count; i < arraylength; i++) {
    newhtml += '

  • ‘ + liContent + ‘

  • newhtml = newhtml.replace(‘#1#’, qtybreaks.split(‘,’)[i]);
    newhtml = newhtml.replace(‘#2#’, pricebreaks.split(‘,’)[i]).replace(‘~’, ‘,’);

    }
    $(‘.Prices_PriceSplitsContainer’).find(‘ul’).html($(‘.Prices_PriceSplitsContainer’).find(‘ul’).html() + newhtml);
    }
    }
    }

    function updatesingleprice(uos) {

    var vatrate = $(‘#hdnvatrate’).val();

    if (isNaN(vatrate)) { vatrate = 1 }
    if (uos.indexOf(‘|’) > -1) {
    var arry = uos.split(‘|’);

    if (arry[7] == ‘TRUE’) {
    if ($(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).length > 0) {
    var thisprice = arry[3].split(‘,’)[arry[3].split(‘,’).length – 1];
    if (thisprice != ”) {
    thisprice = thisprice.replace(‘~’, ‘,’)
    $(‘#ctl00_ContentPlaceHolder1_ctl01_dvPriceText’).html(thisprice.replace(‘~’, ‘,’));
    }
    }
    if (arry[2] != ” || arry[3] != ”) {
    replacepricesplits(arry[2], arry[3]);
    }
    try {

    if (arry[8] != ‘-1’) {
    $(‘.ProductSKU_StockLevelText’).find(‘.stock-quantity’).html(arry[9])
    }
    }
    catch (err) { }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {

    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    }
    else {
    //document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas((singleprice * uos).toFixed(2))
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = currencysymbol + numberWithCommas((Math.round(singleprice * uos * 100) / 100).toFixed(2))
    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice
    }
    else {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas((mrrpprice * uos).toFixed(2))
    }
    }
    }
    }
    else {

    var singleprice = document.getElementById(“hdnSinglePrice”).value.replace(‘~’, ‘,’);
    var mrrpprice = document.getElementById(“hdnMrrpPrice”).value.replace(‘~’, ‘,’);
    var currencysymbol = document.getElementById(“hdnCurrencySymbol”).value;

    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”)) {
    if (isNaN(singleprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerHTML = singleprice
    } else {

    var calc = (Math.round(singleprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceText”).innerText = currencysymbol + numberWithCommas(calc);

    }
    }
    if (document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”)) {
    if (isNaN(mrrpprice)) {
    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = mrrpprice

    } else {

    var calc = (Math.round(mrrpprice * uos * 100) / 100).toFixed(2)
    calc = (Math.round(calc * vatrate * 100) / 100).toFixed(2)

    document.getElementById(“ctl00_ContentPlaceHolder1_ctl01_dvPriceMRRPText”).innerText = currencysymbol + numberWithCommas(calc)

    }
    }
    }
    }
    function numberWithCommas(x) {
    return x.toString().replace(/B(?=(d{3})+(?!d))/g, “,”);
    }

    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0) {
    $(‘.weightchange’).change(function () {
    setOrderWeight(this.value)
    })
    $(‘.weightchange’).keyup(function () {
    setOrderWeight(this.value)
    })
    }
    })

    function setOrderWeight(qty) {
    $(‘.totalOrderWeightCalc’).html(Math.round(($(‘#hdnbaseweight’).val() * qty * 1000) / 10) / 100);
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }

    In Stock Estimated Delivery On 20/04/2026

    Qty

    Buy

    if ($(‘.bespokeIdentifierItemContainer’).length > 0) {
    if ($(‘#hdnaddtobaskettoreset’).val() == ”) {
    $(‘#hdnaddtobaskettoreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_ButtonContainer’).empty();
    }
    if ($(‘#hdnqtyboxreset’).val() == ”) {
    $(‘#hdnqtyboxreset’).val($(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).html());
    $(‘.ProductSKU_AddToBasket’).find(‘.AddToBasket_QtyContainer’).empty();
    }
    }
    $(document).ready(function () {
    if ($(‘#hdnbaseweight’).length > 0 && $(‘.totalOrderWeightCalcAddToBasket’).html()==”) {
    $(‘.totalOrderWeightCalcAddToBasket’).html($(‘.totalweightoutput’).html())
    }
    })

    $(document).ready(function(){ $(‘#ctl00_ContentPlaceHolder1_ctl14_dvScrollerInnerContainer > div:first-child’).slick({respondTo: ‘slider’,slidesToShow: 5,slidesToScroll: 5, responsive: [{ breakpoint: 361, settings: {slidesToShow: 1,slidesToScroll: 1 }},{ breakpoint: 769, settings: {slidesToShow: 2,slidesToScroll: 2 }},{ breakpoint: 981, settings: {slidesToShow: 3,slidesToScroll: 3 }}] }); });$(‘#ctl00_ContentPlaceHolder1_ctl14_dvScrollerInnerContainer > div:first-child’).on(‘setPosition’, function(event, slick) { sliderResize(event, slick); });$(‘#ctl00_ContentPlaceHolder1_ctl14_dvScrollerInnerContainer > div:first-child’).on(‘breakpoint’, function(event, slick, breakpoint) { sliderBreakpoint(event, slick, breakpoint); });

    //

    var __TRANSLATIONS = {“SessionExpired”:”Ooops… Your Session Has Expired”,”RefreshPageMessage”:”Click below to refresh the page and get back to browsing!”,”RefreshPageButton”:”Refresh Page”,”SuccessMessage”:”Success!”,”SuccessMessageItemAdded”:”item added”,”SuccessMessageItemsAdded”:”items added”,”FailMessage”:”Customer Please Be Aware”,”GoToBasketButton”:”Go To Basket”,”AddressChanged”:”Address changed:”,”FilteredDataFailMessage”:”Unable to load filtered data. Please uncheck filter items.”,”NoProductsFoundMessage”:”No products found.”,”ForgottenPasswordButton”:”Forgotten Password”,”RegistrationMessage”:”Your registration is now with the web team.”,”RegistrationSuccessMessage”:”Congratulations!”,”RegistrationTitlePlaceholder”:”Select Title…”,”RegistrationCountryPlaceholder”:”Select Country…”,”RegistrationContactPlaceholder”:”Select contact method…”,”RegistrationWherePlaceholder”:”– Please Select –“,”NoMoreResultsFoundMessage”:”No more results found.”,”ProductsUpdatedMessage”:”Products updated.”,”UnableToLoadTierDataMessage”:”Unable to load tier data. Please refresh the page.”,”LoadingMessage”:”loading…”,”UnableToLoadProductDetails”:”Unable to retrieve product details. Please refresh the page.”,”QuickViewErrorMessage”:”Error getting product details for quick view.”,”QuickViewViewDetailsLabel”:”View details”,”QuickViewLabel”:”Quick View”,”QuickViewPriceLabel”:”Price”,”QuickViewIncVatLabel”:”inc VAT”,”QuickViewExVatLabel”:”ex VAT”,”QuickViewQtyLabel”:”Qty”,”QuickViewAddToBasketButton”:”Add to Basket”,”QuickViewAddToFavsButton”:”Add To Favourites”,”QuickViewRemoveFromFavsButton”:”Remove From Favourites”,”QuickViewShowMore”:”Show More…”,”QuickViewShowLess”:”Show Less…”,”ProductListViewLabel”:”View”,”ProductListSortByLabel”:”Sort By”,”ProductListShowingLabel”:”Showing”,”ProductListOfLabel”:”of”,”ProductListResultsLabel”:”results”,”ProductListImagesLabel”:”Images”,”ProductListDetailsLabel”:”Details”,”ProductListListLabel”:”List”,”ProductListShowInStockLabel”:”Show in stock Products”,”ProductListShowInStockFilterHeadLabel”:”Stock Status”,”ProductListShowInStockFilterLabel”:”In Stock”,”ProductListFilterCategoriesLabel”:”Categories”,”ProductListFilterRefineSearchLabel”:”Refine Your Search”,”ProductListClearFilterButtonLabel”:”clear”,”ProductListClearAllFiltersButtonLabel”:”Clear all filters”,”CompareTitle”:”Compare items below”,”CompareButtonLabel”:”C o m p a r e”,”CompareLabel”:”Compare”,”CompareShortOnTimeTitle”:”SHORT ON TIME?”,”CompareShortOnTimeMessage”:”Print your compared items and refer to them in your own time”,”CompareRemoveButton”:”Remove”,”CompareAddToBasketButton”:”Add to Basket”,”CompareProductCodeLabel”:”Product Code”,”CompareProductDescriptionLabel”:”Product Description”,”ComparePriceLabel”:”Price”,”ComparRRPLabel”:”RRP”,”ComparePackLabel”:”Pack”,”CompareBrandLabel”:”Brand”,”CompareStockLabel”:”Stock”,”CompareMinQtyLabel”:”Minimum Quantity”,”CompareOrderMultipleLabel”:”Order Multiple”,”QuickOrderPadProductCode”:”Product Code”,”QuickOrderPadQty”:”Qty”,”QuickOrderPadOrderNowButton”:”Order Now”,”QuickOrderPadCSVUploadButton”:”CSV Upload”,”QuickOrderPadNoProductInfo”:”Missing Product Information”,”QuickOrderPadMessage”:”Please add a u003cstrongu003eProduct Codeu003c/strongu003e and u003cstrongu003eQtyu003c/strongu003e to order.”,”QuickOrderPadAdd”:”Add”,”QuickOrderPadMoreLink”:”more”,”QuickOrderPadLines”:”lines”,”BranchLocatorTitle”:”Branch Locator”,”BranchLocatorIntroduction”:”To locate your top 5 nearest branches, please enter a postcode in the available field below and click the Find button.u003cbru003eu003cbru003eThe search results will be displayed as pinpoints on the map showing the nearest branches to your location. More detailed information can be found on a branch by clicking one of the pins displayed. u003cbru003eu003cbru003eYou can also zoom to a zone of the map to see the branches of that area.”,”BranchLocatorWhichBrands”:”Which Brand Are You Interested In?”,”BranchLocatorAllBrandsDropdownValue”:”All Brands”,”BranchLocatorAddressPlaceholderValue”:”Postcode”,”BranchLocatorEnterAddressTitle”:”Please enter your address”,”BranchLocatorFindButton”:”Find”,”BranchLocatorFindButtonLoading”:”Finding…”,”BranchLocatorNoAddressInfo”:”Missing Address Information”,”BranchLocatorNoAddressInfoMessage”:”Please enter a full or partial u003cstrongu003eAddressu003c/strongu003e or u003cstrongu003ePostcodeu003cstrongu003e”,”BranchLocatorNearestStores”:”Nearest Store(s):”,”CutPasteFormChooseFile”:”Choose A File”,”CutPasteFormNoFileSelected”:”No File Selected”,”News”:”News”,”NoNewsArticleHeading”:”No Heading Provided”,”LoginTitle”:”Login”,”LoginFailedTitle”:”Username/Password incorrect”,”LoginFailedMessage”:”Login Failed”,”LoginIntroMessage”:”Please enter your username and password”,”LoginUsername”:”Username”,”LoginPassword”:”Password”,”LoginForgottenPassword”:”u003ca href=”altforgottenpassword.aspx”u003eForgotten your password?u003c/au003e”,”LoginForgottenUsername”:”u003cbr /u003eu003ca href=”forgottenusername.aspx”u003eForgotten your username?u003c/au003e”,”LoginButtonText”:”Login”,”LoginGoogleButtonText”:”Google Login”,”LoginRegisterButtonText”:”Register”,”LoginWishListButtonText”:”Continue as Guest”,”LoginButtonSeparatorText”:”Or”,”WelcomeBackTitle”:”Welcome back”,”UploadCSVEqualCodesQtysMessage”:”There was an error with the format of the uploaded file. Please try again.”,”UploadCSVQtysNumericMessage”:”All quantities must be numeric”,”UploadCSVImportingMessage”:”Importing product file…please wait…”,”UploadCSVOnlyCSVMessage”:”Only csv files allowed”,”AllProductsTitle”:”All Products”,”AllBrandsTitle”:”All Brands”,”BurgerMenuMainMenuTitle”:”Main Menu”,”BurgerMenuBrandsTitle”:”Brands”,”BurgerMenuProductsTitle”:”Products”,”SwitchSaveUpTo”:”Save up to”,”SwitchSaveOnThisItem”:”on this item”,”SwitchSaveSwitching”:”Switching”,”SwitchSaveSwitchingWith”:”with”,”PurposefulSwapAvailable”:”Purposeful switch available”,”PurposefulForThisItem”:”for this item”,”MessageCentreNewMessageTitle”:”New Message”,”MessageCentreRecipientLabel”:”Recipient”,”MessageCentreRecipientPlaceholder”:”Select Recipient…”,”MessageCentreSubjectLabel”:”Subject”,”MessageCentreMessageLabel”:”Message”,”MessageCentreSendButton”:”Send”,”MessageCentreSendMessageLabel”:”Send Message”,”MessageCentreComposeMessageButton”:”Compose Message”,”MessageCentreYouHaveMessagesTitle”:”you have the following messages:”,”MessageCentreViewMy”:”View my”,”MessageCentreViewMySent”:”Sent”,”MessageCentreViewMyReceived”:”Received”,”MessageCentreViewMyItems”:”Items”,”MessageCentreMessageDetail”:”Message Detail”,”MessageCenterSubjectLineOfMessage”:”The subject line of this message is:”,”Andmargingain”:”and increase margin by up to”,”Margingainupto”:”Increase margin by up to”,”PriceBreakPopupInfoIconAltText”:”Price Break”,”AddToOrderPadTooltip”:”Add to Order Pad”,”ProductListProductCodeHeader”:”Product Code”,”ProductListBrandHeader”:”Brand”,”ProductListDescriptionHeader”:”Description”,”ProductListTiersInDescriptionHeader”:”Tiers In Description”,”ExtendedDescription3Header”:”Extended Description 3″,”ExtendedDescription4Header”:”Extended Description 4″,”Tier4Header”:”Tier 4″,”Tier5Header”:”Tier 5″,”Tier6Header”:”Tier 6″,”Tier7Header”:”Tier 7″,”Tier8Header”:”Tier 8″,”Tier9Header”:”Tier 9″,”ProductListStockStatusHeader”:”Stock Status”,”ProductListWasPriceHeader”:”Was Price”,”ProductListMRRPHeader”:”SRP”,”ProductListSavingHeader”:”Saving”,”ProductListUOSHeader”:”UOS”,”ProductListPriceHeader”:”Price”,”BrandPromoTitle”:”Latest Offers”,”BrandPromoGetOfferButtonText”:”Get Offer”,”BrandPromoViewMoreOffers”:”View More Offers”,”BrandPromoViewAllButton”:”View All”,”BrandPromoDontMissOut”:”Donu0027t miss out,u003cbru003eoffers are limited time only”,”BrandPromoEndsOn”:”Ends on”,”BrandPromoEndingIn”:”Ending In”,”MagicZoomTextHoverZoomHint”:”Hover to zoom”,”MagicZoomTextClickZoomHint”:”Click to zoom”,”MagicZoomTextExpandHint”:”Click to expand”,”MagicZoomMobileTextHoverZoomHint”:”Touch to zoom”,”MagicZoomMobileTextClickZoomHint”:”Double tap to zoom”,”Brochure_Front_Button_Select”:”Select Front Cover”,”Brochure_Back_Button_Select”:”Select Back Cover”,”Brochure_Front_Button_Selected”:”Selected”,”Brochure_Back_Button_Selected”:”Selected”,”Product_Added_Brochure_Notification”:”Product added to brochure”,”Product_Removed_From_Brochure_Notification”:”Product removed from brochure”,”Couldnt_Find_Product_Brochure_Notification”:”Couldnu0027t find product with product code:”,”Product_Exists_In_Brochure_Notification”:”Product already exists in the brochure”,”Product_Added_Quotation_Notification”:”Product added to quotation”,”Product_Removed_From_Quotation_Notification”:”Product removed from quotation”,”Couldnt_Find_Product_Quotation_Notification”:”Couldnu0027t find product with product code:”,”Product_Exists_In_Quotation_Notification”:”Product already exists in the quotation”,”Loading_Comparisons_Notification”:”Loading comparisons…”}

    if ($(‘.header-section .Header-Container h1.main-header’).text().trim() == ”) {
    $(‘.header-section .Header-Container h1.main-header’).hide();
    }

    function updateApp(basketCount) {}

    $(document).ready(function () {
    localStorage.setItem(“promos_scroll_pos”,null)
    })

    Reviews

    There are no reviews yet.

    Be the first to review “Navigator Storm Medium, single pannier bag,MIK Hooks, 12-15L, black”

    Your email address will not be published. Required fields are marked *