Waterproof Multi-purpose Polyurethane Coating💧🏡
${function() {
const variantData = data.variant || {"id":"c6616304-1f84-4cb2-910c-53ae3186c3e1","product_id":"badc1d81-4f2f-470b-b7d5-42577f3ae15e","title":"White-600G\/3~5.5m\u00b2-1 PCS","weight_unit":"kg","inventory_quantity":999,"sku":"1NSL250505-600G-BAI","barcode":"","position":1,"option1":"White","option2":"600G\/3~5.5m\u00b2","option3":"1 PCS","note":"","image":{"src":"\/\/img.staticdj.com\/6dc6c54d57ec155193f4e4fa59a6afb6.jpeg","path":"6dc6c54d57ec155193f4e4fa59a6afb6.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/ying?variant=c6616304-1f84-4cb2-910c-53ae3186c3e1","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Nettogewicht","value":"600G\/3~5.5m\u00b2"},{"name":"QTY","value":"1 PCS"}],"off_ratio":43,"flashsale_info":[],"sales":5296};
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}
`
}()}
${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.
Sku : 1NSL250505-600G-BAI
${function(){
const variantData = data.variant || {"id":"c6616304-1f84-4cb2-910c-53ae3186c3e1","product_id":"badc1d81-4f2f-470b-b7d5-42577f3ae15e","title":"White-600G\/3~5.5m\u00b2-1 PCS","weight_unit":"kg","inventory_quantity":999,"sku":"1NSL250505-600G-BAI","barcode":"","position":1,"option1":"White","option2":"600G\/3~5.5m\u00b2","option3":"1 PCS","note":"","image":{"src":"\/\/img.staticdj.com\/6dc6c54d57ec155193f4e4fa59a6afb6.jpeg","path":"6dc6c54d57ec155193f4e4fa59a6afb6.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/ying?variant=c6616304-1f84-4cb2-910c-53ae3186c3e1","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Nettogewicht","value":"600G\/3~5.5m\u00b2"},{"name":"QTY","value":"1 PCS"}],"off_ratio":43,"flashsale_info":[],"sales":5296};
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}
`;
}()}