Shop Products

PLEASE NOTE THAT THIS PRODUCT IS NOT AVAILABLE FOR SHIPPING

MPN#
SKU#
Trust Guard Security Scanned
Add to cart
<% console.log(product) %>
var tagBg = '<%= product.tagsList[0].code %>'; if (tagBg == 'LPO') { document.getElementById("1593144494").setAttribute('style', 'display:block !important'); document.getElementById("1917290613").setAttribute('style', 'display:block !important'); };

BUY ONLINE - PICK UP IN STORE ONLY

Financing available →

Price match for the best price!

Our warranty ensures we won't be beat on price.

var prodName = '<%= product.name %>'; var prodUrl = '<%= url %>'; console.log(prodName); console.log(prodUrl); function myTime() { document.getElementById('prodUrl').value = prodUrl; document.getElementById('prodName').value = prodName; console.log('Good!'); }
PRICE MATCH
// Get variables var prodPrice = <%= product.finalPrice %>; var prodCat = "<%= product.category[1].name %>"; var prodBrand = "<%= product.brand %>"; var prodSlug = "<%= product.slug %>"; var isCanonM = prodSlug.indexOf("eos-m") > -1; var isCanonR = prodSlug.indexOf("eos-r") > -1; // Run script for filtered categories if(prodBrand === "Canon") { if((prodCat == "Digital Cameras")) { if((isCanonM) || (isCanonR)) { warranty2ListCanon = warranty2ListCanonR; warranty3ListCanon = warranty3ListCanonR; warranty4ListCanon = warranty4ListCanonR; } } else if(prodCat == "Lenses - SLR & Compact System") { warranty2ListCanon = warranty2ListCanonLens; warranty3ListCanon = warranty3ListCanonLens; warranty4ListCanon = warranty4ListCanonLens; } // Parse all entries for (var x of warranty2ListCanon) { if(x[0] > prodPrice) { my2WarrantyCanon(x[1][0], x[1][1]); break; } } for (var x of warranty3ListCanon) { if(x[0] > prodPrice) { my3WarrantyCanon(x[1][0], x[1][1]); break; } } for (var x of warranty4ListCanon) { if(x[0] > prodPrice) { my4WarrantyCanon(x[1][0], x[1][1]); break; } } } // Update info in widget function my2WarrantyCanon(link, price) { document.getElementById("warranty2LinkCanon").href = link; document.getElementById("war2PriceCanon").innerHTML = price; document.getElementById("warranty2BoxCanon").style.display = 'block'; document.getElementById("warrantyCanon").style.display = 'block'; } function my3WarrantyCanon(link, price) { document.getElementById("warranty3LinkCanon").href = link; document.getElementById("war3PriceCanon").innerHTML = price; document.getElementById("warranty3BoxCanon").style.display = 'block'; } function my4WarrantyCanon(link, price) { document.getElementById("warranty4LinkCanon").href = link; document.getElementById("war4PriceCanon").innerHTML = price; document.getElementById("warranty4BoxCanon").style.display = 'block'; }
// Get variables var prodPrice = <%= product.price %>; var prodCat = "<%= product.category[1].name %>"; var prodBrand = "<%= product.brand %>"; var prodMpn = "<%= product.brand %>"; const kitsMpn = [1673, 1675, 1641, 1642, 1633, 1663, 1656, 1743, 1749, 1698, 1763, 1772, 1781, 1892, 1788, 1757 ,13613, 13614, 2014, 2016, 2039, 2040, 2045, 1896, 2044]; // Run script for filtered categories if(prodBrand === "Nikon") { if(prodCat == "Digital Cameras") { if(kitsMpn.includes(prodMpn) { parseNikonArrays (warNikonKIT2, warNikonKITAdh2, warNikonKIT3, warNikonKITAdh3) } else { parseNikonArrays (warNikonMD2, warNikonMDAdh2, warNikonMD3, warNikonMDAdh3) } } if(prodCat == "Lenses - SLR & Compact System") { parseNikonArrays (warNikonFZ2, warNikonFZAdh2, warNikonFZ3, warNikonFZAdh3) } } function parseNikonArrays (a1, a2, a3, a4) { // Parse all entries for (var x of a1) { if(x[0] > prodPrice) { my2WarrantyNikon(x[1][0], x[1][1]); break; } } for (var x of a2) { if(x[0] > prodPrice) { my2WarrantyAdhNikon(x[1][0], x[1][1]); break; } } for (var x of a3) { if(x[0] > prodPrice) { my3WarrantyNikon(x[1][0], x[1][1]); break; } } for (var x of a4) { if(x[0] > prodPrice) { my3WarrantyAdhNikon(x[1][0], x[1][1]); break; } } } // Update info in widget function my2WarrantyNikon(link, price) { document.getElementById("warranty2LinkBoxNikon").href = link; document.getElementById("war2PriceNikon").innerHTML = price; document.getElementById("warrantyLinkBoxNikon").style.display = 'block'; } function my2WarrantyAdhNikon(link, price) { document.getElementById("warranty2LinkBoxAdhNikon").href = link; document.getElementById("war2PriceAdhNikon").innerHTML = price; } function my3WarrantyNikon(link, price) { document.getElementById("warranty3LinkBoxNikon").href = link; document.getElementById("war3PriceNikon").innerHTML = price; } function warNikonKITAdh3(link, price) { document.getElementById("warranty3LinkBoxAdhNikon").href = link; document.getElementById("war3PriceAdhNikon").innerHTML = price; }
// Get variables var prodPrice = <%= product.finalPrice %>; var prodCat = "<%= product.category[1].name %>"; var prodBrand = "<%= product.brand %>"; // Run script for filtered categories if(prodBrand === "Sony") { if(prodCat == "Digital Cameras" || prodCat == "Lenses - SLR & Compact System") { // Parse all entries for (var x of warranty2ListSony) { if(x[0] > prodPrice) { my2WarrantySony(x[1][0], x[1][1]); break; } } for (var x of warranty3ListSony) { if(x[0] > prodPrice) { my3WarrantySony(x[1][0], x[1][1]); break; } } for (var x of warranty4ListSony) { if(x[0] > prodPrice) { my4WarrantySony(x[1][0], x[1][1]); break; } } } } // Update info in widget function my2WarrantySony(link, price) { document.getElementById("warranty2LinkSony").href = link; document.getElementById("war2PriceSony").innerHTML = price; document.getElementById("warranty2BoxSony").style.display = 'block'; document.getElementById("warrantySony").style.display = 'block'; } function my3WarrantySony(link, price) { document.getElementById("warranty3LinkSony").href = link; document.getElementById("war3PriceSony").innerHTML = price; document.getElementById("warranty3BoxSony").style.display = 'block'; document.getElementById("warrantySony").style.display = 'block'; } function my4WarrantySony(link, price) { document.getElementById("warranty4LinkSony").href = link; document.getElementById("war4PriceSony").innerHTML = price; document.getElementById("warranty4BoxSony").style.display = 'block'; document.getElementById("warrantySony").style.display = 'block'; }
Protect Your Gear - Add Extended Warranty
Mack Diamond Warranty provides enhanced protection.
Extended Warranty – 3 year
Price: $49.99
// Get variables var prodPrice = <%= product.finalPrice %>; var prodCat = "<%= product.category[1].name %>"; var prodBrand = "<%= product.brand %>"; // Run script for filtered categories if((prodCat == "Digital Cameras" || prodCat == "Lenses - SLR & Compact System") && (prodBrand !== "Canon" && prodBrand !== "Sony")) { // Parse all entries for (var x of warranty3ListMack) { if(x[0] > prodPrice) { my3WarrantyMack(x[1][0], x[1][1]); break; } } } // Update info in widget function my3WarrantyMack(link, price) { document.getElementById("warranty3LinkMack").href = link; document.getElementById("war3PriceMack").innerHTML = price; document.getElementById("warranty3BoxMack").style.display = 'block'; document.getElementById("warrantyMack").style.display = 'block'; }

Description

Specifications

Accessories

Reviews

Questions & Answers