❤️Fallraven Kanken 16L Backpack🎒
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"14b57b28-7658-4d89-8479-3c459120dc11","product_id":"0de00178-9918-485b-9c93-e6fc1788bb73","title":"Black","weight_unit":"kg","inventory_quantity":1000,"sku":"\u4e2d\u53f716L\u80cc\u5305*\u9ed1\u8272","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1b9b7f620db8cf47435111f3e88bb8fd.jpg","path":"1b9b7f620db8cf47435111f3e88bb8fd.jpg","width":680,"height":680,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":50,"min_quantity":1}],"weight":"0","compare_at_price":"99","price":"50","retail_price":"99","available":true,"url":"\/products\/kanken-16l-backpack?variant=14b57b28-7658-4d89-8479-3c459120dc11","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":49,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 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}
`;
}()}