Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Nice. One useful feature would be to display all TLD results for the searched keyword. Currently. the search does not list all availanle TLDs for the keyword search. It just shows all TLDs as available. and user has to click on 'Add to cart" button to check availabililty.
  3. Today
  4. I can confirm that for Plus, Owned and Development licenses on the Manage License page, the Latest Stable Version is 8.13.2.
  5. Requirements: Capture a cid parameter from URL (e.g. ?cid=telegram1) Store it in a cookie (30 days) On client signup, save cid into the WHMCS database (tblclients) No core file edits (hooks only) Output needed: Working hook file Instructions for setup 2 SQL queries: Signups per cid Revenue per cid (paid invoices) Important: No Google Analytics / no third-party tracking Must work even with adblock users This is a simple job — looking for quick and clean implementation. Budget: €50 (fixed)
  6. Dear all the community members, we are pleased to announce the new update of this module version: v1.2.0 Product Page URL: https://whmcsglobalservices.com/whmcs-ai-helpdesk-assistant-module/ Changelog : New Features Added an initial module setup wizard for new installations. Option to exclude specific client groups from AI bot ticket auto-replies. Ability to set domain TLD priorities for domain suggestions. Generate chatbot embed scripts for integration on external websites. Added integration code to launch the default chatbot via a custom button click or link. Improvements Optimized domain suggestion retrieval for faster results. Enhanced compatibility with the Lagom theme. Optimized OpenAI API calls to reduce usage rates. Improved license verification process for better performance and speed. Bug Fixes GPT-5 models are no longer listed in the assistant selection, as they are currently not supported. Resolved a bug causing incorrect domain suggestion priorities for certain TLDs Resolved intermittent OpenAI API call failures and improved error handling.
  7. At ModulesGarden, we've always focused on expanding what you can do with WHMCS. MetricsCube looks at the same environment from a different angle, helping you understand what all those actions actually lead to. Bringing those two perspectives closer together felt like a natural next step. And that's where we are now. We've entered a much deeper, multi-layer collaboration with MetricsCube! A new website You can see it first in how easy it is to get into the MetricsCube platform. The updated website gives you a much quicker sense of what's available and how it connects to your WHMCS workflow. You don't have to spend time figuring out where to start, every key detail is right at hand. A new pricing structure The same thinking carries into the MetricsCube plans. They have been reorganized to make them clearer and better suited to each stage of growth. Whether you're just starting out or already growing your business, it's easier to find a plan that's right for you. The new Starter plan This is the lowest price point MetricsCube has ever offered! This makes it much easier to try out WHMCS analytics tools without incurring significant upfront costs. It's a great first step for teams that want to gain better insights into their data but prefer to start small, both in terms of the scope of their analysis and their budget. The updated connector The updated connector now works smoothly with WHMCS 9.X, and the onboarding flow has been simplified to the point where getting started is as simple as completing just a few clicks. AN EXTRA BENEFIT FOR OUR COMMUNITY And since MetricsCube has already rolled out promotional pricing across their updated plans, we're pushing it even further. Our community now gets an additional 25% OFF every plan! Promo Code: WHMCS25%_MC Take a look at MetricsCube and see if it starts answering questions you didn't even realise you had. If you have been considering a more structured way of working with your data, this is your best opportunity to take the first step! Explore the brand-new MetricsCube experience!
  8. Yesterday
  9. Hi everyone, I wanted to share a small WHMCS hook we created to support client-specific payment terms such as: Immediate Net 30 Net 60 Repo: https://github.com/Y2KWebs/whmcs-client-payment-terms The problem We needed a way to let some clients pay immediately, while others could have Net 30 or Net 60 terms. As many of you probably know, WHMCS ties recurring billing pretty closely to the service renewal cycle. A common workaround is to generate invoices many days before the service due date, but that is not really the same as offering payment terms. It is just invoicing earlier. What we actually wanted was: keep the normal WHMCS service renewal logic let WHMCS generate the invoice normally change only the invoice due date make sure the invoice email already goes out with the correct due date keep compatibility with accounting syncs such as QuickBooks Our approach We used: Client Groups to represent payment terms the InvoiceCreation hook to adjust the invoice duedate before the invoice email is sent The logic is simple: clients with no group or no mapped group keep the standard WHMCS due date Net 30 group = original WHMCS due date + 30 days Net 60 group = original WHMCS due date + 60 days Important detail The best approach turned out to be using the original WHMCS invoice due date as the base date, instead of the invoice date itself. That preserves native WHMCS behavior for standard clients, including cases where invoices are generated in advance. So for example, if WHMCS generates an invoice 7 days before renewal: standard client = keeps those 7 days Net 30 client = 7 + 30 days Net 60 client = 7 + 60 days Why InvoiceCreation and not InvoiceCreated? Because InvoiceCreated is too late if you want the invoice email to already contain the correct due date. What this does NOT change This hook only changes the invoice due date. It does not change: service Next Due Date renewal logic suspension logic So suspension still needs to be handled separately depending on your business rules. Why I’m sharing it I found many posts about Net 30 / invoice due dates / payment terms in WHMCS, so I thought this might be useful for others too. Hope it helps someone. Feedback and improvements are welcome.
  10. Not in my screenshot, in the opening post.. Out of curiosity, could you log into your own account and let us know what you see?
  11. At the top it clearly says development license just above the top release (8x), which is why I mentioned it.
  12. 100% Bad UI. My post was to highlight that. This also has nothing to do with development licences. My screenshot is from an active production license. I left the plan name out because it identifies the size of our customer base.
  13. Harsh and frankly not needed. Looking at the screen shot, it seems clear (only after carefully reading), that the DEV license latest is the 8x one, and beneath that, 9x then LTS v8x branch. It's confusing, especially when 8 and 9 both state latest stable, and the 8x dev version is in HUGE letters. Bad UI.
  14. My screenshot and your first screen shot both state that 8.13.2 are the latest and recommended. Stop trying to boost your post count. You are not adding any value to this topic.
  15. Please see my second screenshot on my previous reply you will find that WHMCS is recommending only 9.X version.
  16. Yes, I am well aware that the Download option displays both. But how can both v9.x and an LTS v8..x be recommended for all new installations and upgrades. It's nonsensical and confusing to publish information this way. The latest version is 9.x, and 8.13.2 is a maintenance release for v8.x , the blog post is clear about that but the client area home page does not.
  17. WHMCS maintains two versions to be frank WHMCS 9.X = latest version WHMCS 8.X = older version with LTS support for people who need time to upgrade On the very same page, if you click "Download Button" you will see both the versions. (Check the attachments)
  18. Request WHMCS to make it a confugurable option instead of removing it?
  19. Thanks for the confirmation @WHMCS Ricardo. I really hope WHMcs team reconsiders this, hopefully making it optional.
  20. Last week
  21. Literally! They remove a function I use weekly at least twice then say, only use as a last resort! don't take our feature!
  22. I would say this issue qualifies needing a last resort technique since they are removing it. What else can I do?
  23. The one question I have is "why"? Clearly there's a need and demand for it, why is it not even considered being made optional, with warnings about not doing it or what have you. Why is it simply removed, with no options and so on.
  24. Hey Fatkhur! This is likely an error related to your SMTP server. Do you receive anything in your spam folder? Also, what settings do you have under General Settings > Mail (tab) ? Are you using SMTP or PHPMailer?
  25. Hey Sudipto Mahmud! Damo is correct. At the moment, the series 9 only supports PHP 8.2 and PHP 8.3. So keeping with PHP 8.3 is suggested.
  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