${function() {
const variantData = data.variant || {"id":"bdbc74f2-02e8-4de0-a282-5bb465f2ce64","product_id":"349a6817-3557-412c-806d-bc23893fd1e4","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018156597","barcode":"","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/99933c474f545b74c54c4b25eae47912.jpeg","path":"99933c474f545b74c54c4b25eae47912.jpeg","width":472,"height":630,"alt":"","aspect_ratio":0.7492063492063492},"wholesale_price":[{"price":29.33,"min_quantity":1}],"weight":"0","compare_at_price":"29.33","price":"29.33","retail_price":"29.33","available":true,"url":"\/products\/white-cotton-crew-neck-short-sleeve-dresses-5312?variant=bdbc74f2-02e8-4de0-a282-5bb465f2ce64","available_quantity":1000,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"s"}],"off_ratio":0,"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":"bdbc74f2-02e8-4de0-a282-5bb465f2ce64","product_id":"349a6817-3557-412c-806d-bc23893fd1e4","title":"white-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018156597","barcode":"","position":1,"option1":"white","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/99933c474f545b74c54c4b25eae47912.jpeg","path":"99933c474f545b74c54c4b25eae47912.jpeg","width":472,"height":630,"alt":"","aspect_ratio":0.7492063492063492},"wholesale_price":[{"price":29.33,"min_quantity":1}],"weight":"0","compare_at_price":"29.33","price":"29.33","retail_price":"29.33","available":true,"url":"\/products\/white-cotton-crew-neck-short-sleeve-dresses-5312?variant=bdbc74f2-02e8-4de0-a282-5bb465f2ce64","available_quantity":1000,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"s"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}