${function() {
const variantData = data.variant || {"id":"c8182334-7701-495c-b924-9fad89e1d91f","product_id":"06040056-525b-479c-b808-a465207bfd9c","title":"Sky blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Sky blue S-45939416","barcode":"","position":7,"option1":"Sky blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb63c1db2213df15841ea070b3650c71.jpeg","path":"bb63c1db2213df15841ea070b3650c71.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.4,"min_quantity":1}],"weight":"0","compare_at_price":"37.4","price":"37.4","retail_price":"37.4","available":true,"url":"\/products\/women-denim-jeans-high-waist-stretch-baggy-pants-wide-leg-flare-pants-jean-208565424165?variant=c8182334-7701-495c-b924-9fad89e1d91f","available_quantity":999999999,"options":[{"name":"Color","value":"Sky 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 : Sky blue S-45939416
${function(){
const variantData = data.variant || {"id":"c8182334-7701-495c-b924-9fad89e1d91f","product_id":"06040056-525b-479c-b808-a465207bfd9c","title":"Sky blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Sky blue S-45939416","barcode":"","position":7,"option1":"Sky blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb63c1db2213df15841ea070b3650c71.jpeg","path":"bb63c1db2213df15841ea070b3650c71.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.4,"min_quantity":1}],"weight":"0","compare_at_price":"37.4","price":"37.4","retail_price":"37.4","available":true,"url":"\/products\/women-denim-jeans-high-waist-stretch-baggy-pants-wide-leg-flare-pants-jean-208565424165?variant=c8182334-7701-495c-b924-9fad89e1d91f","available_quantity":999999999,"options":[{"name":"Color","value":"Sky 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}
`
}()}