${function() {
const variantData = data.variant || {"id":"8684909b-17a3-493c-a320-4b0ad7b9f8eb","product_id":"852ffd65-a0c7-40bc-9ee3-9352aba700c7","title":"S-Red","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":10,"option1":"S","option2":"Red","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed2abae53e97943056ff0192340ace9e.jpeg","path":"ed2abae53e97943056ff0192340ace9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.4,"min_quantity":1}],"weight":"0","compare_at_price":"26.79","price":"13.4","retail_price":"26.79","available":true,"url":"\/products\/2023-summer-new-spot-cross-border-european-and-american-womens-dress-printing-sexy-bra-loose-wide-leg-pants-two-piece-set?variant=8684909b-17a3-493c-a320-4b0ad7b9f8eb","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Red"}],"off_ratio":50,"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":"8684909b-17a3-493c-a320-4b0ad7b9f8eb","product_id":"852ffd65-a0c7-40bc-9ee3-9352aba700c7","title":"S-Red","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":10,"option1":"S","option2":"Red","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ed2abae53e97943056ff0192340ace9e.jpeg","path":"ed2abae53e97943056ff0192340ace9e.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":13.4,"min_quantity":1}],"weight":"0","compare_at_price":"26.79","price":"13.4","retail_price":"26.79","available":true,"url":"\/products\/2023-summer-new-spot-cross-border-european-and-american-womens-dress-printing-sexy-bra-loose-wide-leg-pants-two-piece-set?variant=8684909b-17a3-493c-a320-4b0ad7b9f8eb","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Red"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}