Jump to content

CrunchyToast

Member
  • Posts

    32
  • Joined

  • Last visited

About CrunchyToast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CrunchyToast's Achievements

Member

Member (2/3)

1

Reputation

  1. Thanks for your response. Is there a way to mark it as complete automatically without rebilling? I have looked into it and currently have it setup to do so, but just don't want customers to be billed by maybe having a hook simply update the database for the product if it was setup as an annual fee. Essentially, I'm using the Licensing addon and have a one time purchase product with an annual support subscription. Currently, the subscription for support auto renews and bills a client. I'd like it not function as such.
  2. Hello - I understand WHMCS has a feature to disable auto renew for domains, but what about products? I'm on version 8 and have a few products with annual pricing, that are not domains. Is there a quick way to disable these from automatically renewing and billing a client? If not, is there a quick hook I can use to stop this action from happening? Thanks!
  3. Version 2.1.2 released. Change log can be viewed on the Marketplace page.
  4. Okay. Thank you. Any info on the 2nd question?
  5. Specifically, one of my plugins would require a cron script to run every 5 minutes or so. Instead of having the user add it manually, I was wanting to see if it could just be added and ran that often by a built in hook or function.
  6. Hey everyone, Working on a few different modules and had a couple questions. Is there an action hook that allows you to run a cron job every time the WHMCS is called? For example, my WHMCS cron file runs every 5 minutes. Is there a hook or a way I could have a custom hook or script run every time the actual cron runs? All the hooks I see currently only run once a day. Is there a way to add another tab to the client detail page in the admin panel via hook or another method without having to customize the template? Thank you ahead of time.
  7. Hello, I am using the Licensing addon and am curious if there is a way to limit a client to only 1 instance of a product. The reason is because, I would like to offer a trial of my product that auto expires after 7 days. If they then purchase the product, all they would have to do is re-order the trial to download the updated version each time I update the trial. Or am I missing something? I just don't want clients to be able to download updates via the trial if they don't have the support and updates addon purchased. Let me know if there's a better way to do this, or if I'm missing something all together. Thanks.
  8. Hello, I am currently running the latest WHMCS and just migrated to a new server. I have Ioncube loaders running, but if I use php -v it does not show it there. Also, all crons say Site error: the ionCube PHP Loader needs to be installed. Am I missing something? I can log into WHMCS and use it just fine (aside from my licensing manager addon not validating licenses). I'm using Ubuntu 16.04 LTS FYI PHP 7.0 and Ioncube 7.0
  9. Thank you! Thanks for the info. Thread has been moved.
  10. A couple years ago I purchased a WHMCS license for the purpose of automated billing for my PC repair business. The method I was using to track customer systems wasn't very practical. I was creating a product for each and every device I worked on and linking it to the customer as an order. This was becoming a tedious task as I had to always remember the format of information I was using and what needed to be collected. After some time I began creating an addon specifically for my needs, but after a while it quickly became more than what I ever needed. Now, an asset manager for WHMCS Manage and track assets in WHMCS! Ever wish you could track physical items with WHMCS? How about servers, laptops, tools, or even customer assets? This module now makes that possible without needing a separate application. Features Custom Asset Types and Fields Customer Asset Tracking View/Create Asset Links on Client Summary Asset Intake Status Asset Check-out/Check-in Link Tickets to Assets Enter Asset Notes Upload Files to an Asset View Asset Logs And more! https://marketplace.whmcs.com/product/3050
  11. That is how I plan to do it, but do you know a way to have it automatically link? The only thing I could think of off the top of my head is to use my own ticket creation form in the admin panel then use a hook so I can retrieve the ticket number in the DB.
  12. This has nothing to do with this post... The module I'm working on allows users to track items. What I want to do is have a link to open a ticket, but have the ticket connected somehow to that item. Again, I thought about using custom fields in support departments, but if an admin creates a new support department then they have to create the custom field. If they forget to add the custom field then the module will not work as it should. I'm trying to see if there is another way to associate a ticket to the item. I hope that makes sense.
  13. Good evening, I am currently working on a module that will create an entity. Is there a way that I can create a ticket have it automatically linked to this entity? I thought about having custom fields, but if a user creates a new support department then they have to create the custom field and if they forget then the module will not work as expected. If any more information is needed, please let me know. Thanks in advance.
  14. Good evening, I am writing a custom module and had a question about upgrades/downgrades. Hopefully, this is the correct forum for such a question. What I am interested in knowing is, I know I can stop/abort the ChangePackage command from running by using the following: $return = array(); $return[] = array("abortcmd"=>true); return $return; ...but is there a way to NOT processes the order, but display an error instead on the client side? No matter what I have done, the order is still processed even if the abort command is ran. The order is still created, but the action does not take place. Any help with this would be amazing! Thank you in advance.
×
×
  • 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