${function() {
const variantData = data.variant || {"id":"a32b7b4e-c98d-4655-b2ad-9ecf9a3181e5","product_id":"0c2a8e4f-02c5-4fed-bf71-b141682a88dd","title":"Leopard Print-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5277184","barcode":"5277184","position":1,"option1":"Leopard Print","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4634cb2fe1ee32bd08cde001b0eb7bc5.jpeg","path":"4634cb2fe1ee32bd08cde001b0eb7bc5.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":27.31,"min_quantity":1}],"weight":"0.13","compare_at_price":"68.27","price":"27.31","retail_price":"68.27","available":true,"url":"\/products\/fashion-sexy-leopard-print-with-long-sleeved-mini-dress?variant=a32b7b4e-c98d-4655-b2ad-9ecf9a3181e5","available_quantity":999999999,"options":[{"name":"Color","value":"Leopard Print"},{"name":"Size","value":"s"}],"off_ratio":60,"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 : 5277184
Weight : 0.13kg
Barcode : 5277184
${function(){
const variantData = data.variant || {"id":"a32b7b4e-c98d-4655-b2ad-9ecf9a3181e5","product_id":"0c2a8e4f-02c5-4fed-bf71-b141682a88dd","title":"Leopard Print-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5277184","barcode":"5277184","position":1,"option1":"Leopard Print","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4634cb2fe1ee32bd08cde001b0eb7bc5.jpeg","path":"4634cb2fe1ee32bd08cde001b0eb7bc5.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":27.31,"min_quantity":1}],"weight":"0.13","compare_at_price":"68.27","price":"27.31","retail_price":"68.27","available":true,"url":"\/products\/fashion-sexy-leopard-print-with-long-sleeved-mini-dress?variant=a32b7b4e-c98d-4655-b2ad-9ecf9a3181e5","available_quantity":999999999,"options":[{"name":"Color","value":"Leopard Print"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}