${function() {
const variantData = data.variant || {"id":"bf0e304d-63c3-482c-b6ac-275ec1f43348","product_id":"c8a277ed-7950-41d3-a7a8-60c994d9ff6e","title":"Bright Orange-s","weight_unit":"kg","inventory_quantity":1000,"sku":"Bright Orange s-7527965","barcode":"","position":1,"option1":"Bright Orange","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d019996339f082195bfe981b5d6c60d5.jpeg","path":"d019996339f082195bfe981b5d6c60d5.jpeg","width":1050,"height":1050,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0","compare_at_price":"10.99","price":"10.99","retail_price":"10.99","available":true,"url":"\/products\/fashion-sexy-sling-knitted-sweater-mini-bodycon-dress-208529165979?variant=bf0e304d-63c3-482c-b6ac-275ec1f43348","available_quantity":999999999,"options":[{"name":"Color","value":"Bright Orange"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : Bright Orange s-7527965
${function(){
const variantData = data.variant || {"id":"bf0e304d-63c3-482c-b6ac-275ec1f43348","product_id":"c8a277ed-7950-41d3-a7a8-60c994d9ff6e","title":"Bright Orange-s","weight_unit":"kg","inventory_quantity":1000,"sku":"Bright Orange s-7527965","barcode":"","position":1,"option1":"Bright Orange","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d019996339f082195bfe981b5d6c60d5.jpeg","path":"d019996339f082195bfe981b5d6c60d5.jpeg","width":1050,"height":1050,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0","compare_at_price":"10.99","price":"10.99","retail_price":"10.99","available":true,"url":"\/products\/fashion-sexy-sling-knitted-sweater-mini-bodycon-dress-208529165979?variant=bf0e304d-63c3-482c-b6ac-275ec1f43348","available_quantity":999999999,"options":[{"name":"Color","value":"Bright Orange"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}