Basil Navigator Storm, single pannier bag,MIK Hooks
Information
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 |
|
$(document).ready(function(){
$(".fancybox").fancybox({
prevEffect: 'none',
nextEffect: 'none',
animationEffect: 'zoom',
closeBtn: true,
helpers: { title: { type: 'inside' }, buttons: { type: 'zoom' } }
});
$(".gotoinfo").click(function() {
$('html, body').animate({ scrollTop: $("#moreinfo").offset().top - 170 }, 500);
});
$(".productreviews").click(function() {
$('html, body').animate({ scrollTop: $("#productreviews").offset().top - 170 }, 500);
});
$(".productreviews-mobile").click(function() {
$('html, body').animate({ scrollTop: $("#productreviews-mobile").offset().top - 90 }, 500);
});
$(function () { $('[data-toggle="tooltip"]').tooltip() });
// Cycle to Work category detection
var settings = {
"async": true,
"crossDomain": true,
"url": "https://www.360cycles.ie/basil-navigator-storm-single-pannier-bagmik-hooks.html?format=json",
"method": "GET"
};
$.ajax(settings).done(function (response) {
let categories = response.product.categories;
if(categories && Object.keys(categories) && Object.keys(categories).length){
Object.keys(categories).map((category)=> {
if(categories[category].path && (
categories[category].path.includes("10837890") || // Road Bikes
categories[category].path.includes("10837960") || // City (Parent)
categories[category].path.includes("10837968") || // Women's
categories[category].path.includes("10837962") || // Gents
categories[category].path.includes("10838211") || // Cargo Bikes
categories[category].path.includes("10838095") || // Electric Bikes
categories[category].path.includes("12649324") || // Touring Bikes
categories[category].path.includes("10838047") || // roadbikes/touring bikes
categories[category].path.includes("10838029") || // Folding Bikes
categories[category].path.includes("12734159") || // Mountain Bikes
categories[category].path.includes("10837964") || // Gravel/CX
categories[category].path.includes("10837907") || // BMX
categories[category].path.includes("10838046") // Fixie/Single Speed
)){
$(".product-info").addClass("custom-form-btn");
}
});
}
});
});
function goBack() {
window.history.back();
}
function updateQuantity(way){
var quantity = parseInt($('.cart input').val());
if (way == 'up'){
if (quantity < 10000){
quantity++;
} else {
quantity = 10000;
}
} else {
if (quantity > 1){
quantity--;
} else {
quantity = 1;
}
}
$('.cart input').val(quantity);
}
function loadProductAndSendEvent(el) {
const url = el.getAttribute("data-product-url");
const productImage = el.getAttribute("data-image-url");
fetch(url)
.then((res) => res.json())
.then((data) => {
sendToOmnisend(data, productImage);
})
.catch((err) => console.error("Error loading JSON:", err));
}
function sendToOmnisend(data, productImage) {
try {
const product = data.product || {};
const shop = data.shop || {};
const productCategories = [];
Object.values(product.categories || {}).forEach((category) => {
productCategories.push({ id: category.id, title: category.title });
});
const quantityInput = document.querySelector("input[name='quantity']");
const productQuantity = quantityInput ? parseInt(quantityInput.value || "1", 10) : 1;
const productPrice = (product.price && product.price.price) ? product.price.price : 0;
const productOldPrice = (product.price && product.price.price_old) ? product.price.price_old : null;
const payload = {
abandonedCheckoutURL: "https://www.360cycles.ie/checkout",
productCategories: productCategories,
productDescription: product.description || "",
productID: product.id,
productImageURL: productImage,
productPrice: productPrice,
productSKU: product.sku || "",
productStrikeThroughPrice: productOldPrice,
productTitle: product.fulltitle || product.title || "",
productURL: `https://www.360cycles.ie/${product.url || ""}`,
productVariantID: product.vid,
productVariantImageURL: productImage,
currency: shop.currency || "EUR",
productQuantity: productQuantity,
productDiscount: (productOldPrice && productOldPrice > productPrice) ? (productOldPrice - productPrice) : 0
};
// Safe call (won't crash if Omnisend isn't loaded)
if (window && window.omnisend && typeof window.omnisend === "function") {
// Example event name (adjust if your Omnisend setup expects a specific event)
window.omnisend("track", "add_to_cart", payload);
} else {
console.log("Omnisend not detected. Payload:", payload);
}
} catch (e) {
console.error("sendToOmnisend failed:", e);
}
}
© Copyright 2026 360 Cycles
- Theme by
Frontlabel
- Powered by
Lightspeed
|