🎄Christmas decoration wreath🌟✨
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"1a2677c5-0601-45f1-ba7d-fe30b6129623","product_id":"ffa64e17-72be-427c-969e-894d601cac5e","title":"Warm White-45CM","weight_unit":"kg","inventory_quantity":977,"sku":"SI2925144-\u58a8\u7eff\u8272+JA2925146-\u6696\u767d","barcode":"","position":1,"option1":"Warm White","option2":"45CM","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6a1f5dd31ff24e7a34353ea734ce44ce.jpg","path":"6a1f5dd31ff24e7a34353ea734ce44ce.jpg","width":1279,"height":1279,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"52.92","price":"39.99","retail_price":"52.92","available":true,"url":"\/products\/bethlehem-lights-grand-radiance-26-led-garland?variant=1a2677c5-0601-45f1-ba7d-fe30b6129623","available_quantity":977,"options":[{"name":"Light Type","value":"Warm White"},{"name":"Size","value":"45CM"}],"off_ratio":24,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Light Type:
Warm White
${function(){
const optName = "Light Type";
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}
`
}()}
Size:
45CM
${function(){
const optName = "Size";
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
$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":"1a2677c5-0601-45f1-ba7d-fe30b6129623","product_id":"ffa64e17-72be-427c-969e-894d601cac5e","title":"Warm White-45CM","weight_unit":"kg","inventory_quantity":977,"sku":"SI2925144-\u58a8\u7eff\u8272+JA2925146-\u6696\u767d","barcode":"","position":1,"option1":"Warm White","option2":"45CM","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6a1f5dd31ff24e7a34353ea734ce44ce.jpg","path":"6a1f5dd31ff24e7a34353ea734ce44ce.jpg","width":1279,"height":1279,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"52.92","price":"39.99","retail_price":"52.92","available":true,"url":"\/products\/bethlehem-lights-grand-radiance-26-led-garland?variant=1a2677c5-0601-45f1-ba7d-fe30b6129623","available_quantity":977,"options":[{"name":"Light Type","value":"Warm White"},{"name":"Size","value":"45CM"}],"off_ratio":24,"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.
Sku : SI2925144-墨绿色+JA2925146-暖白
${function(){
const variantData = data.variant || {"id":"1a2677c5-0601-45f1-ba7d-fe30b6129623","product_id":"ffa64e17-72be-427c-969e-894d601cac5e","title":"Warm White-45CM","weight_unit":"kg","inventory_quantity":977,"sku":"SI2925144-\u58a8\u7eff\u8272+JA2925146-\u6696\u767d","barcode":"","position":1,"option1":"Warm White","option2":"45CM","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6a1f5dd31ff24e7a34353ea734ce44ce.jpg","path":"6a1f5dd31ff24e7a34353ea734ce44ce.jpg","width":1279,"height":1279,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"52.92","price":"39.99","retail_price":"52.92","available":true,"url":"\/products\/bethlehem-lights-grand-radiance-26-led-garland?variant=1a2677c5-0601-45f1-ba7d-fe30b6129623","available_quantity":977,"options":[{"name":"Light Type","value":"Warm White"},{"name":"Size","value":"45CM"}],"off_ratio":24,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}