Jump to content

jj1987

Member
  • Posts

    38
  • Joined

  • Last visited

About jj1987

jj1987's Achievements

Member

Member (2/3)

0

Reputation

  1. Good Afternoon, Is there an API method that will allow converting a quote to an invoice? If it's just marking the quote received, and creating an invoice line by line, does anyone want to share preexisting code to do that?
  2. Good Afternoon, Is it possible to include the email chain (entire thing) in each support ticket reply from the built in helpdesk module? Thank you,
  3. Good Morning, I have attempted to setup overages billing on my products. I'll describe what I have for each product tab, and hopefully someone can point out where I am going wrong. Module settings - WHM Package Name - I have an unlimited package (no limits in WHM) Web Space Quota - Blank Bandwidth Limit - Blank Other- Disk Usage - 1000mb Bandwidth - 2500mb Overages Billing - Checked Overage Costs - Both fields are filled out Do I need to have limits in the module settings fields or no? I don't want to suspend an account for use, just bill for the extra.
  4. Has anyone found a work around for this? I notice disk usage is coming over, but the limitation is not. If I update the hosting table within the database to hard code the storage limit, will it charge overages on that, even if it doesn't see the bandwidth limitations?
  5. Has there been any updates to the Plesk 11's lack of support? Is there a way to bill for overages?
  6. Is there a way to link existing clients/domains to a new install of WHMCS? We're thinking of migrating servers, and would like to do a batch move, but can move them one by one after creating the domain within WHMCS of absolutely necessary.
  7. Here's the answer I got from support today...tested and working!
  8. bump...anyone know how to get the dropdown list back in the template?
  9. Hey guys- I've got my attachments directory set to 777, and for some reason when a client submits a ticket, it's not going through. It seems to work however when they email reply with an attachment. Any ideas?
  10. Is it possible to have whmcs on 2 sites? We're a hosting company and need to have whmcs on both of our sites, with two separate skins (one for each site) for billing and support purposes. When we try to include whmcs on site 2, we get a secure cert error that there's a domain mismatch. We're perfectly OK with buying 2 license, just wanting to figure out how this can be done.
  11. Is there a way to import support tickets from kayako?
  12. Has anyone figured the code out to automatically resize the iframe that WHMCS rests in when you click on a link?
  13. OK I finally got this working. Here's the code- <?php $username = $_POST['username']; $password = $_POST['password']; ?> <iframe id="myframe" src="../client/dologin.php?username=<?php echo $username; ?>&password=<?php echo $password; ?>" width="653px" height="1000px" frameborder="0"></iframe>
×
×
  • 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