${function() {
const variantData = data.variant || {"id":"6eec9556-9e12-45ec-8c38-7e3493512c22","product_id":"fde1a974-4b0b-4a01-a70c-410ce1981d0c","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHKql5cEZ-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f97e8bbde89ea7a95e39d4fcc12c005.jpeg","path":"6f97e8bbde89ea7a95e39d4fcc12c005.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"42.89","retail_price":"88","available":true,"url":"\/products\/casual-street-heart-baseball-jacket?variant=6eec9556-9e12-45ec-8c38-7e3493512c22","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":2};
const saveType = "percentage";
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 : XHKql5cEZ-Light_Blue-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"6eec9556-9e12-45ec-8c38-7e3493512c22","product_id":"fde1a974-4b0b-4a01-a70c-410ce1981d0c","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHKql5cEZ-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f97e8bbde89ea7a95e39d4fcc12c005.jpeg","path":"6f97e8bbde89ea7a95e39d4fcc12c005.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"42.89","retail_price":"88","available":true,"url":"\/products\/casual-street-heart-baseball-jacket?variant=6eec9556-9e12-45ec-8c38-7e3493512c22","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}