Printed Dress
${function() {
const variantData = data.variant || {"id":"1e50b9bc-77d9-4302-baf6-3d7b5e823b2a","product_id":"ac0cce37-cf06-4874-97ed-7a9c0125e079","title":"Decor-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Decor-DRYY0607017-S","barcode":"","position":1,"option1":"Decor","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a6287638d76ecebeba8ef5b72ad07d5e.jpeg","path":"a6287638d76ecebeba8ef5b72ad07d5e.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":61.26,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"61.26","retail_price":"0","available":true,"url":"\/products\/printed-dress-1?variant=1e50b9bc-77d9-4302-baf6-3d7b5e823b2a","available_quantity":999999999,"options":[{"name":"Color","value":"Decor"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${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 : Decor-DRYY0607017-S
${function(){
const variantData = data.variant || {"id":"1e50b9bc-77d9-4302-baf6-3d7b5e823b2a","product_id":"ac0cce37-cf06-4874-97ed-7a9c0125e079","title":"Decor-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Decor-DRYY0607017-S","barcode":"","position":1,"option1":"Decor","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a6287638d76ecebeba8ef5b72ad07d5e.jpeg","path":"a6287638d76ecebeba8ef5b72ad07d5e.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":61.26,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"61.26","retail_price":"0","available":true,"url":"\/products\/printed-dress-1?variant=1e50b9bc-77d9-4302-baf6-3d7b5e823b2a","available_quantity":999999999,"options":[{"name":"Color","value":"Decor"},{"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}
`
}()}