${function() {
const variantData = data.variant || {"id":"159137e2-2791-4f75-ab5e-1e2dafe57657","title":"black-S","weight_unit":"kg","inventory_quantity":355,"sku":"GCCWU0681-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1bc31d2298e9d9b175198d8e20c8393c.jpeg","path":"1bc31d2298e9d9b175198d8e20c8393c.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/fashion-casual-loose-round-neck-long-sleeve-solid-color-two-piece-suit?variant=159137e2-2791-4f75-ab5e-1e2dafe57657","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"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 : GCCWU0681-black-S
Weight : 0.5kg
${function(){
const variantData = data.variant || {"id":"159137e2-2791-4f75-ab5e-1e2dafe57657","title":"black-S","weight_unit":"kg","inventory_quantity":355,"sku":"GCCWU0681-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1bc31d2298e9d9b175198d8e20c8393c.jpeg","path":"1bc31d2298e9d9b175198d8e20c8393c.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0.5","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/fashion-casual-loose-round-neck-long-sleeve-solid-color-two-piece-suit?variant=159137e2-2791-4f75-ab5e-1e2dafe57657","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"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}
`
}()}