${function() {
const variantData = data.variant || {"id":"a08099e3-abca-466a-af99-dea15e9a59e7","product_id":"936e9207-7660-4e11-b5ed-3b7de76a1e5e","title":"white-39","weight_unit":"g","inventory_quantity":999,"sku":"1504662383216812033","barcode":"","position":1,"option1":"white","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8ca9287d9c3d941e21186d88dbbf5657.jpeg","path":"8ca9287d9c3d941e21186d88dbbf5657.jpeg","width":800,"height":800,"alt":"4824def4a24cd33558269af68cba449f","aspect_ratio":1},"wholesale_price":[{"price":11.76,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"11.76","retail_price":"0","available":true,"url":"\/products\/cyberpunk-cutout-ultralight-sandals?variant=a08099e3-abca-466a-af99-dea15e9a59e7","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"39"}],"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.
Sku : 1504662383216812033
Weight : 500g
${function(){
const variantData = data.variant || {"id":"a08099e3-abca-466a-af99-dea15e9a59e7","product_id":"936e9207-7660-4e11-b5ed-3b7de76a1e5e","title":"white-39","weight_unit":"g","inventory_quantity":999,"sku":"1504662383216812033","barcode":"","position":1,"option1":"white","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8ca9287d9c3d941e21186d88dbbf5657.jpeg","path":"8ca9287d9c3d941e21186d88dbbf5657.jpeg","width":800,"height":800,"alt":"4824def4a24cd33558269af68cba449f","aspect_ratio":1},"wholesale_price":[{"price":11.76,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"11.76","retail_price":"0","available":true,"url":"\/products\/cyberpunk-cutout-ultralight-sandals?variant=a08099e3-abca-466a-af99-dea15e9a59e7","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}