Handmade Strawberry Scented Candle
${function() {
const variantData = data.variant || {"id":"5eb47de4-9ae7-4eb6-94db-192aa9c98b47","product_id":"9e4d1c8c-6d99-49c2-978f-1e8a09bcace8","title":"One large red strawberry","weight_unit":"kg","inventory_quantity":476303,"sku":"","barcode":"","position":1,"option1":"One large red strawberry","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0fa27f8a63d5bfb1a9586830aad74a34.jpeg","path":"0fa27f8a63d5bfb1a9586830aad74a34.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.1","compare_at_price":"15.99","price":"15.99","retail_price":"15.99","available":true,"url":"\/products\/\u521b\u610f\u7f51\u7ea2\u624b\u5de5\u8349\u8393\u9999\u85b0\u8721\u70db\u6279\u53d1\u5bb6\u7528\u9020\u578b\u9999\u6c1b\u8721\u70db\u7ed3\u5a5a\u4f34\u624b\u793c\u6446\u4ef6?variant=5eb47de4-9ae7-4eb6-94db-192aa9c98b47","available_quantity":999999999,"options":[{"name":"\u5c3a\u5bf8","value":"One large red strawberry"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
尺寸:
One large red strawberry
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$15.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":"5eb47de4-9ae7-4eb6-94db-192aa9c98b47","product_id":"9e4d1c8c-6d99-49c2-978f-1e8a09bcace8","title":"One large red strawberry","weight_unit":"kg","inventory_quantity":476303,"sku":"","barcode":"","position":1,"option1":"One large red strawberry","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0fa27f8a63d5bfb1a9586830aad74a34.jpeg","path":"0fa27f8a63d5bfb1a9586830aad74a34.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.1","compare_at_price":"15.99","price":"15.99","retail_price":"15.99","available":true,"url":"\/products\/\u521b\u610f\u7f51\u7ea2\u624b\u5de5\u8349\u8393\u9999\u85b0\u8721\u70db\u6279\u53d1\u5bb6\u7528\u9020\u578b\u9999\u6c1b\u8721\u70db\u7ed3\u5a5a\u4f34\u624b\u793c\u6446\u4ef6?variant=5eb47de4-9ae7-4eb6-94db-192aa9c98b47","available_quantity":999999999,"options":[{"name":"\u5c3a\u5bf8","value":"One large red strawberry"}],"off_ratio":0,"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":"5eb47de4-9ae7-4eb6-94db-192aa9c98b47","product_id":"9e4d1c8c-6d99-49c2-978f-1e8a09bcace8","title":"One large red strawberry","weight_unit":"kg","inventory_quantity":476303,"sku":"","barcode":"","position":1,"option1":"One large red strawberry","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0fa27f8a63d5bfb1a9586830aad74a34.jpeg","path":"0fa27f8a63d5bfb1a9586830aad74a34.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.99,"min_quantity":1}],"weight":"0.1","compare_at_price":"15.99","price":"15.99","retail_price":"15.99","available":true,"url":"\/products\/\u521b\u610f\u7f51\u7ea2\u624b\u5de5\u8349\u8393\u9999\u85b0\u8721\u70db\u6279\u53d1\u5bb6\u7528\u9020\u578b\u9999\u6c1b\u8721\u70db\u7ed3\u5a5a\u4f34\u624b\u793c\u6446\u4ef6?variant=5eb47de4-9ae7-4eb6-94db-192aa9c98b47","available_quantity":999999999,"options":[{"name":"\u5c3a\u5bf8","value":"One large red strawberry"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${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 `
`;
}()}