Christmas Tree Sleeping Den
${function() {
const variantData = data.variant || {"id":"42ee521d-09e2-4f45-b635-39f2fecbac0e","product_id":"59801399-f842-43c9-bd9a-3fb53a3126bd","title":"S-[Diameter 43cm Height 52cm-Matcha Green Christmas Tree Nest","weight_unit":"kg","inventory_quantity":14,"sku":"5737434650611","barcode":"","position":1,"option1":"S-[Diameter 43cm Height 52cm","option2":"Matcha Green Christmas Tree Nest","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8c95ee015648b847862788e8bd3472f1.jpeg","path":"8c95ee015648b847862788e8bd3472f1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.5,"min_quantity":1}],"weight":"0","compare_at_price":"89.9","price":"40.5","retail_price":"89.9","available":true,"url":"\/products\/christmas-tree-sleeping-den?variant=42ee521d-09e2-4f45-b635-39f2fecbac0e","available_quantity":14,"options":[{"name":"Size","value":"S-[Diameter 43cm Height 52cm"},{"name":"Color","value":"Matcha Green Christmas Tree Nest"}],"off_ratio":55,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"42ee521d-09e2-4f45-b635-39f2fecbac0e","product_id":"59801399-f842-43c9-bd9a-3fb53a3126bd","title":"S-[Diameter 43cm Height 52cm-Matcha Green Christmas Tree Nest","weight_unit":"kg","inventory_quantity":14,"sku":"5737434650611","barcode":"","position":1,"option1":"S-[Diameter 43cm Height 52cm","option2":"Matcha Green Christmas Tree Nest","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8c95ee015648b847862788e8bd3472f1.jpeg","path":"8c95ee015648b847862788e8bd3472f1.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.5,"min_quantity":1}],"weight":"0","compare_at_price":"89.9","price":"40.5","retail_price":"89.9","available":true,"url":"\/products\/christmas-tree-sleeping-den?variant=42ee521d-09e2-4f45-b635-39f2fecbac0e","available_quantity":14,"options":[{"name":"Size","value":"S-[Diameter 43cm Height 52cm"},{"name":"Color","value":"Matcha Green Christmas Tree Nest"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}