${function() {
const variantData = data.variant || {"id":"1c8bf06c-b1e2-4381-a6e9-dbce179a7d12","product_id":"fb03a8b5-0864-437f-8fc1-db5afe74103a","title":"Light Khaki-S","weight_unit":"kg","inventory_quantity":999,"sku":"Light Khaki S-45362423","barcode":"","position":1,"option1":"Light Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5eef59e6c1115fff6d1c4ef983754924.jpeg","path":"5eef59e6c1115fff6d1c4ef983754924.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":57.63,"min_quantity":1}],"weight":"0","compare_at_price":"57.63","price":"57.63","retail_price":"57.63","available":true,"url":"\/products\/elegant-loose-fashionable-casual-suit-207998476698?variant=1c8bf06c-b1e2-4381-a6e9-dbce179a7d12","available_quantity":999999999,"options":[{"name":"Color","value":"Light Khaki"},{"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 : Light Khaki S-45362423
${function(){
const variantData = data.variant || {"id":"1c8bf06c-b1e2-4381-a6e9-dbce179a7d12","product_id":"fb03a8b5-0864-437f-8fc1-db5afe74103a","title":"Light Khaki-S","weight_unit":"kg","inventory_quantity":999,"sku":"Light Khaki S-45362423","barcode":"","position":1,"option1":"Light Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5eef59e6c1115fff6d1c4ef983754924.jpeg","path":"5eef59e6c1115fff6d1c4ef983754924.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":57.63,"min_quantity":1}],"weight":"0","compare_at_price":"57.63","price":"57.63","retail_price":"57.63","available":true,"url":"\/products\/elegant-loose-fashionable-casual-suit-207998476698?variant=1c8bf06c-b1e2-4381-a6e9-dbce179a7d12","available_quantity":999999999,"options":[{"name":"Color","value":"Light Khaki"},{"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}
`
}()}