【 TOPPP 】4396- Men's clothing, men's sweater with vent lining
${function() {
const variantData = data.variant || {"id":"12e687cc-ac4f-465c-8bef-fc941a1e0a95","product_id":"841f94e4-b966-4ad2-959d-ce7e721f0b2c","title":"red-M","weight_unit":"kg","inventory_quantity":0,"sku":"4396-00190-red-M-A0018581","barcode":"","position":1,"option1":"red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/135b58fd2d370c2fa7623b5fd43e50c0.jpg","path":"135b58fd2d370c2fa7623b5fd43e50c0.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"46","retail_price":"0","available":false,"url":"\/products\/toppp-4396-mens-clothing-mens-sweater-with-vent-lining?variant=12e687cc-ac4f-465c-8bef-fc941a1e0a95","available_quantity":0,"options":[{"name":"colour","value":"red"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":27};
const saveType = "percentage";
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"12e687cc-ac4f-465c-8bef-fc941a1e0a95","product_id":"841f94e4-b966-4ad2-959d-ce7e721f0b2c","title":"red-M","weight_unit":"kg","inventory_quantity":0,"sku":"4396-00190-red-M-A0018581","barcode":"","position":1,"option1":"red","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/135b58fd2d370c2fa7623b5fd43e50c0.jpg","path":"135b58fd2d370c2fa7623b5fd43e50c0.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"46","retail_price":"0","available":false,"url":"\/products\/toppp-4396-mens-clothing-mens-sweater-with-vent-lining?variant=12e687cc-ac4f-465c-8bef-fc941a1e0a95","available_quantity":0,"options":[{"name":"colour","value":"red"},{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":27};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${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 `
`;
}()}