⏰Christmas Sale⏰White Northern Lights Tree
${function() {
const variantData = data.variant || {"id":"3f6bf94f-9846-469a-8bf6-108b1d605e3e","product_id":"01620f4f-5943-4738-a135-4905266005ad","title":"4.5 FOOT","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834551367","barcode":"","position":1,"option1":"4.5 FOOT","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10e6b317b679519ae62001a1898e1f4b.png","path":"10e6b317b679519ae62001a1898e1f4b.png","width":836,"height":835,"alt":"","aspect_ratio":1.0011976047904192},"wholesale_price":[{"price":31.18,"min_quantity":1}],"weight":"0","compare_at_price":"169","price":"31.18","retail_price":"169","available":true,"url":"\/products\/white-northern-lights-tree-1kf0?variant=3f6bf94f-9846-469a-8bf6-108b1d605e3e","available_quantity":999999999,"options":[{"name":"Height","value":"4.5 FOOT"}],"off_ratio":82,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Height:
4.5 FOOT
${function(){
const optName = "Height";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
4.5 FOOT
7.5 FOOT
9.5 FOOT
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$31.18
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"3f6bf94f-9846-469a-8bf6-108b1d605e3e","product_id":"01620f4f-5943-4738-a135-4905266005ad","title":"4.5 FOOT","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834551367","barcode":"","position":1,"option1":"4.5 FOOT","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10e6b317b679519ae62001a1898e1f4b.png","path":"10e6b317b679519ae62001a1898e1f4b.png","width":836,"height":835,"alt":"","aspect_ratio":1.0011976047904192},"wholesale_price":[{"price":31.18,"min_quantity":1}],"weight":"0","compare_at_price":"169","price":"31.18","retail_price":"169","available":true,"url":"\/products\/white-northern-lights-tree-1kf0?variant=3f6bf94f-9846-469a-8bf6-108b1d605e3e","available_quantity":999999999,"options":[{"name":"Height","value":"4.5 FOOT"}],"off_ratio":82,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"3f6bf94f-9846-469a-8bf6-108b1d605e3e","product_id":"01620f4f-5943-4738-a135-4905266005ad","title":"4.5 FOOT","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2086834551367","barcode":"","position":1,"option1":"4.5 FOOT","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10e6b317b679519ae62001a1898e1f4b.png","path":"10e6b317b679519ae62001a1898e1f4b.png","width":836,"height":835,"alt":"","aspect_ratio":1.0011976047904192},"wholesale_price":[{"price":31.18,"min_quantity":1}],"weight":"0","compare_at_price":"169","price":"31.18","retail_price":"169","available":true,"url":"\/products\/white-northern-lights-tree-1kf0?variant=3f6bf94f-9846-469a-8bf6-108b1d605e3e","available_quantity":999999999,"options":[{"name":"Height","value":"4.5 FOOT"}],"off_ratio":82,"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 `
`;
}()}