${function() {
const variantData = data.variant || {"id":"961e2bb7-3df7-4e5f-9b16-91f7e3ba323a","product_id":"93969c57-d986-4acf-91d0-3e00bd968989","title":"Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3145-Green-US6","barcode":"","position":1,"option1":"Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95ea6a1605e6e0db993245fa4b320c87.jpeg","path":"95ea6a1605e6e0db993245fa4b320c87.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":35.9,"min_quantity":1}],"weight":"0.13","compare_at_price":"103.9","price":"35.9","retail_price":"103.9","available":true,"url":"\/products\/printed-strapless-ruffled-backless-mini-dress?variant=961e2bb7-3df7-4e5f-9b16-91f7e3ba323a","available_quantity":999999999,"options":[{"name":"color","value":"Green"},{"name":"size","value":"US6"}],"off_ratio":65,"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 : P3145-Green-US6
Weight : 0.13kg
${function(){
const variantData = data.variant || {"id":"961e2bb7-3df7-4e5f-9b16-91f7e3ba323a","product_id":"93969c57-d986-4acf-91d0-3e00bd968989","title":"Green-US6","weight_unit":"kg","inventory_quantity":999,"sku":"P3145-Green-US6","barcode":"","position":1,"option1":"Green","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95ea6a1605e6e0db993245fa4b320c87.jpeg","path":"95ea6a1605e6e0db993245fa4b320c87.jpeg","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":35.9,"min_quantity":1}],"weight":"0.13","compare_at_price":"103.9","price":"35.9","retail_price":"103.9","available":true,"url":"\/products\/printed-strapless-ruffled-backless-mini-dress?variant=961e2bb7-3df7-4e5f-9b16-91f7e3ba323a","available_quantity":999999999,"options":[{"name":"color","value":"Green"},{"name":"size","value":"US6"}],"off_ratio":65,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}