${function() {
const variantData = data.variant || {"id":"a1fcfae4-133d-4b78-a260-4866a88313cf","product_id":"c7f76518-e986-47a9-85e2-9dd1211078b1","title":"Black-27","weight_unit":"g","inventory_quantity":999,"sku":"XH0HEEhzT-Black-27","barcode":"","position":1,"option1":"Black","option2":"27","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41020a648eae29bc4bf0558800fc0d75.jpeg","path":"41020a648eae29bc4bf0558800fc0d75.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"600","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/vintage-lightning-print-street-jeans?variant=a1fcfae4-133d-4b78-a260-4866a88313cf","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"27"}],"off_ratio":21,"flashsale_info":[],"sales":7};
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 : XH0HEEhzT-Black-27
Weight : 600g
${function(){
const variantData = data.variant || {"id":"a1fcfae4-133d-4b78-a260-4866a88313cf","product_id":"c7f76518-e986-47a9-85e2-9dd1211078b1","title":"Black-27","weight_unit":"g","inventory_quantity":999,"sku":"XH0HEEhzT-Black-27","barcode":"","position":1,"option1":"Black","option2":"27","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/41020a648eae29bc4bf0558800fc0d75.jpeg","path":"41020a648eae29bc4bf0558800fc0d75.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"600","compare_at_price":"38","price":"29.89","retail_price":"38","available":true,"url":"\/products\/vintage-lightning-print-street-jeans?variant=a1fcfae4-133d-4b78-a260-4866a88313cf","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"27"}],"off_ratio":21,"flashsale_info":[],"sales":7};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}