${function() {
const variantData = data.variant || {"id":"545a7d2b-1ea4-4b88-a4a0-8ce8e905f17f","product_id":"69fbd430-08bb-4a3a-a6f2-48cf1557e8b1","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHMekQ1Kj-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e76f3981de7085271c1f27cf756ca73a.jpeg","path":"e76f3981de7085271c1f27cf756ca73a.jpeg","width":1686,"height":1686,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"400","compare_at_price":"46","price":"32.89","retail_price":"46","available":true,"url":"\/products\/fashionable-personalized-color-block-letter-print-color-block-flared-pants?variant=545a7d2b-1ea4-4b88-a4a0-8ce8e905f17f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":29,"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 : XHMekQ1Kj-Black-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"545a7d2b-1ea4-4b88-a4a0-8ce8e905f17f","product_id":"69fbd430-08bb-4a3a-a6f2-48cf1557e8b1","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHMekQ1Kj-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e76f3981de7085271c1f27cf756ca73a.jpeg","path":"e76f3981de7085271c1f27cf756ca73a.jpeg","width":1686,"height":1686,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"400","compare_at_price":"46","price":"32.89","retail_price":"46","available":true,"url":"\/products\/fashionable-personalized-color-block-letter-print-color-block-flared-pants?variant=545a7d2b-1ea4-4b88-a4a0-8ce8e905f17f","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}