Creative Home -42
${function() {
const variantData = data.variant || {"id":"21937515-c1a5-452b-8720-5a51c507d1c6","product_id":"1ae0cdf6-9ba8-44eb-8844-36f05b9dd313","title":"1 set (double sofa*1 double sofa*2 coffee table*1)","weight_unit":"kg","inventory_quantity":1000,"sku":"TH042003007","barcode":"","position":1,"option1":"1 set (double sofa*1 double sofa*2 coffee table*1)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c60856b3a621700852864265ef7da6af.jpeg","path":"c60856b3a621700852864265ef7da6af.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.97","retail_price":"0","available":true,"url":"\/products\/creative-home-42?variant=21937515-c1a5-452b-8720-5a51c507d1c6","available_quantity":999999999,"options":[{"name":"Style","value":"1 set (double sofa*1 double sofa*2 coffee table*1)"}],"off_ratio":0,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"21937515-c1a5-452b-8720-5a51c507d1c6","product_id":"1ae0cdf6-9ba8-44eb-8844-36f05b9dd313","title":"1 set (double sofa*1 double sofa*2 coffee table*1)","weight_unit":"kg","inventory_quantity":1000,"sku":"TH042003007","barcode":"","position":1,"option1":"1 set (double sofa*1 double sofa*2 coffee table*1)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c60856b3a621700852864265ef7da6af.jpeg","path":"c60856b3a621700852864265ef7da6af.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.97","retail_price":"0","available":true,"url":"\/products\/creative-home-42?variant=21937515-c1a5-452b-8720-5a51c507d1c6","available_quantity":999999999,"options":[{"name":"Style","value":"1 set (double sofa*1 double sofa*2 coffee table*1)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('52');
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 `
`;
}()}