💝 Last Day For Clearance✨12ft skeleton
${function() {
const variantData = data.variant || {"id":"804636b5-3e28-462e-b76a-4a5c26b2dbfc","product_id":"f25c442e-0667-4d41-9d7f-922904994023","title":"Pumpkin Skeleton-8ft","weight_unit":"kg","inventory_quantity":994,"sku":"sku2088995528465","barcode":"","position":1,"option1":"Pumpkin Skeleton","option2":"8ft","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e10696f1340e1c69cc7350563deb537.png","path":"9e10696f1340e1c69cc7350563deb537.png","width":1210,"height":689,"alt":"","aspect_ratio":1.7561683599419449},"wholesale_price":[{"price":25.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.98","retail_price":"0","available":true,"url":"\/products\/\ud83d\udc9d-last-day-for-clearance-buy-2-get-2-free\u272812ft-skeleton-1?variant=804636b5-3e28-462e-b76a-4a5c26b2dbfc","available_quantity":999999999,"options":[{"name":"Color","value":"Pumpkin Skeleton"},{"name":"Size","value":"8ft"}],"off_ratio":0,"flashsale_info":[],"sales":9};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Pumpkin Skeleton
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Size:
8ft
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$25.98
${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":"804636b5-3e28-462e-b76a-4a5c26b2dbfc","product_id":"f25c442e-0667-4d41-9d7f-922904994023","title":"Pumpkin Skeleton-8ft","weight_unit":"kg","inventory_quantity":994,"sku":"sku2088995528465","barcode":"","position":1,"option1":"Pumpkin Skeleton","option2":"8ft","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e10696f1340e1c69cc7350563deb537.png","path":"9e10696f1340e1c69cc7350563deb537.png","width":1210,"height":689,"alt":"","aspect_ratio":1.7561683599419449},"wholesale_price":[{"price":25.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.98","retail_price":"0","available":true,"url":"\/products\/\ud83d\udc9d-last-day-for-clearance-buy-2-get-2-free\u272812ft-skeleton-1?variant=804636b5-3e28-462e-b76a-4a5c26b2dbfc","available_quantity":999999999,"options":[{"name":"Color","value":"Pumpkin Skeleton"},{"name":"Size","value":"8ft"}],"off_ratio":0,"flashsale_info":[],"sales":9};
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":"804636b5-3e28-462e-b76a-4a5c26b2dbfc","product_id":"f25c442e-0667-4d41-9d7f-922904994023","title":"Pumpkin Skeleton-8ft","weight_unit":"kg","inventory_quantity":994,"sku":"sku2088995528465","barcode":"","position":1,"option1":"Pumpkin Skeleton","option2":"8ft","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9e10696f1340e1c69cc7350563deb537.png","path":"9e10696f1340e1c69cc7350563deb537.png","width":1210,"height":689,"alt":"","aspect_ratio":1.7561683599419449},"wholesale_price":[{"price":25.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.98","retail_price":"0","available":true,"url":"\/products\/\ud83d\udc9d-last-day-for-clearance-buy-2-get-2-free\u272812ft-skeleton-1?variant=804636b5-3e28-462e-b76a-4a5c26b2dbfc","available_quantity":999999999,"options":[{"name":"Color","value":"Pumpkin Skeleton"},{"name":"Size","value":"8ft"}],"off_ratio":0,"flashsale_info":[],"sales":9};
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 `
`;
}()}