people are viewing this right now
${function() {
const variantData = data.variant || {"id":"97364059-599c-40c7-989c-4bd2d8a16ea5","product_id":"5ec882e5-d95b-49e4-993d-1744c1ff0c80","title":"blue-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"blue","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcf153886d8eb1b4f7414e772a9c7163.png","path":"fcf153886d8eb1b4f7414e772a9c7163.png","width":1972,"height":2960,"alt":"","aspect_ratio":0.6662162162162162},"wholesale_price":[{"price":139.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"139.99","retail_price":"0","available":true,"url":"\/products\/dressforest-style-small-fresh-dreamy-temperament-evening-dressdress?variant=97364059-599c-40c7-989c-4bd2d8a16ea5","available_quantity":999999999,"options":[{"name":"color","value":"blue"},{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":81};
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":"97364059-599c-40c7-989c-4bd2d8a16ea5","product_id":"5ec882e5-d95b-49e4-993d-1744c1ff0c80","title":"blue-XS","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"blue","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcf153886d8eb1b4f7414e772a9c7163.png","path":"fcf153886d8eb1b4f7414e772a9c7163.png","width":1972,"height":2960,"alt":"","aspect_ratio":0.6662162162162162},"wholesale_price":[{"price":139.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"139.99","retail_price":"0","available":true,"url":"\/products\/dressforest-style-small-fresh-dreamy-temperament-evening-dressdress?variant=97364059-599c-40c7-989c-4bd2d8a16ea5","available_quantity":999999999,"options":[{"name":"color","value":"blue"},{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":81};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}