-
Content Count
54 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Md Rasel Khan

-
Rank
Member
Recent Profile Visitors
1123 profile views
-
Md Rasel Khan started following Import Clients To WHMCS Via CVS, AddOrder API Help and Import single user/account
-
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!
-
Md Rasel Khan changed their profile photo
-
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
-
@brian! How set the order to last?
-
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.