${function() {
const variantData = data.variant || {"id":"e6712a55-15ff-4c5c-97d2-e5263889baef","product_id":"0ae8e8c9-70d0-4967-9ec8-8262e2be84d9","title":"S-Khaki","weight_unit":"kg","inventory_quantity":999,"sku":"W88313KK-S","barcode":"","position":1,"option1":"S","option2":"Khaki","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b4ec24045c62e7a97060410c56679ae8.jpeg","path":"b4ec24045c62e7a97060410c56679ae8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.31","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/sexy-long-sleeve-knitted-dress-without-belt?variant=e6712a55-15ff-4c5c-97d2-e5263889baef","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Khaki"}],"off_ratio":45,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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 : W88313KK-S
Weight : 0.31kg
${function(){
const variantData = data.variant || {"id":"e6712a55-15ff-4c5c-97d2-e5263889baef","product_id":"0ae8e8c9-70d0-4967-9ec8-8262e2be84d9","title":"S-Khaki","weight_unit":"kg","inventory_quantity":999,"sku":"W88313KK-S","barcode":"","position":1,"option1":"S","option2":"Khaki","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b4ec24045c62e7a97060410c56679ae8.jpeg","path":"b4ec24045c62e7a97060410c56679ae8.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0.31","compare_at_price":"43.99","price":"23.99","retail_price":"43.99","available":true,"url":"\/products\/sexy-long-sleeve-knitted-dress-without-belt?variant=e6712a55-15ff-4c5c-97d2-e5263889baef","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Khaki"}],"off_ratio":45,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}