${function() {
const variantData = data.variant || {"id":"aeaaad12-2d19-4e77-a978-e93a2e7c6b63","product_id":"d1d5b70d-3144-440f-a1f1-8696210c34ac","title":"date_red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4744269","barcode":"4744269","position":1,"option1":"date_red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dff2059e500c4fb3db5eaeac83270c04.webp","path":"dff2059e500c4fb3db5eaeac83270c04.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"70.99","price":"35.99","retail_price":"70.99","available":true,"url":"\/products\/5641e1a64143?variant=aeaaad12-2d19-4e77-a978-e93a2e7c6b63","available_quantity":999999999,"options":[{"name":"Color","value":"date_red"},{"name":"Size","value":"s"}],"off_ratio":49,"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 : 4744269
Weight : 0.25kg
Barcode : 4744269
${function(){
const variantData = data.variant || {"id":"aeaaad12-2d19-4e77-a978-e93a2e7c6b63","product_id":"d1d5b70d-3144-440f-a1f1-8696210c34ac","title":"date_red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4744269","barcode":"4744269","position":1,"option1":"date_red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dff2059e500c4fb3db5eaeac83270c04.webp","path":"dff2059e500c4fb3db5eaeac83270c04.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"70.99","price":"35.99","retail_price":"70.99","available":true,"url":"\/products\/5641e1a64143?variant=aeaaad12-2d19-4e77-a978-e93a2e7c6b63","available_quantity":999999999,"options":[{"name":"Color","value":"date_red"},{"name":"Size","value":"s"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}