Furrever*Grandma's Gingerbread Man Shawl
${function() {
const variantData = data.variant || {"id":"f5667192-bb66-4010-9550-14d7b4fa9932","product_id":"0bc4fc24-f193-4368-8233-845e2ab1b5ca","title":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!-Mini\uff08N\uff1a15~20cm","weight_unit":"kg","inventory_quantity":14,"sku":"5170138896943","barcode":"","position":1,"option1":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!","option2":"Mini\uff08N\uff1a15~20cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c057db34cc020cc38b0f95d67bff2f7e.png","path":"c057db34cc020cc38b0f95d67bff2f7e.png","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"0","compare_at_price":"55.5","price":"17.99","retail_price":"55.5","available":true,"url":"\/products\/furrever-grandmas-gingerbread-man-shawl?variant=f5667192-bb66-4010-9550-14d7b4fa9932","available_quantity":14,"options":[{"name":"Colour","value":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!"},{"name":"Size","value":"Mini\uff08N\uff1a15~20cm"}],"off_ratio":68,"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":"f5667192-bb66-4010-9550-14d7b4fa9932","product_id":"0bc4fc24-f193-4368-8233-845e2ab1b5ca","title":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!-Mini\uff08N\uff1a15~20cm","weight_unit":"kg","inventory_quantity":14,"sku":"5170138896943","barcode":"","position":1,"option1":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!","option2":"Mini\uff08N\uff1a15~20cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c057db34cc020cc38b0f95d67bff2f7e.png","path":"c057db34cc020cc38b0f95d67bff2f7e.png","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"0","compare_at_price":"55.5","price":"17.99","retail_price":"55.5","available":true,"url":"\/products\/furrever-grandmas-gingerbread-man-shawl?variant=f5667192-bb66-4010-9550-14d7b4fa9932","available_quantity":14,"options":[{"name":"Colour","value":"Milk and Ginger Bibs No refunds or exchanges! Look before you leap!"},{"name":"Size","value":"Mini\uff08N\uff1a15~20cm"}],"off_ratio":68,"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}
`;
}()}