${function() {
const variantData = data.variant || {"id":"ef2f5c6d-b1d5-4398-a618-c721933cac91","product_id":"d9f8f603-c065-4a7f-a1f3-31dfda99c0ec","title":"White-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"YQ21598-WH-SS","barcode":"","position":1,"option1":"White","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7536c4668174efe0887d6d40b93e5ec8.jpeg","path":"7536c4668174efe0887d6d40b93e5ec8.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"50","compare_at_price":"0","price":"16.99","retail_price":"0","available":true,"url":"\/products\/heart-shaped-alloy-with-colored-diamonds-retro-temperament-exaggerated-earrings?variant=ef2f5c6d-b1d5-4398-a618-c721933cac91","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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 : YQ21598-WH-SS
Weight : 50g
${function(){
const variantData = data.variant || {"id":"ef2f5c6d-b1d5-4398-a618-c721933cac91","product_id":"d9f8f603-c065-4a7f-a1f3-31dfda99c0ec","title":"White-ONE-SIZE","weight_unit":"g","inventory_quantity":0,"sku":"YQ21598-WH-SS","barcode":"","position":1,"option1":"White","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7536c4668174efe0887d6d40b93e5ec8.jpeg","path":"7536c4668174efe0887d6d40b93e5ec8.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":16.99,"min_quantity":1}],"weight":"50","compare_at_price":"0","price":"16.99","retail_price":"0","available":true,"url":"\/products\/heart-shaped-alloy-with-colored-diamonds-retro-temperament-exaggerated-earrings?variant=ef2f5c6d-b1d5-4398-a618-c721933cac91","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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}
`
}()}