-
Posts
54 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Md Rasel Khan
-
I need to add so many orders. So trying to build API. I can not send "customfields" data. Here is my code using Node, Express: app.get("/addorder", (req, res) => { try { wclient .call("AddOrder", { clientid: 9480, paymentmethod: "paypal", pid: [4], customfields: [ btoa(JSON.stringify({ 1: "Username" })), btoa(JSON.stringify({ 2: "Password" })), ], noinvoice: true, noinvoiceemail: true, noemail: true, }) .then((data) => { console.log(data); res.send({ success: true, data, }); }) .catch((error) => { console.log(error); res.send({ success: false, error: error.message, }); }); } catch (error) { console.error(error); res.send({ success: false, error: error.message, }); } }); It's adding an order, but there is no custom field data on order—something I missed, maybe. Here is the WHMCS API Reference: https://developers.whmcs.com/api-reference/addorder/
-
Import single user/account
Md Rasel Khan replied to bear's topic in Installation, Upgrade, and Import Support
To import around 7k clients, I build a simple node js application. Just convert your CSV file to a JSON file. You may use this site: https://www.convertcsv.com/csv-to-json.htm Here is the Git repository link: https://github.com/immdraselkhan/whmcs-clients-import -
Import Clients To WHMCS Via CVS
Md Rasel Khan replied to mywebguy's topic in Installation, Upgrade, and Import Support
To import around 7k clients, I build a simple node js application. Just convert your CSV file to a JSON file. You may use this site: https://www.convertcsv.com/csv-to-json.htm Here is the Git repository link: https://github.com/immdraselkhan/whmcs-clients-import -
Hello @everyone, Is there anyway to set the client search filter to Email by default in WHMCS admin? @brian!
-
Hello everyone, Is there anyway to show a warning during purchase If the same purchased before & it is active? @brian!
-
Hi @SeanP Is there any way to show a warning during order If the same product already purchased before and active? Thanks!
-
As far I know that is, if someone has an active order then the second order of that product not possible to place. But I want, visitors or customers can not to add the same product twice to the cart. Is it possible? @brian! or @bear
-
-
Which module or hook?
-
@brian! Is there any way to prevent adding same product twice in cart by book? Thanks!
-
Hello, I'm using latest WHMCS. I was added a Plesk server to my WHMCS, server hosted on AWS Lightsail. But when I try to create an account getting this error. Error code: 1023. Error message: Unable to get ip id by address 'xx.xx.xx.xx' from db. But I was input correct public IP address of the server. Is there anyone to help me?
-
Internet.bs Domain Registrar WHOIS Lookup Issue
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
Who doesn't support premium domain, they are showing unavailable. -
Internet.bs Domain Registrar WHOIS Lookup Issue
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
Yes, I have resellerclub account. ResellerClub as a whois lookup provider. -
Internet.bs Domain Registrar WHOIS Lookup Issue
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
When I set ResellerClub as a whois lookup provider then it's working. That means premium domain search results showing unavailable to register. -
Internet.bs Domain Registrar WHOIS Lookup Issue
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
@brian! Thanks for the good suggestion. But another issue is when I chose other or WHMCSNAMESPINNING as a whois lookup provider, frontend premium domain search result showing available to register, but it should be unavailable. -
Internet.bs Domain Registrar WHOIS Lookup Issue
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
@brian! Thanks for your reply. Yes, WHMCS has official Internet.bs module & they do not support premium domain. But Internet.bs's official module support premium domain. Just problem is whois checking from WHMCS admin area is not working, else everything is working fine. I already contact with them but they are not responsive. Waiting for their reply. -
Hello, I'm using latest WHMCS & Internert.bs domain registrar. But If I choose Internet.bs as default WHOIS Lookup Provider & try to lookup whois of a domain from WHMCS admin area, getting an error. But there is no error If I choose WHMCS NAMESPINNING as default whois lookup provider. But problem is, I'm selling premium domain, So If I choose WHMCS NAMESPINNING as default whois lookup provider then premium domain price is not working correctly. So I must need to use Internet.bs. I explained more derails in this video Watch Video The module files attached bellow. Thanks for your time! WHMCS-Internet.bs-V2.9.zip
-
By Default Domain Configuration Checkboxes Select
Md Rasel Khan replied to Md Rasel Khan's topic in Developer Corner
Thanks @brian! -
Hello, Is there any way to auto select the domain configuration settings for DNS Management, ID Protection & Email Forwarding checkboxes by hook? @brian! Hope you can do. 😍
-
Same problem, anyone here to help?
-
How to add custom fields in view ticket sidebar?
Md Rasel Khan replied to Peter Butler's topic in Developer Corner
@brian! Could you please tell me how to move the additional tab to left sidebar using hook? https://prnt.sc/10nxsvm -
Module Command Error cPanel API Response ?
Md Rasel Khan replied to trewhost's topic in Troubleshooting Issues
Today I was faced the same issue. My problem was cPanel account limitation. -
Cart template: Chage billing clycle from dropdown to radio
Md Rasel Khan replied to Dhush's topic in Developer Corner
Ha ha! No need... 🤓