${function() {
const variantData = data.variant || {"id":"4b0d82d5-cd9f-4c67-8c31-6ee286c5929a","product_id":"2e000204-2a01-4cfa-9933-54596427fa6c","title":"grey-S","weight_unit":"g","inventory_quantity":501,"sku":"LYWD0443-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35e0689915e640f56d6f6738f2e9698a.jpeg","path":"35e0689915e640f56d6f6738f2e9698a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.59,"min_quantity":1}],"weight":"365","compare_at_price":"0","price":"10.59","retail_price":"0","available":true,"url":"\/products\/simple-loose-contrast-color-stitching-short-sleeved-printed-v-neck-long-dress?variant=4b0d82d5-cd9f-4c67-8c31-6ee286c5929a","available_quantity":999999999,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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.
Sku : LYWD0443-grey-S
Weight : 365g
${function(){
const variantData = data.variant || {"id":"4b0d82d5-cd9f-4c67-8c31-6ee286c5929a","product_id":"2e000204-2a01-4cfa-9933-54596427fa6c","title":"grey-S","weight_unit":"g","inventory_quantity":501,"sku":"LYWD0443-grey-S","barcode":"","position":1,"option1":"grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/35e0689915e640f56d6f6738f2e9698a.jpeg","path":"35e0689915e640f56d6f6738f2e9698a.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":10.59,"min_quantity":1}],"weight":"365","compare_at_price":"0","price":"10.59","retail_price":"0","available":true,"url":"\/products\/simple-loose-contrast-color-stitching-short-sleeved-printed-v-neck-long-dress?variant=4b0d82d5-cd9f-4c67-8c31-6ee286c5929a","available_quantity":999999999,"options":[{"name":"color","value":"grey"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}