${function() {
const variantData = data.variant || {"id":"c83f80b4-1595-40b4-bad6-01b97e03419d","product_id":"b1b4bfbd-1271-4600-a1d5-c8d2e5b6c085","title":"S-Gold","weight_unit":"kg","inventory_quantity":999,"sku":"W80773GD-S","barcode":"","position":1,"option1":"S","option2":"Gold","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/184f500eb4518fafa431d77d098eb6fe.webp","path":"184f500eb4518fafa431d77d098eb6fe.webp","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.33","compare_at_price":"58.99","price":"38.99","retail_price":"58.99","available":true,"url":"\/products\/long-sleeve-sequined-slim-evening-dress?variant=c83f80b4-1595-40b4-bad6-01b97e03419d","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Gold"}],"off_ratio":34,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
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 : W80773GD-S
Weight : 0.33kg
${function(){
const variantData = data.variant || {"id":"c83f80b4-1595-40b4-bad6-01b97e03419d","product_id":"b1b4bfbd-1271-4600-a1d5-c8d2e5b6c085","title":"S-Gold","weight_unit":"kg","inventory_quantity":999,"sku":"W80773GD-S","barcode":"","position":1,"option1":"S","option2":"Gold","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/184f500eb4518fafa431d77d098eb6fe.webp","path":"184f500eb4518fafa431d77d098eb6fe.webp","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0.33","compare_at_price":"58.99","price":"38.99","retail_price":"58.99","available":true,"url":"\/products\/long-sleeve-sequined-slim-evening-dress?variant=c83f80b4-1595-40b4-bad6-01b97e03419d","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Gold"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}