${function() {
const variantData = data.variant || {"id":"ec1f72e7-84c9-4d9a-9524-4c9fbfedc1b3","product_id":"5ba6267a-9cdf-4212-8557-f8a1427fb05b","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"apricot One Size-30940979","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b21feed718eb3757968116d703defe87.jpeg","path":"b21feed718eb3757968116d703defe87.jpeg","width":860,"height":860,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"38.99","retail_price":"38.99","available":true,"url":"\/products\/2021-new-maxi-cotton-summer-dress-evening-long-vintage-dresses-oversize-short-sleeve-beach-women-dress-robe-vestido-prom-pure-208528487142?variant=ec1f72e7-84c9-4d9a-9524-4c9fbfedc1b3","available_quantity":999999999,"options":[{"name":"Color","value":"apricot"},{"name":"Size","value":"One Size"}],"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.
Sku : apricot One Size-30940979
${function(){
const variantData = data.variant || {"id":"ec1f72e7-84c9-4d9a-9524-4c9fbfedc1b3","product_id":"5ba6267a-9cdf-4212-8557-f8a1427fb05b","title":"apricot-One Size","weight_unit":"kg","inventory_quantity":1000,"sku":"apricot One Size-30940979","barcode":"","position":1,"option1":"apricot","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b21feed718eb3757968116d703defe87.jpeg","path":"b21feed718eb3757968116d703defe87.jpeg","width":860,"height":860,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"38.99","price":"38.99","retail_price":"38.99","available":true,"url":"\/products\/2021-new-maxi-cotton-summer-dress-evening-long-vintage-dresses-oversize-short-sleeve-beach-women-dress-robe-vestido-prom-pure-208528487142?variant=ec1f72e7-84c9-4d9a-9524-4c9fbfedc1b3","available_quantity":999999999,"options":[{"name":"Color","value":"apricot"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}