IFB's Commercial Dryers use technological innovation, ensuring 100% efficiency. They are perfect for loads anywhere between 10 kgs to 77 kgs
Offer Price
(Save ${savestring}%)
${savePercentageValue.productPrice}
`;
document.getElementById('mrp-div-'+savePercentageValue.productId).append(htmlString); }
}
else{
const savestring = hyva.strf('(Save %0%)', savePercentageValue.savePercentage); if(document.getElementById('offer-percent-'+savePercentageValue.productId)) {
document.getElementById('offer-percent-'+savePercentageValue.productId).innerText=savestring; }
}
});
}
}).catch(function (error) {
typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
[{
type: "error",
text: error
}], 5000
);
}).finally(() => {
});
}
}
}