people are viewing this right now
${function() {
const variantData = data.variant || {"id":"eee9a02d-efde-4a48-8dae-9c368fe4e146","product_id":"99c16eb1-df47-4a69-8705-cc11f42dbf5b","title":"green-S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5c3177ff63c8c9aaca9df6debeba0e02.png","path":"5c3177ff63c8c9aaca9df6debeba0e02.png","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":119.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"119.99","retail_price":"0","available":true,"url":"\/products\/eveninghigh-slit-strapless-backless-evening-dressbanquet-gown?variant=eee9a02d-efde-4a48-8dae-9c368fe4e146","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":109};
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":"eee9a02d-efde-4a48-8dae-9c368fe4e146","product_id":"99c16eb1-df47-4a69-8705-cc11f42dbf5b","title":"green-S","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5c3177ff63c8c9aaca9df6debeba0e02.png","path":"5c3177ff63c8c9aaca9df6debeba0e02.png","width":667,"height":1000,"alt":"","aspect_ratio":0.667},"wholesale_price":[{"price":119.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"119.99","retail_price":"0","available":true,"url":"\/products\/eveninghigh-slit-strapless-backless-evening-dressbanquet-gown?variant=eee9a02d-efde-4a48-8dae-9c368fe4e146","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":109};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}