${function() {
const variantData = data.variant || {"id":"895fb1dd-0aff-4715-a54d-bef7b39e8b1f","product_id":"c7f4a554-e04a-4924-8f30-68f4cc627848","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22251-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a50a14c2fb8a94d7d74b2e9eb145055e.jpeg","path":"a50a14c2fb8a94d7d74b2e9eb145055e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"28","compare_at_price":"0","price":"6.99","retail_price":"0","available":true,"url":"\/products\/alloy-love-eachother-couple-bracelet-4?variant=895fb1dd-0aff-4715-a54d-bef7b39e8b1f","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 : QY22251-GO-SS
Weight : 28g
${function(){
const variantData = data.variant || {"id":"895fb1dd-0aff-4715-a54d-bef7b39e8b1f","product_id":"c7f4a554-e04a-4924-8f30-68f4cc627848","title":"Gold-ONE-SIZE","weight_unit":"g","inventory_quantity":500,"sku":"QY22251-GO-SS","barcode":"","position":1,"option1":"Gold","option2":"ONE-SIZE","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a50a14c2fb8a94d7d74b2e9eb145055e.jpeg","path":"a50a14c2fb8a94d7d74b2e9eb145055e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":6.99,"min_quantity":1}],"weight":"28","compare_at_price":"0","price":"6.99","retail_price":"0","available":true,"url":"\/products\/alloy-love-eachother-couple-bracelet-4?variant=895fb1dd-0aff-4715-a54d-bef7b39e8b1f","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}
`
}()}