Men's Vintage Cozy Minimalist Sweatshirt
${function() {
const variantData = data.variant || {"id":"2413a766-ef4e-499f-b6ac-880732f4bdc2","product_id":"3c800d21-2757-4558-81f0-9a580d018ab3","title":"Black-XS","weight_unit":"kg","inventory_quantity":999,"sku":"1848927682207756289","barcode":"","position":1,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a500abd39bf274ba8ed15b470d68a2b4.jpeg","path":"a500abd39bf274ba8ed15b470d68a2b4.jpeg","width":2400,"height":2400,"alt":"60ca21f3bd9f86e577259f41f051e781","aspect_ratio":1},"wholesale_price":[{"price":25.64,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"25.64","retail_price":"0","available":true,"url":"\/products\/mens-vintage-cozy-minimalist-sweatshirt?variant=2413a766-ef4e-499f-b6ac-880732f4bdc2","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 1848927682207756289
Weight : 300kg
${function(){
const variantData = data.variant || {"id":"2413a766-ef4e-499f-b6ac-880732f4bdc2","product_id":"3c800d21-2757-4558-81f0-9a580d018ab3","title":"Black-XS","weight_unit":"kg","inventory_quantity":999,"sku":"1848927682207756289","barcode":"","position":1,"option1":"Black","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a500abd39bf274ba8ed15b470d68a2b4.jpeg","path":"a500abd39bf274ba8ed15b470d68a2b4.jpeg","width":2400,"height":2400,"alt":"60ca21f3bd9f86e577259f41f051e781","aspect_ratio":1},"wholesale_price":[{"price":25.64,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"25.64","retail_price":"0","available":true,"url":"\/products\/mens-vintage-cozy-minimalist-sweatshirt?variant=2413a766-ef4e-499f-b6ac-880732f4bdc2","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"XS"}],"off_ratio":0,"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}
`;
}()}
${function() {
const postageFreeAmount = 89;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
people are viewing this right now