${function() {
const variantData = data.variant || {"id":"2933215e-e16e-4c30-9503-f1b21f9c34f8","title":"grey-S","weight_unit":"kg","inventory_quantity":899,"sku":"GLSWD0030-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/023ba95db2d6a70a7dc3d15bd112ae7b.jpeg","path":"023ba95db2d6a70a7dc3d15bd112ae7b.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/beach-round-neckline-long-camisole-dress-with-pockets?variant=2933215e-e16e-4c30-9503-f1b21f9c34f8","available_quantity":999999999,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
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 : GLSWD0030-grey-S
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"2933215e-e16e-4c30-9503-f1b21f9c34f8","title":"grey-S","weight_unit":"kg","inventory_quantity":899,"sku":"GLSWD0030-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/023ba95db2d6a70a7dc3d15bd112ae7b.jpeg","path":"023ba95db2d6a70a7dc3d15bd112ae7b.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.3","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/beach-round-neckline-long-camisole-dress-with-pockets?variant=2933215e-e16e-4c30-9503-f1b21f9c34f8","available_quantity":999999999,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}