${function() {
const variantData = data.variant || {"id":"fb0752b4-8180-495a-b24c-56477de9635a","product_id":"0c0b075a-f868-4f47-8608-925bc47e9f3c","title":"Yellow dark blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow dark blue S-46024991","barcode":"","position":7,"option1":"Yellow dark blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3396bae31121631d0f883de3e13b897c.jpeg","path":"3396bae31121631d0f883de3e13b897c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.24,"min_quantity":1}],"weight":"0","compare_at_price":"35.24","price":"35.24","retail_price":"35.24","available":true,"url":"\/products\/womens-jeans-stretch-ripped-skinny-blue-denim-jean-208565410266?variant=fb0752b4-8180-495a-b24c-56477de9635a","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow dark blue"},{"name":"Size","value":"S"}],"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 : Yellow dark blue S-46024991
${function(){
const variantData = data.variant || {"id":"fb0752b4-8180-495a-b24c-56477de9635a","product_id":"0c0b075a-f868-4f47-8608-925bc47e9f3c","title":"Yellow dark blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Yellow dark blue S-46024991","barcode":"","position":7,"option1":"Yellow dark blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3396bae31121631d0f883de3e13b897c.jpeg","path":"3396bae31121631d0f883de3e13b897c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.24,"min_quantity":1}],"weight":"0","compare_at_price":"35.24","price":"35.24","retail_price":"35.24","available":true,"url":"\/products\/womens-jeans-stretch-ripped-skinny-blue-denim-jean-208565410266?variant=fb0752b4-8180-495a-b24c-56477de9635a","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow dark blue"},{"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}
`
}()}