Product Details
<% var categoryName = '';
if(product) {
var category = product.category ? product.category.find(function(c){ return !c.parentId }) : null;
categoryName = category ? category.name : '';
}
if (categoryName === 'Cards') { %>
<% } %>
*** Please note that the minimum purchase quantity is 20 cards ***
Turnaround Time:
Please allow us up to 14 minimum to have the item ready for you.
var cat = '<%= product.category[0].id %>';
var catname = new Map([
["30903", "2-3"],
["30911", "5-7"],
["30902", "7"],
["30904", "7"],
["30908", "7"],
["30907", "14"],
["30909", "14"]
]);
for (var x of catname) {
if(x[0] == cat) {
document.getElementById("turndelay").innerHTML = x[1];
document.getElementById("turnaround").style.display = "block";
break;
}
}
Price:
Begin Creation
Product Details
<% var categoryName = '';
if(product) {
var category = product.category ? product.category.find(function(c){ return !c.parentId }) : null;
categoryName = category ? category.name : '';
}
if (categoryName === 'Passport & Visa Photo Templates') { %>
<% } %>
<% console.log(cart) %>
<% console.log(product) %>