Rotating Button Safety Shoes Men Work Sneakers Indestructible Shoes Puncture-Proof Protective Shoes Work Boots Tactical Boots
${function() {
const variantData = data.variant || {"id":"e07b1cc6-5643-4a39-b486-bc377e5bb202","product_id":"a2676e6c-a2a5-42c0-9ef9-458bb818bef5","title":"Brown-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":14,"option1":"Brown","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/752dd34e7e897f29a624147e59500dfc.jpeg","path":"752dd34e7e897f29a624147e59500dfc.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.3,"min_quantity":1}],"weight":"0","compare_at_price":"137.64","price":"52.3","retail_price":"137.64","available":true,"url":"\/products\/rotating-button-safety-shoes-men-work-sneakers-indestructible-shoes-puncture-proof-protective-shoes-work-boots-tactical-boots?variant=e07b1cc6-5643-4a39-b486-bc377e5bb202","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"40"}],"off_ratio":62,"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.
${function(){
const variantData = data.variant || {"id":"e07b1cc6-5643-4a39-b486-bc377e5bb202","product_id":"a2676e6c-a2a5-42c0-9ef9-458bb818bef5","title":"Brown-40","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":14,"option1":"Brown","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/752dd34e7e897f29a624147e59500dfc.jpeg","path":"752dd34e7e897f29a624147e59500dfc.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":52.3,"min_quantity":1}],"weight":"0","compare_at_price":"137.64","price":"52.3","retail_price":"137.64","available":true,"url":"\/products\/rotating-button-safety-shoes-men-work-sneakers-indestructible-shoes-puncture-proof-protective-shoes-work-boots-tactical-boots?variant=e07b1cc6-5643-4a39-b486-bc377e5bb202","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"40"}],"off_ratio":62,"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('15');
const maxDays = parseInt('30');
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}
`;
}()}