DoceninTMThousand Points of Light Tree
${function() {
const variantData = data.variant || {"id":"9fa9493f-02bb-45fe-814a-3f00c29c9b1c","product_id":"4bc51971-e038-4c15-a736-a20cbf7508d9","title":"4' Tree","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834546431","barcode":"","position":1,"option1":"4' Tree","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c201aeeddab6223a123b8b21b94c2e0b.png","path":"c201aeeddab6223a123b8b21b94c2e0b.png","width":1333,"height":1341,"alt":"","aspect_ratio":0.994034302759135},"wholesale_price":[{"price":12.74,"min_quantity":1}],"weight":"0","compare_at_price":"99","price":"12.74","retail_price":"99","available":true,"url":"\/products\/thousand-points-of-light-tree?variant=9fa9493f-02bb-45fe-814a-3f00c29c9b1c","available_quantity":999999999,"options":[{"name":"Size","value":"4' Tree"}],"off_ratio":87,"flashsale_info":[],"sales":18};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 `
`;
}()}
${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":"9fa9493f-02bb-45fe-814a-3f00c29c9b1c","product_id":"4bc51971-e038-4c15-a736-a20cbf7508d9","title":"4' Tree","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834546431","barcode":"","position":1,"option1":"4' Tree","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c201aeeddab6223a123b8b21b94c2e0b.png","path":"c201aeeddab6223a123b8b21b94c2e0b.png","width":1333,"height":1341,"alt":"","aspect_ratio":0.994034302759135},"wholesale_price":[{"price":12.74,"min_quantity":1}],"weight":"0","compare_at_price":"99","price":"12.74","retail_price":"99","available":true,"url":"\/products\/thousand-points-of-light-tree?variant=9fa9493f-02bb-45fe-814a-3f00c29c9b1c","available_quantity":999999999,"options":[{"name":"Size","value":"4' Tree"}],"off_ratio":87,"flashsale_info":[],"sales":18};
return `
`
}()}