Draw String Bags Shoes Storage Bag Closet Organizer Non-woven Travel Portable Bag Waterproof Clothing Classified Hanging Pocket
${function() {
const variantData = data.variant || {"id":"263fedba-7303-4bb7-9d6d-6c0b34022748","product_id":"c8e83a87-e07a-4dd5-bba0-01d4691c2408","title":"Gray Women 36x26.5cm","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Gray Women 36x26.5cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59d4ae8c5b183bf665f4d9fb97ad6a08.webp","path":"59d4ae8c5b183bf665f4d9fb97ad6a08.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1.1,"min_quantity":1}],"weight":"0","compare_at_price":"2.2","price":"1.1","retail_price":"2.2","available":true,"url":"\/products\/draw-string-bags-shoes-storage-bag-closet-organizer-non-woven-travel-portable-bag-waterproof-clothing-classified-hanging-pocket?variant=263fedba-7303-4bb7-9d6d-6c0b34022748","available_quantity":999999999,"options":[{"name":"Color","value":"Gray Women 36x26.5cm"}],"off_ratio":50,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"263fedba-7303-4bb7-9d6d-6c0b34022748","product_id":"c8e83a87-e07a-4dd5-bba0-01d4691c2408","title":"Gray Women 36x26.5cm","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Gray Women 36x26.5cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/59d4ae8c5b183bf665f4d9fb97ad6a08.webp","path":"59d4ae8c5b183bf665f4d9fb97ad6a08.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1.1,"min_quantity":1}],"weight":"0","compare_at_price":"2.2","price":"1.1","retail_price":"2.2","available":true,"url":"\/products\/draw-string-bags-shoes-storage-bag-closet-organizer-non-woven-travel-portable-bag-waterproof-clothing-classified-hanging-pocket?variant=263fedba-7303-4bb7-9d6d-6c0b34022748","available_quantity":999999999,"options":[{"name":"Color","value":"Gray Women 36x26.5cm"}],"off_ratio":50,"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}
`;
}()}