${function() {
const variantData = data.variant || {"id":"fd317151-7748-4743-b4de-3fbf33528d74","product_id":"5e5ca24d-6aa7-46ec-97f3-1f35fc20a771","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6859786","barcode":"6859786","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d352a41fcb0b9785e16fc77e73c6352.jpeg","path":"3d352a41fcb0b9785e16fc77e73c6352.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.49","price":"22.99","retail_price":"45.49","available":true,"url":"\/products\/sexy-deep-v-neck-wrinkle-polka-dot-printed-dress?variant=fd317151-7748-4743-b4de-3fbf33528d74","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":49,"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 : 6859786
Weight : 0.2kg
Barcode : 6859786
${function(){
const variantData = data.variant || {"id":"fd317151-7748-4743-b4de-3fbf33528d74","product_id":"5e5ca24d-6aa7-46ec-97f3-1f35fc20a771","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6859786","barcode":"6859786","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3d352a41fcb0b9785e16fc77e73c6352.jpeg","path":"3d352a41fcb0b9785e16fc77e73c6352.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"45.49","price":"22.99","retail_price":"45.49","available":true,"url":"\/products\/sexy-deep-v-neck-wrinkle-polka-dot-printed-dress?variant=fd317151-7748-4743-b4de-3fbf33528d74","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}