${function() {
const variantData = data.variant || {"id":"1f1f059a-5e85-4bbe-b904-f4291931a00c","title":"white-s","weight_unit":"g","inventory_quantity":998,"sku":"XYTJWU0009-white-s","barcode":"343061-white-s","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10907d1d3c6392be984069bde691ccb2.jpeg","path":"10907d1d3c6392be984069bde691ccb2.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"450","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/pure-color-simple-and-breathable-womens-suits?variant=1f1f059a-5e85-4bbe-b904-f4291931a00c","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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 : XYTJWU0009-white-s
Weight : 450g
Barcode : 343061-white-s
${function(){
const variantData = data.variant || {"id":"1f1f059a-5e85-4bbe-b904-f4291931a00c","title":"white-s","weight_unit":"g","inventory_quantity":998,"sku":"XYTJWU0009-white-s","barcode":"343061-white-s","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10907d1d3c6392be984069bde691ccb2.jpeg","path":"10907d1d3c6392be984069bde691ccb2.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"450","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/pure-color-simple-and-breathable-womens-suits?variant=1f1f059a-5e85-4bbe-b904-f4291931a00c","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"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}
`
}()}