Casual Single Breasted Hooded Jacket
${function() {
const variantData = data.variant || {"id":"fa815323-a0b1-4d8d-87de-d64f34953110","product_id":"2c059d9b-4ee4-4262-8969-8feb7b5f2af3","title":"Gray-S","weight_unit":"kg","inventory_quantity":100,"sku":"lo61-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a40ca5e58ba348b9e52266e55b95bbc8.jpeg","path":"a40ca5e58ba348b9e52266e55b95bbc8.jpeg","width":1350,"height":1800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"35","retail_price":"40","available":true,"url":"\/products\/casual-single-breasted-hooded-jacket-1?variant=fa815323-a0b1-4d8d-87de-d64f34953110","available_quantity":999999999,"options":[{"name":"color","value":"Gray"},{"name":"size","value":"S"}],"off_ratio":13,"flashsale_info":[],"sales":64};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
${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.
${function(){
const variantData = data.variant || {"id":"fa815323-a0b1-4d8d-87de-d64f34953110","product_id":"2c059d9b-4ee4-4262-8969-8feb7b5f2af3","title":"Gray-S","weight_unit":"kg","inventory_quantity":100,"sku":"lo61-Gray-S","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a40ca5e58ba348b9e52266e55b95bbc8.jpeg","path":"a40ca5e58ba348b9e52266e55b95bbc8.jpeg","width":1350,"height":1800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"40","price":"35","retail_price":"40","available":true,"url":"\/products\/casual-single-breasted-hooded-jacket-1?variant=fa815323-a0b1-4d8d-87de-d64f34953110","available_quantity":999999999,"options":[{"name":"color","value":"Gray"},{"name":"size","value":"S"}],"off_ratio":13,"flashsale_info":[],"sales":64};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minDays = parseInt('2');
const maxDays = parseInt('7');
const customText = "Estimated time of shipment\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 = 1;
const custom_text = "No minimum purchase, free shipping on all orders";
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 `
`;
}()}