🔥Artificial Plants🔥 Rose Painted Calathea
${function() {
const variantData = data.variant || {"id":"97bf5efb-ffe0-41f9-8e53-070e59ef3e53","product_id":"68829c24-0cdc-4f3e-8fe8-a104806848ea","title":"50-60cm","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651503861","barcode":"","position":1,"option1":"50-60cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e1a8e9089feeff40967a3130fad8ab83.jpeg","path":"e1a8e9089feeff40967a3130fad8ab83.jpeg","width":787,"height":866,"alt":"","aspect_ratio":0.9087759815242494},"wholesale_price":[{"price":4.8,"min_quantity":1}],"weight":"0","compare_at_price":"69","price":"4.8","retail_price":"69","available":true,"url":"\/products\/rose-painted-calathea-roseoptica-medallion-1-p6wi?variant=97bf5efb-ffe0-41f9-8e53-070e59ef3e53","available_quantity":999999999,"options":[{"name":"Height (Inc. Pot)","value":"50-60cm"}],"off_ratio":93,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Height (Inc. Pot):
50-60cm
${function(){
const optName = "Height (Inc. Pot)";
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.80
${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":"97bf5efb-ffe0-41f9-8e53-070e59ef3e53","product_id":"68829c24-0cdc-4f3e-8fe8-a104806848ea","title":"50-60cm","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651503861","barcode":"","position":1,"option1":"50-60cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e1a8e9089feeff40967a3130fad8ab83.jpeg","path":"e1a8e9089feeff40967a3130fad8ab83.jpeg","width":787,"height":866,"alt":"","aspect_ratio":0.9087759815242494},"wholesale_price":[{"price":4.8,"min_quantity":1}],"weight":"0","compare_at_price":"69","price":"4.8","retail_price":"69","available":true,"url":"\/products\/rose-painted-calathea-roseoptica-medallion-1-p6wi?variant=97bf5efb-ffe0-41f9-8e53-070e59ef3e53","available_quantity":999999999,"options":[{"name":"Height (Inc. Pot)","value":"50-60cm"}],"off_ratio":93,"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":"97bf5efb-ffe0-41f9-8e53-070e59ef3e53","product_id":"68829c24-0cdc-4f3e-8fe8-a104806848ea","title":"50-60cm","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2096651503861","barcode":"","position":1,"option1":"50-60cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e1a8e9089feeff40967a3130fad8ab83.jpeg","path":"e1a8e9089feeff40967a3130fad8ab83.jpeg","width":787,"height":866,"alt":"","aspect_ratio":0.9087759815242494},"wholesale_price":[{"price":4.8,"min_quantity":1}],"weight":"0","compare_at_price":"69","price":"4.8","retail_price":"69","available":true,"url":"\/products\/rose-painted-calathea-roseoptica-medallion-1-p6wi?variant=97bf5efb-ffe0-41f9-8e53-070e59ef3e53","available_quantity":999999999,"options":[{"name":"Height (Inc. Pot)","value":"50-60cm"}],"off_ratio":93,"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 `
`;
}()}