${function() {
const variantData = data.variant || {"id":"94e4a955-5bce-427f-bb56-a689613a9fb9","product_id":"b3350977-ade0-481f-b142-25d480cd3a4c","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b27b8dda756c44c54f492bd73da7fe3a.webp","path":"b27b8dda756c44c54f492bd73da7fe3a.webp","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.94,"min_quantity":1}],"weight":"0","compare_at_price":"45.42","price":"26.94","retail_price":"45.42","available":true,"url":"\/products\/see-through-ladies-bodycon-dress-women-sexy-dress-mesh-long-sleeve-fashion-mini-dresses-package-hip-high-street-mini-dress-white?variant=94e4a955-5bce-427f-bb56-a689613a9fb9","available_quantity":999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"S"}],"off_ratio":41,"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.
${function(){
const variantData = data.variant || {"id":"94e4a955-5bce-427f-bb56-a689613a9fb9","product_id":"b3350977-ade0-481f-b142-25d480cd3a4c","title":"Black-S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b27b8dda756c44c54f492bd73da7fe3a.webp","path":"b27b8dda756c44c54f492bd73da7fe3a.webp","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.94,"min_quantity":1}],"weight":"0","compare_at_price":"45.42","price":"26.94","retail_price":"45.42","available":true,"url":"\/products\/see-through-ladies-bodycon-dress-women-sexy-dress-mesh-long-sleeve-fashion-mini-dresses-package-hip-high-street-mini-dress-white?variant=94e4a955-5bce-427f-bb56-a689613a9fb9","available_quantity":999,"options":[{"name":"color","value":"Black"},{"name":"size","value":"S"}],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}