${function() {
const variantData = data.variant || {"id":"982529c5-7b5c-4487-9f91-6767651b47e7","product_id":"1387e51f-11fb-4c5f-854e-3bc2ae1d9d80","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"L8008-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e19ee146e1c0451e523a44a827189d3.webp","path":"5e19ee146e1c0451e523a44a827189d3.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"76.99","price":"29.99","retail_price":"76.99","available":true,"url":"\/products\/casual-boho-plus-size-holiday-bell-sleeve-dresses?variant=982529c5-7b5c-4487-9f91-6767651b47e7","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"off_ratio":61,"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 : L8008-Yellow-US6
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"982529c5-7b5c-4487-9f91-6767651b47e7","product_id":"1387e51f-11fb-4c5f-854e-3bc2ae1d9d80","title":"Yellow-US6","weight_unit":"kg","inventory_quantity":999,"sku":"L8008-Yellow-US6","barcode":"","position":1,"option1":"Yellow","option2":"US6","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e19ee146e1c0451e523a44a827189d3.webp","path":"5e19ee146e1c0451e523a44a827189d3.webp","width":600,"height":750,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"76.99","price":"29.99","retail_price":"76.99","available":true,"url":"\/products\/casual-boho-plus-size-holiday-bell-sleeve-dresses?variant=982529c5-7b5c-4487-9f91-6767651b47e7","available_quantity":999999999,"options":[{"name":"color","value":"Yellow"},{"name":"size","value":"US6"}],"off_ratio":61,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}