${function() {
const variantData = data.variant || {"id":"ba4b5d19-6ac8-4961-82a8-34efd34c9728","product_id":"0fe3c5ec-3cc5-4cba-8008-88facbf578c7","title":"Dark grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Dark grey S-43148265","barcode":"","position":1,"option1":"Dark grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/29b4f3f80c08b16139fc9332699fdb8d.jpeg","path":"29b4f3f80c08b16139fc9332699fdb8d.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.43,"min_quantity":1}],"weight":"0","compare_at_price":"24.43","price":"24.43","retail_price":"24.43","available":true,"url":"\/products\/womens-wide-leg-high-waist-cotton-linen-solid-color-casual-pants-208565330193?variant=ba4b5d19-6ac8-4961-82a8-34efd34c9728","available_quantity":999999999,"options":[{"name":"Color","value":"Dark grey"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 : Dark grey S-43148265
${function(){
const variantData = data.variant || {"id":"ba4b5d19-6ac8-4961-82a8-34efd34c9728","product_id":"0fe3c5ec-3cc5-4cba-8008-88facbf578c7","title":"Dark grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Dark grey S-43148265","barcode":"","position":1,"option1":"Dark grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/29b4f3f80c08b16139fc9332699fdb8d.jpeg","path":"29b4f3f80c08b16139fc9332699fdb8d.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.43,"min_quantity":1}],"weight":"0","compare_at_price":"24.43","price":"24.43","retail_price":"24.43","available":true,"url":"\/products\/womens-wide-leg-high-waist-cotton-linen-solid-color-casual-pants-208565330193?variant=ba4b5d19-6ac8-4961-82a8-34efd34c9728","available_quantity":999999999,"options":[{"name":"Color","value":"Dark grey"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}