🔥Artificial Plants🔥 Prayer Plant & Pot
${function() {
const variantData = data.variant || {"id":"fab77701-6f6d-4040-aa09-a95e26f31377","product_id":"8f1cd8a2-cb1c-4524-bc88-55fd7d21ab0d","title":"With navy pot","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651498925","barcode":"","position":1,"option1":"With navy pot","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2fa150a6b8ddefb5b62ca112af0d438.jpeg","path":"e2fa150a6b8ddefb5b62ca112af0d438.jpeg","width":769,"height":846,"alt":"","aspect_ratio":0.9089834515366431},"wholesale_price":[{"price":4.05,"min_quantity":1}],"weight":"0","compare_at_price":"32","price":"4.05","retail_price":"32","available":true,"url":"\/products\/prayer-plant-ceramic-pot-1-e7dn?variant=fab77701-6f6d-4040-aa09-a95e26f31377","available_quantity":999999999,"options":[{"name":"Colour","value":"With navy pot"}],"off_ratio":87,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Colour:
With navy pot
${function(){
const optName = "Colour";
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
$4.05
${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":"fab77701-6f6d-4040-aa09-a95e26f31377","product_id":"8f1cd8a2-cb1c-4524-bc88-55fd7d21ab0d","title":"With navy pot","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651498925","barcode":"","position":1,"option1":"With navy pot","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2fa150a6b8ddefb5b62ca112af0d438.jpeg","path":"e2fa150a6b8ddefb5b62ca112af0d438.jpeg","width":769,"height":846,"alt":"","aspect_ratio":0.9089834515366431},"wholesale_price":[{"price":4.05,"min_quantity":1}],"weight":"0","compare_at_price":"32","price":"4.05","retail_price":"32","available":true,"url":"\/products\/prayer-plant-ceramic-pot-1-e7dn?variant=fab77701-6f6d-4040-aa09-a95e26f31377","available_quantity":999999999,"options":[{"name":"Colour","value":"With navy pot"}],"off_ratio":87,"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":"fab77701-6f6d-4040-aa09-a95e26f31377","product_id":"8f1cd8a2-cb1c-4524-bc88-55fd7d21ab0d","title":"With navy pot","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651498925","barcode":"","position":1,"option1":"With navy pot","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e2fa150a6b8ddefb5b62ca112af0d438.jpeg","path":"e2fa150a6b8ddefb5b62ca112af0d438.jpeg","width":769,"height":846,"alt":"","aspect_ratio":0.9089834515366431},"wholesale_price":[{"price":4.05,"min_quantity":1}],"weight":"0","compare_at_price":"32","price":"4.05","retail_price":"32","available":true,"url":"\/products\/prayer-plant-ceramic-pot-1-e7dn?variant=fab77701-6f6d-4040-aa09-a95e26f31377","available_quantity":999999999,"options":[{"name":"Colour","value":"With navy pot"}],"off_ratio":87,"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 `
`;
}()}