${function() {
const variantData = data.variant || {"id":"7ea08627-6d86-4597-95d0-221f5be2970c","product_id":"7e889470-4c13-4e6c-9684-7b4736cd5b24","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Black One Size-48522417","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/236412263e7364c73aa073ed7fa3beb3.jpeg","path":"236412263e7364c73aa073ed7fa3beb3.jpeg","width":605,"height":697,"alt":"","aspect_ratio":0.8680057388809183},"wholesale_price":[{"price":38.69,"min_quantity":1}],"weight":"0","compare_at_price":"38.69","price":"38.69","retail_price":"38.69","available":true,"url":"\/products\/women-fashion-loose-short-sleeve-vintage-oversize-casual-linen-cotton-dress-208528445691?variant=7ea08627-6d86-4597-95d0-221f5be2970c","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"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 : Black One Size-48522417
${function(){
const variantData = data.variant || {"id":"7ea08627-6d86-4597-95d0-221f5be2970c","product_id":"7e889470-4c13-4e6c-9684-7b4736cd5b24","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"Black One Size-48522417","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/236412263e7364c73aa073ed7fa3beb3.jpeg","path":"236412263e7364c73aa073ed7fa3beb3.jpeg","width":605,"height":697,"alt":"","aspect_ratio":0.8680057388809183},"wholesale_price":[{"price":38.69,"min_quantity":1}],"weight":"0","compare_at_price":"38.69","price":"38.69","retail_price":"38.69","available":true,"url":"\/products\/women-fashion-loose-short-sleeve-vintage-oversize-casual-linen-cotton-dress-208528445691?variant=7ea08627-6d86-4597-95d0-221f5be2970c","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}