15
Jun
1
Blog
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Continue Reading
anishsahelance
document.addEventListener('DOMContentLoaded', function () { const priceEls = document.querySelectorAll('.woocommerce-Price-amount bdi'); priceEls.forEach(el => { el.innerHTML = el.innerHTML.replace(/^Rs\.?/g, 'रु'); }); });