In Stock
var stockmsg = '<%= product.outOfStockMsg %>'; if(stockmsg.length < 2) { document.getElementById('stockmsg').style.display = "inline-block"; }

_

MPN#
SKU#
// Get variables var prodCat = "<%= product.category[1].name %>"; // Run script for filtered categories if(prodCat == "Digital Cameras" || prodCat == "Lenses - SLR & Compact System" || prodCat == "Video Cameras") { document.getElementById("financing").style.display = "block"; }
Add to Cart
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")) { $("#waitlistBtn").css('display','none'); } else { $("#waitlistBtn").css('display','inline-block'); } }
Notify me when available
var preorder = "<%= product.preOrder %>"; if (preorder == "true") { $("#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
X icon

PRICE MATCH NOW 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;
Price match for the best price!
Our Price Match Guarantee ensures we won't be beat on price.
price match
Trust Guard Security Scanned
setTimeout(function() { if ( !$( ".d-product-desc" ).length ) { $("#productDetails").click(); } }, 300);

Description

Specifications

Accessories

Reviews

Questions & Answers

var brandName = '<%= product.brand %>'; var brand = 'ProMaster'; if(brandName == brand) { $("#problog").show(); }
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;
X