Oddychające tenisówki z siateczki
${function() {
const variantData = data.variant || {"id":"7e31b2ef-5c6b-4293-b191-d2d2f7aac57d","product_id":"cffe196a-aeba-40bd-b839-80224e888f9c","title":"Czarny-39-\u017badne powi\u0105zania","weight_unit":"kg","inventory_quantity":0,"sku":"uv02-black-39-1","barcode":"","position":1,"option1":"Czarny","option2":"39","option3":"\u017badne powi\u0105zania","note":"","image":{"src":"\/\/img.staticdj.com\/fd84519c918fb076994643a90e773ff5.jpg","path":"fd84519c918fb076994643a90e773ff5.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"32","retail_price":"0","available":true,"url":"\/products\/breathable-mesh-sneakersae5fb3b7-fc84-4ebb-a44c-434a11915d4f?variant=7e31b2ef-5c6b-4293-b191-d2d2f7aac57d","available_quantity":999999999,"options":[{"name":"kolor","value":"Czarny"},{"name":"Rozmiar","value":"39"},{"name":"styl","value":"\u017badne powi\u0105zania"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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}
`
}()}
${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":"7e31b2ef-5c6b-4293-b191-d2d2f7aac57d","product_id":"cffe196a-aeba-40bd-b839-80224e888f9c","title":"Czarny-39-\u017badne powi\u0105zania","weight_unit":"kg","inventory_quantity":0,"sku":"uv02-black-39-1","barcode":"","position":1,"option1":"Czarny","option2":"39","option3":"\u017badne powi\u0105zania","note":"","image":{"src":"\/\/img.staticdj.com\/fd84519c918fb076994643a90e773ff5.jpg","path":"fd84519c918fb076994643a90e773ff5.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"32","retail_price":"0","available":true,"url":"\/products\/breathable-mesh-sneakersae5fb3b7-fc84-4ebb-a44c-434a11915d4f?variant=7e31b2ef-5c6b-4293-b191-d2d2f7aac57d","available_quantity":999999999,"options":[{"name":"kolor","value":"Czarny"},{"name":"Rozmiar","value":"39"},{"name":"styl","value":"\u017badne powi\u0105zania"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}