+91 88 00 56 3434 

[email protected] 

/* WHMCS Silent Currency Switcher */ (function() { function applyCurrency() { // LIVE SETTING: Set to false after testing var forceUSD = false;var params = new URLSearchParams(window.location.search); // Check if the URL has ?currency=2 OR if we are forcing it if (forceUSD || params.get('currency') === '2') { document.body.classList.add('show-usd'); var links = document.querySelectorAll('a[href*="cart.php"]'); links.forEach(function(link) { if (!link.href.includes('currency=2')) { link.href += (link.href.includes('?') ? '&' : '?') + 'currency=2'; } }); } } window.addEventListener('load', applyCurrency); })();
WebHostingPeople
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.