${function() {
const variantData = data.variant || {"id":"04da9c8f-c86a-4a8e-99e6-0e1c5f329bbc","title":"brown-s","weight_unit":"g","inventory_quantity":999,"sku":"XTJWU0777-brown-s","barcode":"","position":1,"option1":"brown","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e6744888864baba31ddabbee3c62f27.jpeg","path":"3e6744888864baba31ddabbee3c62f27.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"800","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/long-sweater-autumn-and-winter-womens-suits?variant=04da9c8f-c86a-4a8e-99e6-0e1c5f329bbc","available_quantity":999999999,"options":[{"name":"color","value":"brown"},{"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 : XTJWU0777-brown-s
Weight : 800g
${function(){
const variantData = data.variant || {"id":"04da9c8f-c86a-4a8e-99e6-0e1c5f329bbc","title":"brown-s","weight_unit":"g","inventory_quantity":999,"sku":"XTJWU0777-brown-s","barcode":"","position":1,"option1":"brown","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e6744888864baba31ddabbee3c62f27.jpeg","path":"3e6744888864baba31ddabbee3c62f27.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"800","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/long-sweater-autumn-and-winter-womens-suits?variant=04da9c8f-c86a-4a8e-99e6-0e1c5f329bbc","available_quantity":999999999,"options":[{"name":"color","value":"brown"},{"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}
`
}()}