${function() {
const variantData = data.variant || {"id":"44fefe0a-1645-4842-88d7-cbf7af850c8a","product_id":"13eef7e6-be83-4a99-be8c-45ecf1e59c75","title":"shorts 3-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"shorts 3 XS-41451372","barcode":"","position":11,"option1":"shorts 3","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4c919c207d6cd17349cc557f037180bf.jpeg","path":"4c919c207d6cd17349cc557f037180bf.jpeg","width":1200,"height":1500,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":19.53,"min_quantity":1}],"weight":"0","compare_at_price":"19.53","price":"19.53","retail_price":"19.53","available":true,"url":"\/products\/womens-seamless-solid-color-fitness-high-waist-workout-street-short-208565422812?variant=44fefe0a-1645-4842-88d7-cbf7af850c8a","available_quantity":999999999,"options":[{"name":"Color","value":"shorts 3"},{"name":"Size","value":"XS"}],"off_ratio":0,"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 : shorts 3 XS-41451372
${function(){
const variantData = data.variant || {"id":"44fefe0a-1645-4842-88d7-cbf7af850c8a","product_id":"13eef7e6-be83-4a99-be8c-45ecf1e59c75","title":"shorts 3-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"shorts 3 XS-41451372","barcode":"","position":11,"option1":"shorts 3","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4c919c207d6cd17349cc557f037180bf.jpeg","path":"4c919c207d6cd17349cc557f037180bf.jpeg","width":1200,"height":1500,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":19.53,"min_quantity":1}],"weight":"0","compare_at_price":"19.53","price":"19.53","retail_price":"19.53","available":true,"url":"\/products\/womens-seamless-solid-color-fitness-high-waist-workout-street-short-208565422812?variant=44fefe0a-1645-4842-88d7-cbf7af850c8a","available_quantity":999999999,"options":[{"name":"Color","value":"shorts 3"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}