Product details

<% if (product.category[0].id === '204339' || product.category[1].id === '99999') { %>
Holiday Card Sale
Get 15% off our collection of greeting cards!
Use promo code CARDS15 at checkout
From Dec. 1 - Dec. 31, 2024
<% } %>
<% if (product.category[0].id === '99999' || product.category[1].id === '204409') { %>
Coffee Mugs Promotion
Buy 2 get the third 11 oz mug for free!
Use promo code MUG2024 at checkout
From Dec. 1 - Dec. 7, 2024
<% } %>
<% if (product.category[0].id === '99999' || product.category[1].id === '204409') { %>
Wine Tumblers Promotion
Buy 2 get the third wine tumbler for free!
Use promo code TUMBLER2024 at checkout
From Dec. 8 - Dec. 14, 2024
<% } %>
<% if (product.category[0].id === '99999' || product.category[1].id === '204412') { %>
Photo Coasters Promotion
Buy 3 and get the 4th Coaster for free!
Use promo code COASTER2024 at checkout
From Dec. 15 - Dec. 21, 2024
<% } %>
<% if (product.category[0].id === '99999' || product.category[1].id === '204413') { %>
Ornaments Promotion
Buy 2 and get the 3rd Ornament FREE!
Use promo code XMAS2024 at checkout
From Dec. 15 - Dec. 21, 2024
<% } %>

Begin Creation

Single Sided 5x7

QTY Card Stock Matte Photo Paper Luster Photo Paper Glossy
1 $5.99 $2.99 $2.99
2-9 $4.99 $2.99 $2.99
10-19 $3.49 $2.49 $2.49
20-29 $2.99 $2.19 $2.19
30-49 $2.99 $1.79 $1.79
50+ $2.49 $1.39 $1.39

Single Sided 4x8

QTY Photo Paper Luster Photo Paper Glossy
1-9 $1.99 $1.99
10-19 $1.79 $1.79
20-29 $1.49 $1.49
30-49 $1.29 $1.29
50+ $0.99 $0.99

Double Sided 5x7

QTY Card Stock Matte
1 $7.99
2-9 $5.99
10-19 $3.79
20-29 $3.49
30+ $3.29

Folded 5x7

QTY Photo Paper Luster Photo Paper Glossy Photo Paper Textured Linen
1 $9.99 $9.99 $9.99
2-9 $6.99 $6.99 $6.99
10-19 $4.29 $4.29 $4.29
20-49 $3.99 $3.99 $3.99
50+ $2.99 $2.99 $2.99
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 === 'Photo Cards, Folded Cards , Free Style Cards , Single Sided Cards') { %> <% } %>
var prodSku = "<%= product.sku %>"; var prodName = "<%= product.name %>"; var prodCat = "<%= product.category[0].name %>"; var cards = "Photo Cards, Folded Cards , Free Style Cards , Single Sided Cards" var resultSingle = prodSku.includes("Single"); var prodName = prodSku.includes("2 Sided"); var resultFold = prodSku.includes("Folded"); var resultFour = prodSku.includes("4x"); var resultFive = prodSku.includes("5x"); if(prodCat == cards) { document.getElementById("prodTable").style.display = "none"; if(resultFold) { document.getElementById("f_5x7").style.display = "block"; } if(resultSingle) { if(resultFour) { document.getElementById("SS_4x8").style.display = "block"; } if(resultFive) { document.getElementById("SS_5x7").style.display = "block"; } } else { document.getElementById("dS_5x7").style.display = "block"; } } <% console.log(product) %>
document.getElementById("prodC").innerHTML = <%=product.category[0].id %>; document.getElementById("prodSC").innerHTML = <%=product.category[1].id %>; document.getElementById("prodSP").innerHTML = <%=product.specs[3].value[0] %>;