New Professional Cycling Shoes Men Locking Booster Shoes Breathable Double Knob Buckle Women SPD Hard-Soled Road Cycling Shoes
${function() {
const variantData = data.variant || {"id":"344fb0d0-cbb1-4929-a72b-8e97f08a1be7","product_id":"bbe5e828-50c7-4d1f-b5e3-9219d922af6a","title":"Royal blue-38","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Royal blue","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55c8b9a354569c23e3c51d62e4d88467.jpeg","path":"55c8b9a354569c23e3c51d62e4d88467.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.16,"min_quantity":1}],"weight":"0","compare_at_price":"59.21","price":"33.16","retail_price":"59.21","available":true,"url":"\/products\/new-professional-cycling-shoes-men-locking-booster-shoes-breathable-double-knob-buckle-women-spd-hard-soled-road-cycling-shoes?variant=344fb0d0-cbb1-4929-a72b-8e97f08a1be7","available_quantity":999999999,"options":[{"name":"Color","value":"Royal blue"},{"name":"Shoe Size","value":"38"}],"off_ratio":44,"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":"344fb0d0-cbb1-4929-a72b-8e97f08a1be7","product_id":"bbe5e828-50c7-4d1f-b5e3-9219d922af6a","title":"Royal blue-38","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Royal blue","option2":"38","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55c8b9a354569c23e3c51d62e4d88467.jpeg","path":"55c8b9a354569c23e3c51d62e4d88467.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.16,"min_quantity":1}],"weight":"0","compare_at_price":"59.21","price":"33.16","retail_price":"59.21","available":true,"url":"\/products\/new-professional-cycling-shoes-men-locking-booster-shoes-breathable-double-knob-buckle-women-spd-hard-soled-road-cycling-shoes?variant=344fb0d0-cbb1-4929-a72b-8e97f08a1be7","available_quantity":999999999,"options":[{"name":"Color","value":"Royal blue"},{"name":"Shoe Size","value":"38"}],"off_ratio":44,"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}
`;
}()}