${function() {
const variantData = data.variant || {"id":"ad7cad4e-7736-4cb6-8ec3-86af296eefac","product_id":"a8f61d6a-4fe0-45b7-9001-0380a6add643","title":"S-Black","weight_unit":"kg","inventory_quantity":999,"sku":"W82889BK-S","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8725cf3be7124bdab6f7b1ef91748b66.webp","path":"8725cf3be7124bdab6f7b1ef91748b66.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0.38","compare_at_price":"53.99","price":"33.99","retail_price":"53.99","available":true,"url":"\/products\/retro-v-neck-mesh-long-sleeve-bodycon-dress?variant=ad7cad4e-7736-4cb6-8ec3-86af296eefac","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":37,"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 : W82889BK-S
Weight : 0.38kg
${function(){
const variantData = data.variant || {"id":"ad7cad4e-7736-4cb6-8ec3-86af296eefac","product_id":"a8f61d6a-4fe0-45b7-9001-0380a6add643","title":"S-Black","weight_unit":"kg","inventory_quantity":999,"sku":"W82889BK-S","barcode":"","position":1,"option1":"S","option2":"Black","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8725cf3be7124bdab6f7b1ef91748b66.webp","path":"8725cf3be7124bdab6f7b1ef91748b66.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0.38","compare_at_price":"53.99","price":"33.99","retail_price":"53.99","available":true,"url":"\/products\/retro-v-neck-mesh-long-sleeve-bodycon-dress?variant=ad7cad4e-7736-4cb6-8ec3-86af296eefac","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Color","value":"Black"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}