${function() {
const variantData = data.variant || {"id":"afacd7e7-3c26-4bc7-aeb6-fa0095165878","title":"yellow-S","weight_unit":"kg","inventory_quantity":898,"sku":"GLSWS0106-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee776f787f3d9beb20a7b02fd0852db4.jpeg","path":"ee776f787f3d9beb20a7b02fd0852db4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0.18","compare_at_price":"0","price":"10.99","retail_price":"0","available":true,"url":"\/products\/women-sexy-ruffles-bikini-split-swimsuit?variant=afacd7e7-3c26-4bc7-aeb6-fa0095165878","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"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 : GLSWS0106-yellow-S
Weight : 0.18kg
${function(){
const variantData = data.variant || {"id":"afacd7e7-3c26-4bc7-aeb6-fa0095165878","title":"yellow-S","weight_unit":"kg","inventory_quantity":898,"sku":"GLSWS0106-yellow-S","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee776f787f3d9beb20a7b02fd0852db4.jpeg","path":"ee776f787f3d9beb20a7b02fd0852db4.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.99,"min_quantity":1}],"weight":"0.18","compare_at_price":"0","price":"10.99","retail_price":"0","available":true,"url":"\/products\/women-sexy-ruffles-bikini-split-swimsuit?variant=afacd7e7-3c26-4bc7-aeb6-fa0095165878","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"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}
`
}()}