${function() {
const variantData = data.variant || {"id":"36f61e60-ef48-49d7-a2fe-736ba65f2543","product_id":"7abf99bb-f63d-46a1-9c8b-6dc313d526cc","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22277-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/96c561f08dffd3e599ca504e018bb9ee.jpeg","path":"96c561f08dffd3e599ca504e018bb9ee.jpeg","width":600,"height":901,"alt":"","aspect_ratio":0.6659267480577137},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"30","compare_at_price":"0","price":"13.99","retail_price":"0","available":true,"url":"\/products\/love-wrap-adjustable-open-ring-4?variant=36f61e60-ef48-49d7-a2fe-736ba65f2543","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"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 : QY22277-GO-SS
Weight : 30g
${function(){
const variantData = data.variant || {"id":"36f61e60-ef48-49d7-a2fe-736ba65f2543","product_id":"7abf99bb-f63d-46a1-9c8b-6dc313d526cc","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22277-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/96c561f08dffd3e599ca504e018bb9ee.jpeg","path":"96c561f08dffd3e599ca504e018bb9ee.jpeg","width":600,"height":901,"alt":"","aspect_ratio":0.6659267480577137},"wholesale_price":[{"price":13.99,"min_quantity":1}],"weight":"30","compare_at_price":"0","price":"13.99","retail_price":"0","available":true,"url":"\/products\/love-wrap-adjustable-open-ring-4?variant=36f61e60-ef48-49d7-a2fe-736ba65f2543","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"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}
`
}()}