${function() {
const variantData = data.variant || {"id":"61e8046e-6e0f-4e9b-8cfe-4345b6b44899","product_id":"429a1017-247b-4ed6-8af6-56ac19f856ef","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0885-blue-S","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/60f02ae7b195c4435680f1e6408e25f6.jpeg","path":"60f02ae7b195c4435680f1e6408e25f6.jpeg","width":720,"height":1080,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"54.99","price":"39.99","retail_price":"54.99","available":true,"url":"\/products\/womens-casual-collar-shirt-dress?variant=61e8046e-6e0f-4e9b-8cfe-4345b6b44899","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"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.
Sku : UR0885-blue-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"61e8046e-6e0f-4e9b-8cfe-4345b6b44899","product_id":"429a1017-247b-4ed6-8af6-56ac19f856ef","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0885-blue-S","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/60f02ae7b195c4435680f1e6408e25f6.jpeg","path":"60f02ae7b195c4435680f1e6408e25f6.jpeg","width":720,"height":1080,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"54.99","price":"39.99","retail_price":"54.99","available":true,"url":"\/products\/womens-casual-collar-shirt-dress?variant=61e8046e-6e0f-4e9b-8cfe-4345b6b44899","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}