${function() {
const variantData = data.variant || {"id":"0d624c0f-84d8-44d5-a765-5896566aba67","product_id":"996ea6ca-804d-4980-9a59-53001f580596","title":"Red-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3139-Red-US6","barcode":"","position":1,"option1":"Red","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d19b83c09fb9c512a68cfc06ebb648c6.jpeg","path":"d19b83c09fb9c512a68cfc06ebb648c6.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":31.9,"min_quantity":1}],"weight":"0.24","compare_at_price":"95.49","price":"31.9","retail_price":"95.49","available":true,"url":"\/products\/sexy-sling-backless-bow-floral-midi-dress?variant=0d624c0f-84d8-44d5-a765-5896566aba67","available_quantity":999999999,"options":[{"name":"color","value":"Red"},{"name":"size","value":"US6"}],"off_ratio":67,"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 : P3139-Red-US6
Weight : 0.24kg
${function(){
const variantData = data.variant || {"id":"0d624c0f-84d8-44d5-a765-5896566aba67","product_id":"996ea6ca-804d-4980-9a59-53001f580596","title":"Red-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3139-Red-US6","barcode":"","position":1,"option1":"Red","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d19b83c09fb9c512a68cfc06ebb648c6.jpeg","path":"d19b83c09fb9c512a68cfc06ebb648c6.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":31.9,"min_quantity":1}],"weight":"0.24","compare_at_price":"95.49","price":"31.9","retail_price":"95.49","available":true,"url":"\/products\/sexy-sling-backless-bow-floral-midi-dress?variant=0d624c0f-84d8-44d5-a765-5896566aba67","available_quantity":999999999,"options":[{"name":"color","value":"Red"},{"name":"size","value":"US6"}],"off_ratio":67,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}