people are viewing this right now
${function() {
const variantData = data.variant || {"id":"a69c10c4-c208-4c32-88ae-3f342fcd3bfc","product_id":"bc09c06f-c517-458a-b509-9386efb92e94","title":"green-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"green","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b313c9dd0d14069c322371bb74dabbf.jpg","path":"3b313c9dd0d14069c322371bb74dabbf.jpg","width":1000,"height":1500,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/elegant-long-one-shoulder-mermaid-dress?variant=a69c10c4-c208-4c32-88ae-3f342fcd3bfc","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size\uff08US\uff09","value":"4"}],"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}
`
}()}
${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":"a69c10c4-c208-4c32-88ae-3f342fcd3bfc","product_id":"bc09c06f-c517-458a-b509-9386efb92e94","title":"green-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"green","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3b313c9dd0d14069c322371bb74dabbf.jpg","path":"3b313c9dd0d14069c322371bb74dabbf.jpg","width":1000,"height":1500,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/elegant-long-one-shoulder-mermaid-dress?variant=a69c10c4-c208-4c32-88ae-3f342fcd3bfc","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size\uff08US\uff09","value":"4"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}