š„BEST SELLER 2024š„- MiÄkkie i wygodne, wysokiej jakoÅci skórzane buty damskie
${function() {
const variantData = data.variant || {"id":"cb54a51c-965d-4106-9b6e-d189e647b0e0","product_id":"ad0cecef-461b-4aba-9add-42d87415868a","title":"Red-35","weight_unit":"kg","inventory_quantity":100,"sku":"st77-Red-35","barcode":"","position":1,"option1":"Red","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3ca3d96eba2b1f227e5da40149a12060.png","path":"3ca3d96eba2b1f227e5da40149a12060.png","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0","compare_at_price":"35","price":"28","retail_price":"35","available":true,"url":"\/products\/\ud83d\udd25best-seller-2024\ud83d\udd25-miekkie-i-wygodne-wysokiej-jakosci-skorzane-buty-damskie?variant=cb54a51c-965d-4106-9b6e-d189e647b0e0","available_quantity":999999999,"options":[{"name":"COLOR","value":"Red"},{"name":"size","value":"35"}],"off_ratio":20,"flashsale_info":[],"sales":15};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${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 `
`;
}()}