Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Yesterday
  4. You'd think it was only a few days ago when the whole world was “celebrating” Black Friday, and yet a glance at the calendar reveals that it's been a year, and we'll soon be celebrating Black Friday again. As the Black Friday period also coincides with Plambee.de's birthday, we're starting the offers a little earlier again this year and combining both periods. Up to and including 02.12.2024 (Cyber Monday) you will receive a 20% discount on the purchase of WHMCS modules at Plambee.de with the coupon code BF2024WHMCS. For products with recurring billing, the discount applies to the first billing period. The voucher code is only applicable to new orders and not to renewals or add-ons.
  5. Hi, Special Black Friday One-Time Price Offer for Our WHMCS Members! We have 218 professionally made tutorial videos which can be directly import to your WHMCS knowledge-base. Fill your WHMCS Knowledge-base with helpful videos for your customers. Big companies have marketers and content creation / video making team, small companies cannot afford to make hundreds of video tutorials on various hosting software / control panels. We are providing solution for you. Buy 218 Tutorials for your WHMCS Knowledgebase - Just $134 (One-Time) **Discounted price will be shown after you click Continue. Demo 1 - How your WHMCS look after importing our videos. Features: Purchase video tutorials for your Knowledge-base, and stand different from other hosting companies. Helpful for boosting your website SEO/Ranking. Used by various hosting companies. Up-to date. Multilingual - Available in English and Dutch. Buy only specific series(English) cPanel Series Only Plesk Series DirectAdmin Series WordPress Series If you wish to compete with bigger companies having lots of video tutorials for their customers, then it is your chance to advertise and increase your presence by buying high-quality video tutorials from DemoTiger. Supported Platforms/Billing Software: - Any version of WHMCS is supported. Video Categories: Basics of cPanel (26 Videos) DirectAdmin (44 Videos) Plesk Series (47 Videos) WordPress (17 Videos) - New Series Databases(11 Videos) Domain Management (10) Email (5) FTP (4) Mozilla Thunderbird (6) Outlook 2019 (6) FileZilla Client (5) SolusVM (18) Virtualizor (19) Buy 218 Tutorials for WHMCS Knowledgebase! Note: Discounted price will be shown after you click Continue. Thanks.
  6. To bridge Proton Mail with WHMCS using SMTP, ensure you’ve enabled SMTP relay in Proton Mail settings and configured the SMTP hostname (mail.protonmail.com), port (587 or 465 for SSL), and authentication credentials correctly in WHMCS. Double-check your cPanel DNS settings for SPF, DKIM, and DMARC records to avoid issues. If errors persist, Proton Mail's bridge app might be needed for encryption handling. Hope this helps!
  7. I want to trigger a hook when downloading invoice pdf before the pdf gets downloaded I want to customize there content.I was trying this to mak the invoice as e-invoice. Is there is any other ways please suggest also
  8. Most likely as a hook - although the code would need to be slightly altered. See this: https://developers.whmcs.com/hooks/getting-started/ I would most likely run it on the "AfterCronJob" event.
  9. That looks like a solid idea. Where would insert that code to try it out?
  10. You could loop through all domains and use the UpdateClientDomain endpoint to auto calculate the domain price, after you've updated the TLD pricing in WHMCS. It could look something like this: <?php use WHMCS\Domain\Domain; $activeDomains = Domain::whereIn('status', ['Active', 'Pending', 'Pending Registration', 'Pending Transfer', 'Grace', 'Redemption'])->get(); // Or just use $activeDomains = Domain::all() to get all domains, even expired ones. foreach($activeDomains as $domain) { $command = 'UpdateClientDomain'; $postData = array( 'domainid' => $domain->id, 'autorecalc' => true, ); localAPI($command, $postData); }
  11. Just bumping this topic again as no meaningful suggestions have been presented. Anyone? 🥺
  12. Technically, the [No Hosting! Click to Add] hyperlink links to cart.php in most templates. To change the cart.php redirect, move your WordPress Hosting or eCommerce Hosting product group above the Email Hosting in WHMCS Admin -> Settings -> Products/Services.
  13. I have the same problem. It would be great if someone could help !
  14. Last week
  15. At this moment, the delivery report is not available in the ticket list as indicated in your description. We appreciate your suggestion and will consider it for potential future developments.
  16. Today, when I tried to accept 6 orders together, I encountered a Cloudflare error stating "server overload." However, when I checked the server logs, I didn’t find anything. I have a good amount of resources on my server, and I didn’t find any downtime either. The issue also occurred when I clicked the "Pay" button on the checkout page. The page loaded for over a minute and then showed this error. It never happened with single orders. What could be the issue? WHMCS version: v10.1.0 PHP: v8.1 memory_limit: 512MB max_execution_time: 10 mins max_input_time: 2 mins post_max_size: 64MB
  17. Hello evryone, We have the website using WordPress and thinking of the best approach to add WHMCS We have a few options: Subdomain and install WHMCS Subdirectory and install WHMCS Adding a login to the website header Other suggestions Check out the website and let me know what you think. https://simplixi.com/ Many thanks
  18. I think this is the module? https://github.com/kingflamez/WHMCS-Rave-payment-module
  19. Hello WHMCS community members from UAE, Abu Dhabi.
  20. @Evolve Web Hosting, thank you. I am aware of the marketplace.whmcs.com and I searched it before posting it in the community. Since I was unable to find the solution neither via marketplace.whmcs.com nor Google, I posted the topic here.
  21. @banar try a google search too. Not every developer posts all of their extensions on the Marketplace.
  22. @Evolve Web Hosting, got it. I'll try searching it again. I searched it previously and did not succeed finding one that works for this case.
  23. If I do that, none of the client's monthly invoices will be automatically processed. It only applies to some of the invoices. 🤔
  24. @banar I did provide the URL to the Marketplace - from there, you can search the available extensions. I don't have experience with one to recommend to you. There are also extensions to charge a processing fee to specific gateways.
  25. @banar have you tried going to the client profile and toggle 'Disable CC Processing ' to off? It applies to any automatic payment capture. Not just credit cards as the label suggests.
  26. @Evolve Web Hosting, could you please provide the URL?
  27. @banar you can do so with a module from the Marketplace (marketplace.whmcs.com). It's not included by WHMCS.
  28. It's great that Stripe supports payment using the ACH/eCheck method. However, there is no way to select that payment method and make sure the charge is NOT automatically captured. The WHMCS automation applies both to credit card and ACH/eCheck without a way to separate the two. Clients are happy to pay via ACH, but they ask us to NOT do it automatically. Meaning, they want to login and manually click PAY. Any ideas on how to approach this?
  1. Load more activity
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated