${function() {
const variantData = data.variant || {"id":"afad4554-0107-46df-ac81-17969dbe41fc","product_id":"36cbd298-e858-46b9-acca-07de9e2c39fe","title":"White_Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHdmIhvGz-White_Black-S","barcode":"","position":1,"option1":"White_Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/18168ed6f4d8b2c65971794dda582a08.jpeg","path":"18168ed6f4d8b2c65971794dda582a08.jpeg","width":1011,"height":1011,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.89,"min_quantity":1}],"weight":"500","compare_at_price":"49","price":"36.89","retail_price":"49","available":true,"url":"\/products\/money-print-t-shirt-trousers-two-piece-set?variant=afad4554-0107-46df-ac81-17969dbe41fc","available_quantity":999999999,"options":[{"name":"Color","value":"White_Black"},{"name":"Size","value":"S"}],"off_ratio":25,"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 : XHdmIhvGz-White_Black-S
Weight : 500g
${function(){
const variantData = data.variant || {"id":"afad4554-0107-46df-ac81-17969dbe41fc","product_id":"36cbd298-e858-46b9-acca-07de9e2c39fe","title":"White_Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHdmIhvGz-White_Black-S","barcode":"","position":1,"option1":"White_Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/18168ed6f4d8b2c65971794dda582a08.jpeg","path":"18168ed6f4d8b2c65971794dda582a08.jpeg","width":1011,"height":1011,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36.89,"min_quantity":1}],"weight":"500","compare_at_price":"49","price":"36.89","retail_price":"49","available":true,"url":"\/products\/money-print-t-shirt-trousers-two-piece-set?variant=afad4554-0107-46df-ac81-17969dbe41fc","available_quantity":999999999,"options":[{"name":"Color","value":"White_Black"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}