${function() {
const variantData = data.variant || {"id":"ea06bdfa-4aaa-4b39-b9f0-727648ff3e70","product_id":"cca4dfd8-3395-4f1f-995e-0b2143866ee6","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHRxpfPcD-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6963d0a358ee34db3777d585b8f404c7.jpeg","path":"6963d0a358ee34db3777d585b8f404c7.jpeg","width":1258,"height":1258,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"600","compare_at_price":"65","price":"45.89","retail_price":"65","available":true,"url":"\/products\/stylish-camouflage-overalls-stacked-jeans?variant=ea06bdfa-4aaa-4b39-b9f0-727648ff3e70","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":1};
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 : XHRxpfPcD-Green-S
Weight : 600g
${function(){
const variantData = data.variant || {"id":"ea06bdfa-4aaa-4b39-b9f0-727648ff3e70","product_id":"cca4dfd8-3395-4f1f-995e-0b2143866ee6","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHRxpfPcD-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6963d0a358ee34db3777d585b8f404c7.jpeg","path":"6963d0a358ee34db3777d585b8f404c7.jpeg","width":1258,"height":1258,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"600","compare_at_price":"65","price":"45.89","retail_price":"65","available":true,"url":"\/products\/stylish-camouflage-overalls-stacked-jeans?variant=ea06bdfa-4aaa-4b39-b9f0-727648ff3e70","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}