Elegant Aromatherapy Candles
${function() {
const variantData = data.variant || {"id":"058566de-5002-49bb-8821-d8f584ce7705","product_id":"a5cedfee-1d88-43d9-bdc1-a6e6d374e800","title":"Bathed in rain and orange breeze","weight_unit":"kg","inventory_quantity":377,"sku":"","barcode":"","position":1,"option1":"Bathed in rain and orange breeze","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10ecb169f9cb670b72b089404ecb69b7.jpeg","path":"10ecb169f9cb670b72b089404ecb69b7.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"1","compare_at_price":"6.7","price":"39.99","retail_price":"6.7","available":true,"url":"\/products\/\u68ee\u7cfb\u9999\u85b0\u8721\u70db\u793c\u76d2-\u5bb6\u7528\u6301\u4e45\u6269\u9999\u5e72\u82b1\u9999\u85b0\u6446\u4ef6\u8282\u65e5\u4f34\u624b\u793c\u9999\u85b0\u6446\u4ef6?variant=058566de-5002-49bb-8821-d8f584ce7705","available_quantity":999999999,"options":[{"name":"\u989c\u8272","value":"Bathed in rain and orange breeze"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
颜色:
Bathed in rain and orange breeze
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$39.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":"058566de-5002-49bb-8821-d8f584ce7705","product_id":"a5cedfee-1d88-43d9-bdc1-a6e6d374e800","title":"Bathed in rain and orange breeze","weight_unit":"kg","inventory_quantity":377,"sku":"","barcode":"","position":1,"option1":"Bathed in rain and orange breeze","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10ecb169f9cb670b72b089404ecb69b7.jpeg","path":"10ecb169f9cb670b72b089404ecb69b7.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"1","compare_at_price":"6.7","price":"39.99","retail_price":"6.7","available":true,"url":"\/products\/\u68ee\u7cfb\u9999\u85b0\u8721\u70db\u793c\u76d2-\u5bb6\u7528\u6301\u4e45\u6269\u9999\u5e72\u82b1\u9999\u85b0\u6446\u4ef6\u8282\u65e5\u4f34\u624b\u793c\u9999\u85b0\u6446\u4ef6?variant=058566de-5002-49bb-8821-d8f584ce7705","available_quantity":999999999,"options":[{"name":"\u989c\u8272","value":"Bathed in rain and orange breeze"}],"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":"058566de-5002-49bb-8821-d8f584ce7705","product_id":"a5cedfee-1d88-43d9-bdc1-a6e6d374e800","title":"Bathed in rain and orange breeze","weight_unit":"kg","inventory_quantity":377,"sku":"","barcode":"","position":1,"option1":"Bathed in rain and orange breeze","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10ecb169f9cb670b72b089404ecb69b7.jpeg","path":"10ecb169f9cb670b72b089404ecb69b7.jpeg","width":1920,"height":1920,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"1","compare_at_price":"6.7","price":"39.99","retail_price":"6.7","available":true,"url":"\/products\/\u68ee\u7cfb\u9999\u85b0\u8721\u70db\u793c\u76d2-\u5bb6\u7528\u6301\u4e45\u6269\u9999\u5e72\u82b1\u9999\u85b0\u6446\u4ef6\u8282\u65e5\u4f34\u624b\u793c\u9999\u85b0\u6446\u4ef6?variant=058566de-5002-49bb-8821-d8f584ce7705","available_quantity":999999999,"options":[{"name":"\u989c\u8272","value":"Bathed in rain and orange breeze"}],"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 `
`;
}()}