${function() {
const variantData = data.variant || {"id":"646bc276-d68a-4fbe-857c-24a56ab7cf9e","product_id":"53ffa05b-4214-495a-9803-8660cc1405cc","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017997021","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/987d4ba2f92e227f040c932421f1c292.jpeg","path":"987d4ba2f92e227f040c932421f1c292.jpeg","width":800,"height":855,"alt":"","aspect_ratio":0.935672514619883},"wholesale_price":[{"price":33.33,"min_quantity":1}],"weight":"0","compare_at_price":"33.33","price":"33.33","retail_price":"33.33","available":true,"url":"\/products\/long-sleeve-plus-size-cotton-linen-vintage-floral-dresses-for-women-casual-loose-spring-autumn-dress-elegant-clothing-2022-3803?variant=646bc276-d68a-4fbe-857c-24a56ab7cf9e","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"L"}],"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":"646bc276-d68a-4fbe-857c-24a56ab7cf9e","product_id":"53ffa05b-4214-495a-9803-8660cc1405cc","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017997021","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/987d4ba2f92e227f040c932421f1c292.jpeg","path":"987d4ba2f92e227f040c932421f1c292.jpeg","width":800,"height":855,"alt":"","aspect_ratio":0.935672514619883},"wholesale_price":[{"price":33.33,"min_quantity":1}],"weight":"0","compare_at_price":"33.33","price":"33.33","retail_price":"33.33","available":true,"url":"\/products\/long-sleeve-plus-size-cotton-linen-vintage-floral-dresses-for-women-casual-loose-spring-autumn-dress-elegant-clothing-2022-3803?variant=646bc276-d68a-4fbe-857c-24a56ab7cf9e","available_quantity":1000,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}