${function() {
const variantData = data.variant || {"id":"5b1f10b3-d1c1-46fa-a408-87ed3cb6ff75","title":"red-One Size","weight_unit":"g","inventory_quantity":0,"sku":"SWAC0141-red-One Size","barcode":"267625-red-One Size","position":1,"option1":"red","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89bc6503df52d3f8ebe5db8364199bd4.jpeg","path":"89bc6503df52d3f8ebe5db8364199bd4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/fashion-christmas-popdrop-earrings?variant=5b1f10b3-d1c1-46fa-a408-87ed3cb6ff75","available_quantity":999999999,"options":[{"name":"Color","value":"red"},{"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 : SWAC0141-red-One Size
Weight : 200g
Barcode : 267625-red-One Size
${function(){
const variantData = data.variant || {"id":"5b1f10b3-d1c1-46fa-a408-87ed3cb6ff75","title":"red-One Size","weight_unit":"g","inventory_quantity":0,"sku":"SWAC0141-red-One Size","barcode":"267625-red-One Size","position":1,"option1":"red","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89bc6503df52d3f8ebe5db8364199bd4.jpeg","path":"89bc6503df52d3f8ebe5db8364199bd4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"5.99","retail_price":"0","available":true,"url":"\/products\/fashion-christmas-popdrop-earrings?variant=5b1f10b3-d1c1-46fa-a408-87ed3cb6ff75","available_quantity":999999999,"options":[{"name":"Color","value":"red"},{"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}
`
}()}