people are viewing this right now
${function() {
const variantData = data.variant || {"id":"879b3770-179b-46b1-addc-d2c370ca1d59","product_id":"f3b90d89-2de4-4a05-aecb-b65537474e7a","title":"yellow-S","weight_unit":"kg","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a6b47ebe8910efb812911d02b661789.jpg","path":"5a6b47ebe8910efb812911d02b661789.jpg","width":1085,"height":1629,"alt":"","aspect_ratio":0.6660527931246163},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/sexy-off-shoulder-one-shoulder-long-sleeved-floral-dress?variant=879b3770-179b-46b1-addc-d2c370ca1d59","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"879b3770-179b-46b1-addc-d2c370ca1d59","product_id":"f3b90d89-2de4-4a05-aecb-b65537474e7a","title":"yellow-S","weight_unit":"kg","inventory_quantity":998,"sku":"","barcode":"","position":1,"option1":"yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a6b47ebe8910efb812911d02b661789.jpg","path":"5a6b47ebe8910efb812911d02b661789.jpg","width":1085,"height":1629,"alt":"","aspect_ratio":0.6660527931246163},"wholesale_price":[{"price":69.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69.99","retail_price":"0","available":true,"url":"\/products\/sexy-off-shoulder-one-shoulder-long-sleeved-floral-dress?variant=879b3770-179b-46b1-addc-d2c370ca1d59","available_quantity":999999999,"options":[{"name":"color","value":"yellow"},{"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}
`
}()}