${function() {
const variantData = data.variant || {"id":"b587ad0e-0d58-48e1-929f-ecdd86a27fe0","product_id":"f09e8407-f106-47dd-9dda-4fb3c0303649","title":"Black-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f75c27cfcf63d50fe355ec04797d33a.webp","path":"6f75c27cfcf63d50fe355ec04797d33a.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"25.99","retail_price":"30.99","available":true,"url":"\/products\/elegant-solid-patchwork-fold-o-neck-pencil-skirt-dresses?variant=b587ad0e-0d58-48e1-929f-ecdd86a27fe0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":16,"flashsale_info":[],"sales":0};
const saveType = "amount";
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":"b587ad0e-0d58-48e1-929f-ecdd86a27fe0","product_id":"f09e8407-f106-47dd-9dda-4fb3c0303649","title":"Black-S","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6f75c27cfcf63d50fe355ec04797d33a.webp","path":"6f75c27cfcf63d50fe355ec04797d33a.webp","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"30.99","price":"25.99","retail_price":"30.99","available":true,"url":"\/products\/elegant-solid-patchwork-fold-o-neck-pencil-skirt-dresses?variant=b587ad0e-0d58-48e1-929f-ecdd86a27fe0","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":16,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}