Product Specifications
Straight Cable Combination Lock SECURED DESIGNTwisted steel for strength and flexibility; integrated cylinder number locking mechanism
DURABLE DESIGNProtective vinyl coating helps prevent scratching; colourful cables for easy identification (random color: yellow, red, black or blue)
Master Lock Cables deliver re-assuring security to protect your ride
.product-details-page .product-specs-box {
display: block;
}
-
Warranty Period:
Not Applicable
-
Item Condition:
New
-
Model:
8631
-
Country of Origin:
United States
-
Package Quantity:
1
Most recent customer reviews
5 Starts
80%
4 Starts
20%
3 Starts
10%
2 Starts
30%
1 Start
0%
Rate this product
Submit Rating | Write a Review
Most recent customer reviews
Overall quality is good & delivered on time
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin fringilla convallis arcu, vel commodo odio. Proin tempus interdum posuere.
Read more
Published 2 weeks agio by Areeb A. Overall quality is good & delivered on time
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin fringilla convallis arcu, vel commodo odio. Proin tempus interdum posuere. Nam lorem turpis, tempus in massa in, tempus iaculis erat.
Published 2 weeks agio by Areeb A.
Overall quality is good & delivered on time
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin fringilla convallis arcu, vel commodo odio. Proin tempus interdum posuere. Nam lorem turpis, tempus in massa in, tempus iaculis erat.
Published 2 weeks agio by Areeb A.
Overall quality is good & delivered on time
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin fringilla convallis arcu, vel commodo odio.
Published 2 weeks agio by Areeb A.
Load more reviews
Rate this product
Submit Rating | Write a Review
var ScarabQueue = ScarabQueue || [];
(function (id) {
if (document.getElementById(id)) return;
var js = document.createElement('script'); js.id = id;
js.src = 'https://cdn.scarabresearch.com/js/123E146D80189134/scarab-v2.js';
var fs = document.getElementsByTagName('script')[0];
fs.parentNode.insertBefore(js, fs);
})('scarab-js-api');
You may also like
{{ for (var i=0; i < SC.page.products.length; i++) { }}
{{ var p = SC.page.products[i]; }}
{{ var price = 'AED' + ' ' + p.price.toFixed(2); }}
{{= p.title }}
{{= price}}
{{ } }}
{{ } }}
]]>
Customers who bought this item also bought
{{ for (var i=0; i < SC.page.products.length; i++) { }}
{{ var p = SC.page.products[i]; }}
{{ var price = 'AED' + ' ' + p.price.toFixed(2); }}
{{= p.title }}
{{= price }}
{{ } }}
{{ } }}
]]>
ScarabQueue.push(['view', 109145]);
ScarabQueue.push(['recommend', {
logic: 'RELATED',
containerId: 'product-grid-related',
templateId: 'related-template',
limit: ' ',
}]);
ScarabQueue.push(['recommend', {
logic: 'ALSO_BOUGHT',
containerId: 'product-grid-alsobought',
templateId: 'ALSO_BOUGHT-template',
limit: ' ',
}]);
// Firing the ScarabQueue. Should be the last call on the page, called only once.
ScarabQueue.push(['go']);
function addorRemoveFromWishlist(productId) {
$.ajax({
cache: false,
url: '/Admin/ShoppingCart/AddProductToCart_Catalog',
data: {
productId: productId,
shoppingCartTypeId:2,
quantity:1,
},
type: 'POST',
success: function (response) {
if (response.success && (response.success == true || response.success == 'true')) {
var wishlistQty = $('span.wishlist-qty');
if (response.wishListAction == 'Added') {
$("#remove-from-wishlist-button-" + productId + " span").text('');
if (wishlistQty != null && wishlistQty != undefined && wishlistQty.length > 0) {
wishlistQty.text(parseInt(wishlistQty[0].innerHTML) + 1);
}
//$(".pdp-add-to-wishlist").html(response.html);
$("#remove-from-wishlist-button-" + productId).addClass("active");
$("#remove-from-wishlist-button-" + productId + " span").append("WISHLISTED");
displayBarNotification(response.message, 'success', 3500);
} else if (response.wishListAction == 'Removed') {
$("#remove-from-wishlist-button-" + productId + " span").text(''); ;
if (wishlistQty != null && wishlistQty != undefined && wishlistQty.length > 0) {
wishlistQty.text(parseInt(wishlistQty[0].innerHTML) - 1);
}
//$(".pdp-add-to-wishlist").html(response.html);
$("#remove-from-wishlist-button-" + productId).removeClass("active");
$("#remove-from-wishlist-button-" + productId + " span").append("WISHLIST");
displayBarNotification(response.message, 'success', 3500);
}
} else if (response.redirect) {
location.href = response.redirect;
}
else {
console.log('Failed to add the product. Please refresh the page and try one more time.');
}
}
});
}