${function() {
const variantData = data.variant || {"id":"f360a1ef-77ff-4856-ac0f-c745ee074ef1","product_id":"a459518c-8148-4afd-9ca6-9b2b9182006f","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22402-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee6af261df40b2bcb813fa36f7c9a763.jpeg","path":"ee6af261df40b2bcb813fa36f7c9a763.jpeg","width":600,"height":901,"alt":"","aspect_ratio":0.6659267480577137},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"53","compare_at_price":"0","price":"17.99","retail_price":"0","available":true,"url":"\/products\/fashionable-and-simple-full-diamond-body-chain?variant=f360a1ef-77ff-4856-ac0f-c745ee074ef1","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 : QY22402-GO-SS
Weight : 53g
${function(){
const variantData = data.variant || {"id":"f360a1ef-77ff-4856-ac0f-c745ee074ef1","product_id":"a459518c-8148-4afd-9ca6-9b2b9182006f","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22402-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ee6af261df40b2bcb813fa36f7c9a763.jpeg","path":"ee6af261df40b2bcb813fa36f7c9a763.jpeg","width":600,"height":901,"alt":"","aspect_ratio":0.6659267480577137},"wholesale_price":[{"price":17.99,"min_quantity":1}],"weight":"53","compare_at_price":"0","price":"17.99","retail_price":"0","available":true,"url":"\/products\/fashionable-and-simple-full-diamond-body-chain?variant=f360a1ef-77ff-4856-ac0f-c745ee074ef1","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}
`
}()}