${function() {
const variantData = data.variant || {"id":"3b3b1a91-f41c-413b-a357-8a5b4f637896","title":"Photo color-S","weight_unit":"kg","inventory_quantity":999,"sku":"SDWD4093Q-Photo color-S","barcode":"","position":1,"option1":"Photo color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/23ffea1e16b29452961a55a5a4a47a00.jpeg","path":"23ffea1e16b29452961a55a5a4a47a00.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":11.69,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"11.69","retail_price":"0","available":true,"url":"\/products\/national-style-fashion-casual-long-sleeve-dress-1?variant=3b3b1a91-f41c-413b-a357-8a5b4f637896","available_quantity":999999999,"options":[{"name":"Color","value":"Photo color"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
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 : SDWD4093Q-Photo color-S
Weight : 0.4kg
${function(){
const variantData = data.variant || {"id":"3b3b1a91-f41c-413b-a357-8a5b4f637896","title":"Photo color-S","weight_unit":"kg","inventory_quantity":999,"sku":"SDWD4093Q-Photo color-S","barcode":"","position":1,"option1":"Photo color","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/23ffea1e16b29452961a55a5a4a47a00.jpeg","path":"23ffea1e16b29452961a55a5a4a47a00.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":11.69,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"11.69","retail_price":"0","available":true,"url":"\/products\/national-style-fashion-casual-long-sleeve-dress-1?variant=3b3b1a91-f41c-413b-a357-8a5b4f637896","available_quantity":999999999,"options":[{"name":"Color","value":"Photo color"},{"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}
`
}()}