MPN#
SKU#
var category = '<%= product.category[1].name %>';
var variationSelect = document.querySelectorAll(".d-product-variation-title-active")[0];
var variationNotSelect = document.querySelectorAll(".d-product-variation-title");
if(category == 'Classes') {
variationSelect.style.cssText = "font-size:14px !important";
for (let i = 0; i < variationNotSelect.length; i++) {
variationNotSelect[i].style.cssText = "font-size:14px !important";
}
}
Foto Care Protection Plan
Purchase a Foto Care Protection Plan for cameras or lenses.

Add an Extended Warranty – 2 years
Price: $49.99
Add an Extended Warranty – 3 years
Price: $49.99
// Get variables
var prodPrice = <%= product.finalPrice %>;
var prodCat = "<%= product.category[1].id %>";
var digitalCamera = "a58a8268-4946-4121-8912-f53ba8efa0ea";
var slrLenses = "1c2d2aa8-6eda-4c6e-9b23-a49316b6450e";
// Run script for filtered categories
if(prodCat == digitalCamera || prodCat == slrLenses) {
// Parse all entries
for (var x of warranty2List) {
if(x[0] > prodPrice) {
my2Warranty(x[1][0], x[1][1]);
break;
}
}
for (var x of warranty3List) {
if(x[0] > prodPrice) {
my3Warranty(x[1][0], x[1][1]);
break;
}
}
}
// Update info in widget
function my2Warranty(link, price) {
document.getElementById("warranty2Link").href = link;
document.getElementById("war2Price").innerHTML = price;
document.getElementById("warranty2Box").style.display = 'block';
document.getElementById("warranty").style.display = 'block';
}
function my3Warranty(link, price) {
document.getElementById("warranty3Link").href = link;
document.getElementById("war3Price").innerHTML = price;
document.getElementById("warranty3Box").style.display = 'block';
document.getElementById("warranty").style.display = 'block';
}
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