${function() {
const variantData = data.variant || {"id":"6be13bae-0db0-4da4-8922-e656bf181806","product_id":"62e0f971-efef-4fbb-9b7b-48b0e208c4d9","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4963485","barcode":"4963485","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8fcebaded2fa1ccaef5228cb8cc4c503.jpeg","path":"8fcebaded2fa1ccaef5228cb8cc4c503.jpeg","width":946,"height":946,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"95.89","price":"45.99","retail_price":"95.89","available":true,"url":"\/products\/sexy-leopard-print-v-collar-long-falbal-sleeve-irregular-fork-maxi-dress?variant=6be13bae-0db0-4da4-8922-e656bf181806","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"s"}],"off_ratio":52,"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 : 4963485
Weight : 0.25kg
Barcode : 4963485
${function(){
const variantData = data.variant || {"id":"6be13bae-0db0-4da4-8922-e656bf181806","product_id":"62e0f971-efef-4fbb-9b7b-48b0e208c4d9","title":"yellow-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4963485","barcode":"4963485","position":1,"option1":"yellow","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8fcebaded2fa1ccaef5228cb8cc4c503.jpeg","path":"8fcebaded2fa1ccaef5228cb8cc4c503.jpeg","width":946,"height":946,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"95.89","price":"45.99","retail_price":"95.89","available":true,"url":"\/products\/sexy-leopard-print-v-collar-long-falbal-sleeve-irregular-fork-maxi-dress?variant=6be13bae-0db0-4da4-8922-e656bf181806","available_quantity":999999999,"options":[{"name":"Color","value":"yellow"},{"name":"Size","value":"s"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}