people are viewing this right now
${function() {
const variantData = data.variant || {"id":"d54eb642-0c18-46fd-b8c1-1f409df00e3c","product_id":"05c71e7c-ee3c-4ab4-8b1e-b644a1024dec","title":"S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68f9e7311238360ebb69efbf2fda5f13.jpg","path":"68f9e7311238360ebb69efbf2fda5f13.jpg","width":899,"height":1349,"alt":"","aspect_ratio":0.6664195700518903},"wholesale_price":[{"price":169.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"169.99","retail_price":"0","available":true,"url":"\/products\/white-feather-pearl-sexy-tube-top-dress?variant=d54eb642-0c18-46fd-b8c1-1f409df00e3c","available_quantity":999999999,"options":[{"name":"Size","value":"S"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"d54eb642-0c18-46fd-b8c1-1f409df00e3c","product_id":"05c71e7c-ee3c-4ab4-8b1e-b644a1024dec","title":"S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68f9e7311238360ebb69efbf2fda5f13.jpg","path":"68f9e7311238360ebb69efbf2fda5f13.jpg","width":899,"height":1349,"alt":"","aspect_ratio":0.6664195700518903},"wholesale_price":[{"price":169.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"169.99","retail_price":"0","available":true,"url":"\/products\/white-feather-pearl-sexy-tube-top-dress?variant=d54eb642-0c18-46fd-b8c1-1f409df00e3c","available_quantity":999999999,"options":[{"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}
`
}()}