📚Stained Glass Stacked Books Lamp
${function() {
const variantData = data.variant || {"id":"311dfd32-8482-4315-8313-b5b8cdccdfd8","product_id":"440c21bb-6b6b-4016-90cd-e4bc0e82d0d4","title":"Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"ABOMDK4Q-001","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10f8aac527e42a065483018a615212cb.jpeg","path":"10f8aac527e42a065483018a615212cb.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.98,"min_quantity":1}],"weight":"0","compare_at_price":"72","price":"35.98","retail_price":"72","available":true,"url":"\/products\/stained-glass-stacked-books-lamp27e64fff-9d00-4863-bca2-5b90a442c5d1?variant=311dfd32-8482-4315-8313-b5b8cdccdfd8","available_quantity":999999999,"options":[{"name":"Discount \u2728Last Day \u23f0","value":"Buy 1"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Discount ✨Last Day ⏰:
${function(){
const optName = "Discount ✨Last Day ⏰";
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}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('30');
const maxInventory = parseInt('67');
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
${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":"311dfd32-8482-4315-8313-b5b8cdccdfd8","product_id":"440c21bb-6b6b-4016-90cd-e4bc0e82d0d4","title":"Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"ABOMDK4Q-001","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10f8aac527e42a065483018a615212cb.jpeg","path":"10f8aac527e42a065483018a615212cb.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.98,"min_quantity":1}],"weight":"0","compare_at_price":"72","price":"35.98","retail_price":"72","available":true,"url":"\/products\/stained-glass-stacked-books-lamp27e64fff-9d00-4863-bca2-5b90a442c5d1?variant=311dfd32-8482-4315-8313-b5b8cdccdfd8","available_quantity":999999999,"options":[{"name":"Discount \u2728Last Day \u23f0","value":"Buy 1"}],"off_ratio":50,"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":"311dfd32-8482-4315-8313-b5b8cdccdfd8","product_id":"440c21bb-6b6b-4016-90cd-e4bc0e82d0d4","title":"Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"ABOMDK4Q-001","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10f8aac527e42a065483018a615212cb.jpeg","path":"10f8aac527e42a065483018a615212cb.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.98,"min_quantity":1}],"weight":"0","compare_at_price":"72","price":"35.98","retail_price":"72","available":true,"url":"\/products\/stained-glass-stacked-books-lamp27e64fff-9d00-4863-bca2-5b90a442c5d1?variant=311dfd32-8482-4315-8313-b5b8cdccdfd8","available_quantity":999999999,"options":[{"name":"Discount \u2728Last Day \u23f0","value":"Buy 1"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
`
}()}