
iwanndie
Member-
Content Count
18 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout iwanndie

-
Rank
Junior Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
Hi again, I am just finishing up my API for WHMCS, and I have a question about checkouts. I am currently building a one-page checkout in Laravel for WHMCS using the API. What would be the correct order of API calls? Currently I have: Add Client Account Add Payment Method Add Order / Invoice Would that also automatically generate the invoice? Or would I need to generate the invoice at checkout? Does that also capture the payment, or do I need to capture too? Would this also set-up automatic billing through Stripe
-
In terms of login, can you authenticate through WHMCS, and protect the Laravel control area using the same session? Or, can you login through Laravel, authenticating with the WHMCS database?
-
Getting Customer's Domains/Products in Navbar
iwanndie replied to iwanndie's topic in Developer Corner
Is it just a case of getting the domain / per user in the hook, and passing that array to the ClientArea? -
My hosting control panel is currently built in Laravel, using the cPanel API. I wish to integrate billing, and the hosting control panel into one unison panel. Is it possible to integrate through the WHMCS API the client area?
-
Getting Customer's Domains/Products in Navbar
iwanndie replied to iwanndie's topic in Developer Corner
Would I need to do it through hooks? I was planning to limit it to 3. -
Is it possible to pass the domains, and products of a customer to the navbar, so that those products and domains can be listed in the navbar?
-
How do I edit the footer of an existing home panel?
-
Where would you begin, to build a one-page checkout, where the customer can be linked directly to a product? Any pointers?
-
Just started making my own theme, <!-- Dynamic Template Compatibility --> <!-- Please update your theme to include or have a comment on the following to negate dynamic inclusion --> <link rel="stylesheet" type="text/css" href="/assets/css/fontawesome-all.min.css" /> Is being included on my page, even though I have already included fontawesome...?
-
It's just a placeholder.
-
This is also a issue for me. $primaryNavbar->addChild('Dashboard') ->setUri('https://client.domain.io/') ->setIcon('fa-tachometer') ->setOrder(1); Creates a functioning item, with a icon. However, URI doesn't change at all.
-
I don't even know what the best way of querying WHMCS tables would be? Does WHMCS have anything built in?
-
Yea, but it hasn't got access to the domain or username variables.
-
Hey, is there a hook for when a admin accepts an order on the admin panel which can access $vars such as domain, username?
-
I'm trying to access params for AfterModuleCreate. domain, username params. But when I log them to activity, they're empty values. Help please.