LOUIS VUITTON × NIKE AIR FORCE 1 SNEAKER
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const variantData = data.variant || {"id":"75eb7866-b43e-4c88-96be-ce35db4d8cac","product_id":"5257ef13-13f8-4eb7-936d-9259873655fc","title":"W US5 = EUR35 = CM22.5","weight_unit":"kg","inventory_quantity":1000,"sku":"SK00002","barcode":"","position":1,"option1":"W US5 = EUR35 = CM22.5","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/14adf8465bfd08f6c621f1ce47d0dbaf.jpeg","path":"14adf8465bfd08f6c621f1ce47d0dbaf.jpeg","width":1512,"height":2016,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":54,"min_quantity":1}],"weight":"0","compare_at_price":"159","price":"54","retail_price":"159","available":true,"url":"\/products\/louis-vuitton-x-nike-air-force-1-sneaker-10?variant=75eb7866-b43e-4c88-96be-ce35db4d8cac","available_quantity":999999999,"options":[{"name":"size-w-woman-m-manshoe","value":"W US5 = EUR35 = CM22.5"}],"off_ratio":66,"flashsale_info":[],"sales":3258};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
${function() {
const minDays = parseInt('7');
const maxDays = parseInt('15');
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}
`;
}()}
Produkt war ausverkauft.
Produkt ist nicht verfügbar.
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}