${function() {
const variantData = data.variant || {"id":"c0da21b4-6e10-44b1-84f0-c12fd582238e","product_id":"7f149ed1-55ec-4878-9e20-e98147374906","title":"White-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22338-WH-SS","barcode":"","position":1,"option1":"White","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06107f55326f05350902ebd1ded6a796.jpeg","path":"06107f55326f05350902ebd1ded6a796.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"75","compare_at_price":"0","price":"14.99","retail_price":"0","available":true,"url":"\/products\/bohemian-red-coral-necklace-two-piece-set-4?variant=c0da21b4-6e10-44b1-84f0-c12fd582238e","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 : QY22338-WH-SS
Weight : 75g
${function(){
const variantData = data.variant || {"id":"c0da21b4-6e10-44b1-84f0-c12fd582238e","product_id":"7f149ed1-55ec-4878-9e20-e98147374906","title":"White-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22338-WH-SS","barcode":"","position":1,"option1":"White","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/06107f55326f05350902ebd1ded6a796.jpeg","path":"06107f55326f05350902ebd1ded6a796.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"75","compare_at_price":"0","price":"14.99","retail_price":"0","available":true,"url":"\/products\/bohemian-red-coral-necklace-two-piece-set-4?variant=c0da21b4-6e10-44b1-84f0-c12fd582238e","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}
`
}()}