${function() {
const variantData = data.variant || {"id":"a14d1549-fa32-4417-a952-3e35d83483b4","product_id":"aedf76fe-2ff9-4a9a-a54b-8ae8830bbf7a","title":"Gold-SS","weight_unit":"g","inventory_quantity":499,"sku":"QY22240-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"SS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b9b82fa05f4175635e203545bdecbbb9.jpeg","path":"b9b82fa05f4175635e203545bdecbbb9.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/versatile-pearl-conch-handbag-10?variant=a14d1549-fa32-4417-a952-3e35d83483b4","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"SS"}],"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 : QY22240-GO-SS
Weight : 300g
${function(){
const variantData = data.variant || {"id":"a14d1549-fa32-4417-a952-3e35d83483b4","product_id":"aedf76fe-2ff9-4a9a-a54b-8ae8830bbf7a","title":"Gold-SS","weight_unit":"g","inventory_quantity":499,"sku":"QY22240-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"SS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b9b82fa05f4175635e203545bdecbbb9.jpeg","path":"b9b82fa05f4175635e203545bdecbbb9.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/versatile-pearl-conch-handbag-10?variant=a14d1549-fa32-4417-a952-3e35d83483b4","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"SS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}