Add to Cart

_

In Stock
var stockmsg = '<%= product.outOfStockMsg %>'; if(stockmsg.length < 2) { document.getElementById('stockmsg').style.display = "inline-block"; }
MFR:
SKU:
Add to Cart
Financing available →
var stocksstatus = "<%= product.stockStatus %>"; var xclude = "<%= product.variationId %>"; if (stocksstatus == "OUT_OF_STOCK_AND_ORDER_NOT_ALLOWED") { console.log(xclude); if ((xclude == "3678658") || (xclude == "3678661") || (xclude == "1822500") || (xclude == "3518337") || (xclude == "4462803")) { $("#waitlistBtn").css('display','none'); } else { $("#waitlistBtn").css('display','inline-block'); } }
Notify me when available
var preorder = "<%= product.preOrder %>"; var xclude = "<%= product.variationId %>"; if (preorder == "true") { if (xclude == "4462803") { $("#preorderBtn").css('display','none'); } else { $("#preorderBtn").css('display','inline-block'); $(".price-match-button-div").hide(); $(".d-product-price-pre-order-text").text('No cost to preorder!'); $(".dakis-product-out-of-stock").hide(); $(".waitlist-button-wrapper").hide(); }}
var instore = "<%= product.inStoreOnly %>"; if (instore == "true") { $(".price-match-button-div").hide(); }
Preorder
Price match for the best price!
Our Price Match Guarantee ensures we won't be beat on price.
<% var categoryName = ''; if(product) { var category = product.category ? product.category.find(function(c){ return c.parentId }) : null; categoryName = category ? category.name : ''; } if(!categoryName.match(/^(Gift Cards|Camera Warranties)$/)) { %> <% } %>
var productBrand = '<%= product.brand %>'; if(productBrand == 'Rode') { $("#rodeDealer").show(); }
US-084468EC
// Get variables var prodPrice = <%= product.price %>; var prodCat = "<%= product.category[1].name %>"; var prodBrand = "<%= product.brand %>"; var prodName = "<%= product.name %>"; // Run script for filtered categories if(prodBrand === "Canon") { if(prodCat == "Digital Cameras" && !prodName.includes("PowerShot")) { parseCanonArrays (warCanonMD3) } if(prodCat == "Lenses - SLR & Compact System") { parseCanonArrays (warCanonL3) } if(prodCat == "Flashes and Speedlights") { parseCanonArrays (warCanonF3) } if(prodCat == "Printers") { parseCanonArrays (warCanonP3) } if(prodCat == "Digital Cameras" && prodName.includes("PowerShot")) { parseCanonArrays (warCanonPS3) } } if(prodCat == "Digital Cameras" || prodCat == "Lenses - SLR & Compact System" || prodCat == "Video Cameras") { parseMackArrays (warMack3) } function parseCanonArrays (a) { // Parse all entries for (var x of a) { if(x[0] > prodPrice) { my3WarrantyCanon(x[1][0], x[1][1]); break; } } } function parseMackArrays (a) { // Parse all entries for (var x of a) { if(x[0] > prodPrice) { my3WarrantyMack(x[1][0], x[1][1]); break; } } } // Update info in widget function my3WarrantyCanon(link, price) { document.getElementById("warranty3LinkBoxCanon").href = link; document.getElementById("war3PriceCanon").innerHTML = price; document.getElementById("warrantyCanon").style.display = 'block'; document.getElementById("warrantyBox").style.display = 'block'; } function my3WarrantyMack(link, price) { document.getElementById("warranty3LinkBoxMack").href = link; document.getElementById("war3PriceMack").innerHTML = price; document.getElementById("warrantyMack").style.display = 'block'; document.getElementById("warrantyBox").style.display = 'block'; }
Extended Warranty Options

Accessories

Description

Specifications

Reviews

Close icon

Price match for the best price!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
var prodName = '<%= product.name %>'; var prodUrl = '<%= url %>'; document.getElementById("Product-URL").value = prodUrl; document.getElementById("Product-Name").value = prodName;
Preorder the
If you'd like to be added to our wait-list for this product, please fill out the form below.
No deposit required. No obligation to buy. We'll contact you once we have the item in stock.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
var preorderProduct = '<%= product.name %>'; var preorderMpn = '<%= product.mpn %>'; var preorderSku = '<%= product.sku %>'; document.getElementById("Preorder-Product-Name").value = preorderProduct; document.getElementById("Preorder-Product-MPN").value = preorderMpn; document.getElementById("Preorder-Product-SKU").value = preorderSku;
Join the wait list for the
If you'd like to be added to our wait-list for this product, please fill out the form below.
No deposit required. No obligation to buy. We'll contact you once we have the item in stock.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
var waitlistProduct = '<%= product.name %>'; var waitlistVariation = '<%= product.variationName %>'; var waitlistMpn = '<%= product.mpn %>'; var waitlistSku = '<%= product.sku %>'; document.getElementById("Waitlist-Product-Name").value = waitlistProduct + ' - ' + waitlistVariation; document.getElementById("Waitlist-Product-MPN").value = waitlistMpn; document.getElementById("Waitlist-Product-SKU").value = waitlistSku;
<% console.log(product) %> <% console.log(cart) %>