${function() {
const variantData = data.variant || {"id":"fa8af4e1-4b61-494f-8daa-cf45e3a65ef3","product_id":"6b2de91b-17e0-4f00-a61b-23ab0eb91d5a","title":"White-m","weight_unit":"kg","inventory_quantity":1000,"sku":"6939510","barcode":"6939510","position":1,"option1":"White","option2":"m","option3":"","note":"","image":null,"wholesale_price":[{"price":26.95,"min_quantity":1}],"weight":"0.32","compare_at_price":"59.95","price":"26.95","retail_price":"59.95","available":true,"url":"\/products\/h-shaped-belt-elegant-shirt-dress-1?variant=fa8af4e1-4b61-494f-8daa-cf45e3a65ef3","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"m"}],"off_ratio":55,"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 : 6939510
Weight : 0.32kg
Barcode : 6939510
${function(){
const variantData = data.variant || {"id":"fa8af4e1-4b61-494f-8daa-cf45e3a65ef3","product_id":"6b2de91b-17e0-4f00-a61b-23ab0eb91d5a","title":"White-m","weight_unit":"kg","inventory_quantity":1000,"sku":"6939510","barcode":"6939510","position":1,"option1":"White","option2":"m","option3":"","note":"","image":null,"wholesale_price":[{"price":26.95,"min_quantity":1}],"weight":"0.32","compare_at_price":"59.95","price":"26.95","retail_price":"59.95","available":true,"url":"\/products\/h-shaped-belt-elegant-shirt-dress-1?variant=fa8af4e1-4b61-494f-8daa-cf45e3a65ef3","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"m"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}