${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 `
`;
}()}
2025 Children's Collared Jacket
${function() {
const variantData = data.variant || {"id":"5eadb8da-d3fa-4652-8e01-b393bb5fe316","product_id":"13502a47-533e-4530-8e5b-90bb966de47d","title":"S","weight_unit":"kg","inventory_quantity":0,"sku":"25\u6b3e\u513f\u7ae5\u7ffb\u9886\u5916\u5957","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":19.9,"min_quantity":1}],"weight":"0","compare_at_price":"25.9","price":"19.9","retail_price":"25.9","available":true,"url":"\/products\/2025-childrens-collared-jacket?variant=5eadb8da-d3fa-4652-8e01-b393bb5fe316","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":"23","flashsale_info":{"variant_id":"5eadb8da-d3fa-4652-8e01-b393bb5fe316","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"19.9","compare_at_price":"","discount_price":"19.9","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"23","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"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}
`
}()}
Product was out of stock.
Product is unavailable.
people are viewing this right now