${function() {
const variantData = data.variant || {"id":"77b8b7c7-465e-4782-858b-ccfb2fded728","title":"black-One Size","weight_unit":"kg","inventory_quantity":100,"sku":"XXWD1091-black-One Size","barcode":"","position":1,"option1":"black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec813f3ecf47e9ceb7a9c00749c159db.jpeg","path":"ec813f3ecf47e9ceb7a9c00749c159db.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/turtleneck-high-neck-knit-padded-long-sleeve-dress?variant=77b8b7c7-465e-4782-858b-ccfb2fded728","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"One Size"}],"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 : XXWD1091-black-One Size
Weight : 0.6kg
${function(){
const variantData = data.variant || {"id":"77b8b7c7-465e-4782-858b-ccfb2fded728","title":"black-One Size","weight_unit":"kg","inventory_quantity":100,"sku":"XXWD1091-black-One Size","barcode":"","position":1,"option1":"black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ec813f3ecf47e9ceb7a9c00749c159db.jpeg","path":"ec813f3ecf47e9ceb7a9c00749c159db.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":12.49,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"12.49","retail_price":"0","available":true,"url":"\/products\/turtleneck-high-neck-knit-padded-long-sleeve-dress?variant=77b8b7c7-465e-4782-858b-ccfb2fded728","available_quantity":999999999,"options":[{"name":"color","value":"black"},{"name":"size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}