people are viewing this right now
${function() {
const variantData = data.variant || {"id":"08e37193-efd3-4ed7-9420-330fd4c5e63a","product_id":"ef5f8e6f-ecc7-4b86-9271-904f5b7be9ae","title":"Khaki-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Khaki","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/452cc0dc685cb12def4509d06b1303ed.png","path":"452cc0dc685cb12def4509d06b1303ed.png","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":179.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"179.99","retail_price":"0","available":true,"url":"\/products\/eveningkhaki-strapless-dressbanquet-gown?variant=08e37193-efd3-4ed7-9420-330fd4c5e63a","available_quantity":999999999,"options":[{"name":"color","value":"Khaki"},{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":80};
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":"08e37193-efd3-4ed7-9420-330fd4c5e63a","product_id":"ef5f8e6f-ecc7-4b86-9271-904f5b7be9ae","title":"Khaki-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Khaki","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/452cc0dc685cb12def4509d06b1303ed.png","path":"452cc0dc685cb12def4509d06b1303ed.png","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":179.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"179.99","retail_price":"0","available":true,"url":"\/products\/eveningkhaki-strapless-dressbanquet-gown?variant=08e37193-efd3-4ed7-9420-330fd4c5e63a","available_quantity":999999999,"options":[{"name":"color","value":"Khaki"},{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":80};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}