${function() {
const variantData = data.variant || {"id":"f4ae1411-43a7-4aa6-93a3-68cf26c4fdaa","product_id":"a1c0b2fb-7447-4f01-8e3e-b789f5d91e22","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5001521","barcode":"5001521","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9b85318f887c6bde906026b91ada35ee.webp","path":"9b85318f887c6bde906026b91ada35ee.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.9,"min_quantity":1}],"weight":"0","compare_at_price":"115","price":"34.9","retail_price":"115","available":true,"url":"\/products\/sexy-stacked-collar-buttoned-tunic-trench-coat?variant=f4ae1411-43a7-4aa6-93a3-68cf26c4fdaa","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":70,"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 : 5001521
Barcode : 5001521
${function(){
const variantData = data.variant || {"id":"f4ae1411-43a7-4aa6-93a3-68cf26c4fdaa","product_id":"a1c0b2fb-7447-4f01-8e3e-b789f5d91e22","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5001521","barcode":"5001521","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9b85318f887c6bde906026b91ada35ee.webp","path":"9b85318f887c6bde906026b91ada35ee.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.9,"min_quantity":1}],"weight":"0","compare_at_price":"115","price":"34.9","retail_price":"115","available":true,"url":"\/products\/sexy-stacked-collar-buttoned-tunic-trench-coat?variant=f4ae1411-43a7-4aa6-93a3-68cf26c4fdaa","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":70,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}