people are viewing this right now
${function() {
const variantData = data.variant || {"id":"6782a635-bec6-4f66-9c85-34cce81a79de","product_id":"3d4340b6-8237-4714-8eb9-defa514607ed","title":"sky blue-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"sky blue","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a6ff3aecf3c9ebdaff70d08fd418e52.jpg","path":"2a6ff3aecf3c9ebdaff70d08fd418e52.jpg","width":1000,"height":1500,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":105,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"105","retail_price":"0","available":true,"url":"\/products\/one-shoulder-fitted-fishtail-evening-dress?variant=6782a635-bec6-4f66-9c85-34cce81a79de","available_quantity":999999999,"options":[{"name":"color","value":"sky blue"},{"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":"6782a635-bec6-4f66-9c85-34cce81a79de","product_id":"3d4340b6-8237-4714-8eb9-defa514607ed","title":"sky blue-4","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"sky blue","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a6ff3aecf3c9ebdaff70d08fd418e52.jpg","path":"2a6ff3aecf3c9ebdaff70d08fd418e52.jpg","width":1000,"height":1500,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":105,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"105","retail_price":"0","available":true,"url":"\/products\/one-shoulder-fitted-fishtail-evening-dress?variant=6782a635-bec6-4f66-9c85-34cce81a79de","available_quantity":999999999,"options":[{"name":"color","value":"sky blue"},{"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}
`
}()}