Cute teddy bear belt dog leash 170cm
${function() {
const variantData = data.variant || {"id":"8ac27453-5c77-4ce7-9370-00600e72eb73","product_id":"6d627d48-232b-431e-b37e-0c689569ece0","title":"Rope option, length 170cm-Red Embroidered Teddy Pattern Rope","weight_unit":"kg","inventory_quantity":97,"sku":"5154823958309","barcode":"","position":1,"option1":"Rope option, length 170cm","option2":"Red Embroidered Teddy Pattern Rope","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca370a1f7391b79e5f1731f65b44db6a.jpeg","path":"ca370a1f7391b79e5f1731f65b44db6a.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"20.99","retail_price":"30.99","available":true,"url":"\/products\/cute-teddy-bear-belt-dog-leash-170cm?variant=8ac27453-5c77-4ce7-9370-00600e72eb73","available_quantity":97,"options":[{"name":"Size","value":"Rope option, length 170cm"},{"name":"Color ","value":"Red Embroidered Teddy Pattern Rope"}],"off_ratio":32,"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"8ac27453-5c77-4ce7-9370-00600e72eb73","product_id":"6d627d48-232b-431e-b37e-0c689569ece0","title":"Rope option, length 170cm-Red Embroidered Teddy Pattern Rope","weight_unit":"kg","inventory_quantity":97,"sku":"5154823958309","barcode":"","position":1,"option1":"Rope option, length 170cm","option2":"Red Embroidered Teddy Pattern Rope","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca370a1f7391b79e5f1731f65b44db6a.jpeg","path":"ca370a1f7391b79e5f1731f65b44db6a.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"20.99","retail_price":"30.99","available":true,"url":"\/products\/cute-teddy-bear-belt-dog-leash-170cm?variant=8ac27453-5c77-4ce7-9370-00600e72eb73","available_quantity":97,"options":[{"name":"Size","value":"Rope option, length 170cm"},{"name":"Color ","value":"Red Embroidered Teddy Pattern Rope"}],"off_ratio":32,"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('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}
`;
}()}