-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by mroxidane
-
Only allow sub domain order
mroxidane replied to mroxidane's topic in Admin & Configuration Questions
I don't think WHMCS support cPanel account provisioning with domain from custom field. I tried but failed. -
Only allow sub domain order
mroxidane replied to mroxidane's topic in Admin & Configuration Questions
Is there no solution to this? -
For some reason, we would like to block activating our service with main domain. I mean, we will only allow sub domain orders to be processed. Please do not misunderstand, we are not offering sub domains from our domain. Customers must use a sub domain using their own domain to purchase our service. I do not want to make changes on the template or add any hooks, because we are also having reseller system for this specific product, meaning, we get orders from reseller whmcs too. So we want to block it from WHMCS admin side, we will hightlight it that customers must use a sub domain. But in case if someone orders with their main domain name, their order should not auto provision, instead it should be in pending state and we will cancel it informing the customer that they should use a sub domain instead. This is the main idea, our product is specifically developed to be used with a sub domain. For example, users should order the service with sub.userdomain.com NOT userdomain.com However, the sub domain is not restricted, they can use any prefix of their choice.
-
Changing the primary domain of the web hosting
mroxidane replied to Craft's topic in Developer Corner
Here I am also looking for the same. Any idea guys? I have seen some providers offer these features, but can't figure out how. -
If a domain is newly registered, within 7 days period, I would like to show a notice text just above the domain overview section. Can we get a hook for this?
-
Error: Call to a member function addChild()
mroxidane replied to Hilmi's topic in Troubleshooting Issues
I have been facing the same issue. Anyone have any fix? -
Only accept account with gmail and outlook
mroxidane replied to mroxidane's topic in General Discussion
Thanks @Remitur it worked fine for me 🙂 -
Seperate default registry for domain transfers
mroxidane replied to mroxidane's topic in Using WHMCS
I am still stuck with this. Couldn't find a solution yet! -
Hello everyone! I would like to set up a header notification bar with or without countdown system, just like this: https://prnt.sc/XFYoH_wS6z6X It will show after the header menu / logo section or above them, both are fine. With a close button or X to close the notification for that specific user session. Any solution out there? Maybe a hook?
-
Recalculate All Prices for your Customers
mroxidane replied to dpatricio's topic in Third Party Add-ons
Any alternative in this regard? Is there any other module or hook available? -
For specific TLD, we get a chance to set "Auto Registration" facility but I would like to set seperate registrar for "Transfers" as well. The reason behind this is to reduce cost for registration and transfers. Suppose Registry 1 has lower registration cost and Registry 2 has lower transfer cost for a domain. In that case, I would like to register that domain with Registry 1 and if I get transfer orders, It should send to Registry 2 automatically.
-
I also need a solution to this. Maybe @WHMCS ChrisD can help? (really sorry if disturbed)
-
Price change based on secondary currency
mroxidane posted a topic in Admin & Configuration Questions
Hello, WHMCS currently have an option to update all other currencies based on the exchange rate of primary currency. However I would like to update Primary currency prices based on the secondary currency. Is it possible? Let me explain my problem in detail, I have set up my WHMCS with my local currency as main currency, but our local currency rates are not stable. We're having to change all product prices (of main & secondary currency) manually. So this is the issue from our end. I tried to change the base currency with many methods but ultimately failed as it throws several errors in the billing syste. So currently we would like to keep everything how it's, no problem. Just the price update feature is needed. So we can keep the second currency price as default and update the primary product price automatically. -
You can check with ResellPlan.com, they provide competetive pricing and easy setup with WHMCS. There are other options as well like Enom, ResellerClub and more. You can do some research 🙂
-
Hello, We are getting lots of fake accounts with fake / temp mails. So looking to block all other mail domains and only accept new accounts with gmail, outlook or other choosen reputed domains. How can we apply this validation? Any help would be great!
-
Need Help. Allow registration from gmail.com and yahhoo.com only,
mroxidane replied to Cotlas's topic in Developer Corner
I am also looking for this, did you get any solution? -
No invoices associated with orders - Third party payment gateway
mroxidane replied to veehuu's topic in Developer Corner
How did you fix the issue? I am facing the same thing. -
SQL Error: No values to SET - Full Query: UPDATE tblclients
mroxidane replied to artaweb's topic in Troubleshooting Issues
Same error happening on one of my WHMCS instance. Did not find a solution anywhere. -
We have integrated WHM with WHMCS but the auto login is not working, We are getting An Error Occurred cPanel API Response: Internal Error (ID 424094926173897) I checked WHMCS setup is completely fine working for other servers, but this server is having something API issue. Can someone give some hint on what could be casuing this issue? We are using hetzner dedicated server with centOS & Cloudlinux 7.9 I tried updating cPanel, rebooting the server etc, but no luck.
-
I am not a developer, I was hard coding prices in my template for years. But in that case I was needed to create several front end version of my website for several currencies. Then I came to know that the price can be fetched from WHMCS database easily. So I used below code to fetch price. <script language="javascript" src="{$WEB_ROOT}/feeds/productsinfo.php?pid=81&get=price&billingcycle=monthly¤cy={$activeCurrency.id}"></script> I have two main currency in my WHMCS and planning to add more. The above code worked fine for me on the first try, so I removed all hard coded price from 30+ pages and redeveloped by the new code. I was exited everything was fine but suddenly everything stopped working. {$activeCurrency.id} does work when I pass &currecny=6 on the URL but after that when I navigate to different page, the currency returns back to default one. So the main problem is I need to fetch prices as per season currency, if a user select EUR then all the prices will show in EUR and not in default, which is USD. The currency selector also works, but for that specific page and when I navigate to a different page, it shows default. Please someone tell me why season currency id isn't working and how to fix it. I am using custom template.
