people are viewing this right now
VARSITY JACKET
${function() {
const variantData = data.variant || {"id":"f7df72b1-ae57-4f3f-aca0-edbd24cbd031","product_id":"3dd06640-efa1-4681-a452-84e5097ddb4c","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"GRNSNAKEDAGGERJKTXS","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/947e2011b31ee1157d14c3ca89da5a97.jpeg","path":"947e2011b31ee1157d14c3ca89da5a97.jpeg","width":1650,"height":1650,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.95,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"7.95","retail_price":"60","available":true,"url":"\/products\/copy-of-oversized-zip-panel-bomber-jacket?variant=f7df72b1-ae57-4f3f-aca0-edbd24cbd031","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":87,"flashsale_info":[],"sales":2};
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : GRNSNAKEDAGGERJKTXS
${function(){
const variantData = data.variant || {"id":"f7df72b1-ae57-4f3f-aca0-edbd24cbd031","product_id":"3dd06640-efa1-4681-a452-84e5097ddb4c","title":"XS","weight_unit":"kg","inventory_quantity":1000,"sku":"GRNSNAKEDAGGERJKTXS","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/947e2011b31ee1157d14c3ca89da5a97.jpeg","path":"947e2011b31ee1157d14c3ca89da5a97.jpeg","width":1650,"height":1650,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.95,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"7.95","retail_price":"60","available":true,"url":"\/products\/copy-of-oversized-zip-panel-bomber-jacket?variant=f7df72b1-ae57-4f3f-aca0-edbd24cbd031","available_quantity":999999999,"options":[{"name":"Size","value":"XS"}],"off_ratio":87,"flashsale_info":[],"sales":2};
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}
`;
}()}