people are viewing this right now
${function() {
const variantData = data.variant || {"id":"e3358787-97c4-45bb-903f-2bfed9dc5e3b","product_id":"a23d5623-a0d1-45c0-b331-b4dec3b1705e","title":"Santa Claus","weight_unit":"kg","inventory_quantity":1000,"sku":"CCCovers -STCL","barcode":"","position":1,"option1":"Santa Claus","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6922274ee888373619dcf775830cb444.jpeg","path":"6922274ee888373619dcf775830cb444.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"9.99","retail_price":"29.99","available":true,"url":"\/products\/christmas-chair-coversfff32cb0-e040-4b5b-856d-109da2bd4a9d?variant=e3358787-97c4-45bb-903f-2bfed9dc5e3b","available_quantity":999999999,"options":[{"name":"Color","value":"Santa Claus"}],"off_ratio":67,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Color
: Santa Claus
${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}
`
}()}
${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 `
`;
}()}
Add to cart
$9.99
${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":"e3358787-97c4-45bb-903f-2bfed9dc5e3b","product_id":"a23d5623-a0d1-45c0-b331-b4dec3b1705e","title":"Santa Claus","weight_unit":"kg","inventory_quantity":1000,"sku":"CCCovers -STCL","barcode":"","position":1,"option1":"Santa Claus","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6922274ee888373619dcf775830cb444.jpeg","path":"6922274ee888373619dcf775830cb444.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"9.99","retail_price":"29.99","available":true,"url":"\/products\/christmas-chair-coversfff32cb0-e040-4b5b-856d-109da2bd4a9d?variant=e3358787-97c4-45bb-903f-2bfed9dc5e3b","available_quantity":999999999,"options":[{"name":"Color","value":"Santa Claus"}],"off_ratio":67,"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":"e3358787-97c4-45bb-903f-2bfed9dc5e3b","product_id":"a23d5623-a0d1-45c0-b331-b4dec3b1705e","title":"Santa Claus","weight_unit":"kg","inventory_quantity":1000,"sku":"CCCovers -STCL","barcode":"","position":1,"option1":"Santa Claus","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6922274ee888373619dcf775830cb444.jpeg","path":"6922274ee888373619dcf775830cb444.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0","compare_at_price":"29.99","price":"9.99","retail_price":"29.99","available":true,"url":"\/products\/christmas-chair-coversfff32cb0-e040-4b5b-856d-109da2bd4a9d?variant=e3358787-97c4-45bb-903f-2bfed9dc5e3b","available_quantity":999999999,"options":[{"name":"Color","value":"Santa Claus"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
`
}()}