【 TOPPP 】3206- Men's best-selling outerwear
${function() {
const variantData = data.variant || {"id":"89abf0c9-36f6-464a-ad29-d5ed1995df2e","product_id":"51f634e6-e38b-46c2-9eeb-c0dba0612975","title":"black-L","weight_unit":"kg","inventory_quantity":9,"sku":"3206-00260-black-L-A0017684","barcode":"","position":2,"option1":"black","option2":"L","option3":"","note":"","image":null,"wholesale_price":[{"price":58,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"58","retail_price":"0","available":true,"url":"\/products\/toppp-3206-mens-best-selling-outerwear?variant=89abf0c9-36f6-464a-ad29-d5ed1995df2e","available_quantity":9,"options":[{"name":"colour","value":"black"},{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":21};
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":"89abf0c9-36f6-464a-ad29-d5ed1995df2e","product_id":"51f634e6-e38b-46c2-9eeb-c0dba0612975","title":"black-L","weight_unit":"kg","inventory_quantity":9,"sku":"3206-00260-black-L-A0017684","barcode":"","position":2,"option1":"black","option2":"L","option3":"","note":"","image":null,"wholesale_price":[{"price":58,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"58","retail_price":"0","available":true,"url":"\/products\/toppp-3206-mens-best-selling-outerwear?variant=89abf0c9-36f6-464a-ad29-d5ed1995df2e","available_quantity":9,"options":[{"name":"colour","value":"black"},{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":21};
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 `
`;
}()}