${function() {
const variantData = data.variant || {"id":"e179bf46-89d1-40a6-91eb-52eec0307a6b","product_id":"4ffbad4f-7a5c-4fee-8dee-097c78d5d7e9","title":"As shown-One Size","weight_unit":"g","inventory_quantity":200,"sku":"LC0049-As shown-One Size","barcode":"","position":1,"option1":"As shown","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4fa0ee4c929c6dc341ffbcb49cec9048.jpeg","path":"4fa0ee4c929c6dc341ffbcb49cec9048.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"100","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/mini-doll-cute-dress-set-4v8r-jd65-jm8a?variant=e179bf46-89d1-40a6-91eb-52eec0307a6b","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"One Size"}],"off_ratio":36,"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 : LC0049-As shown-One Size
Weight : 100g
${function(){
const variantData = data.variant || {"id":"e179bf46-89d1-40a6-91eb-52eec0307a6b","product_id":"4ffbad4f-7a5c-4fee-8dee-097c78d5d7e9","title":"As shown-One Size","weight_unit":"g","inventory_quantity":200,"sku":"LC0049-As shown-One Size","barcode":"","position":1,"option1":"As shown","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4fa0ee4c929c6dc341ffbcb49cec9048.jpeg","path":"4fa0ee4c929c6dc341ffbcb49cec9048.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"100","compare_at_price":"41.99","price":"26.99","retail_price":"41.99","available":true,"url":"\/products\/mini-doll-cute-dress-set-4v8r-jd65-jm8a?variant=e179bf46-89d1-40a6-91eb-52eec0307a6b","available_quantity":200,"options":[{"name":"color","value":"As shown"},{"name":"size","value":"One Size"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}