${function() {
const variantData = data.variant || {"id":"16014506-add4-468c-8880-63072a4ed9e6","product_id":"242f8235-ee35-443a-936d-0104ea34f116","title":"S-Black","weight_unit":"kg","inventory_quantity":999,"sku":"W74655BK-S","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dcd40941be9ec1b95010ef173aafafd0.webp","path":"dcd40941be9ec1b95010ef173aafafd0.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0.48","compare_at_price":"55.99","price":"35.99","retail_price":"55.99","available":true,"url":"\/products\/fashion-sexy-deep-v-hot-rhinestone-dress?variant=16014506-add4-468c-8880-63072a4ed9e6","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":36,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : W74655BK-S
Weight : 0.48kg
${function(){
const variantData = data.variant || {"id":"16014506-add4-468c-8880-63072a4ed9e6","product_id":"242f8235-ee35-443a-936d-0104ea34f116","title":"S-Black","weight_unit":"kg","inventory_quantity":999,"sku":"W74655BK-S","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dcd40941be9ec1b95010ef173aafafd0.webp","path":"dcd40941be9ec1b95010ef173aafafd0.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0.48","compare_at_price":"55.99","price":"35.99","retail_price":"55.99","available":true,"url":"\/products\/fashion-sexy-deep-v-hot-rhinestone-dress?variant=16014506-add4-468c-8880-63072a4ed9e6","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}