${function() {
const variantData = data.variant || {"id":"0d1fa38e-90eb-47a0-8195-1e63b365c8fb","product_id":"7fb34e1e-8513-42ba-8619-e0a3e101c437","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"xhjn02021112518-11-i","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ace27a18cb80e4a19f781ff5e21356ec.jpeg","path":"ace27a18cb80e4a19f781ff5e21356ec.jpeg","width":425,"height":425,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":4.81,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"4.81","retail_price":"0","available":true,"url":"\/products\/cross-nail-necklace?variant=0d1fa38e-90eb-47a0-8195-1e63b365c8fb","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}}";
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 : xhjn02021112518-11-i
${function(){
const variantData = data.variant || {"id":"0d1fa38e-90eb-47a0-8195-1e63b365c8fb","product_id":"7fb34e1e-8513-42ba-8619-e0a3e101c437","title":"Black-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"xhjn02021112518-11-i","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ace27a18cb80e4a19f781ff5e21356ec.jpeg","path":"ace27a18cb80e4a19f781ff5e21356ec.jpeg","width":425,"height":425,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":4.81,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"4.81","retail_price":"0","available":true,"url":"\/products\/cross-nail-necklace?variant=0d1fa38e-90eb-47a0-8195-1e63b365c8fb","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}
`
}()}