Jump to content

maxihost

Retired Forum Member
  • Posts

    36
  • Joined

  • Last visited

About maxihost

Recent Profile Visitors

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

maxihost's Achievements

Member

Member (2/3)

0

Reputation

  1. Worked pefectly. I just changed ">" to "gt" because I had an error whilw trying to send the invoice. Thank you so much.
  2. It does not. I contacted WHMCS and they said I need to use Hook to do this. I asked if they create the hook for me as customized job but they are not doing at the moment. If you are able to do so, I would be interested in this job. "Hi, The variable you are trying to use is not an integer and so you cannot compare it as such. The value will always contain the currency prefix and suffix. You can however create your own variable to be used on using the EmailPreSend hook point. http://docs.whmcs.com/Hooks:EmailPreSend You can check that the email template name is one you wish to use the variable on, and then the relid would be the invoiceid and you can obtain the balance from tblinvoices and create your own variable to run this comparison on."
  3. Hello, I would like to create a conditional on invoice template like this, {if $invoice_total bigger than "1000"} Please pay using this payment method {else} Please pay using paypal {/if} In other words, if the invoice total is bigger than 1000 I would like to display one payment method, and if not, I will display paypal link. But it seems that WHMCS is not accepting "bigger than". What can I use instead ? Thank you.
  4. Hello, We are looking for someone that can build more intuitive process for ordering Dedicated Servers from our company through our WHMCS shopping cart. We need something similar of what Singlehop has currently at, https://www.singlehop.com/order/form#page1. Customers will have the option to choose: Datacenter CPU Hard disks Disk controller Memory IPs included Port speed Next page would have the following, Operational system available Version (architeture) Control panel options Next page, Backup services Monitoring Next page, Payment info - I need a web panel to set up each of the available products for ordering, and which of them are compatible to what amount of disks, RAM, por speed, etc. I know that I can do this from WHMCS, but I am not sure if you will be able to build such order form without an external control panel. Either options would do the deal. - I also need different fields for Brazilian customers (when the page is set to Portuguese) and for foreign customers (when the page is set to English), because there are some fields on our current order form that needed to be removed from foreign customers (like CPF and CNPJ). - I also need different payment types for Brazilian customers and for foreign customers, because there is one specific offline payment method for Brazilians that doesnt apply to foreign customers. - There are many fields on our current WHMCS shopping cart that remains in Portuguese even when the page is set to English. Our current order form can be seen at https://portal.maxihost.com.br/cart.php?a=add&pid=451 Thank you very much !
  5. Its been many days that I am waiting for an answer from Fody Technologies. I think they gone out of market and everything I need is to refresh a license that I bought with them as I have moved our WHMCS installation from one IP to another. I cannot get their customer area nor reset my password, as it seems their site is buggy. Anyone can help me in this situation ? Thanks.
  6. Hello, I would like to automatically add a product into a customer account when he make a payment for a specific product. I will explain it better, - I have a product that the customer always sign up using a specific promotion code, which will give him the first month as free. - On the second month, the billing will generate an invoice for him. After he pays for it, I would like to add into his account a second product using a specific promotion code. The first product is a cPanel account, and the second product is a SSL product. So I would like to give customer a free SSL after he pays for that first product on the second month. This can be achieved with the following steps (answer from WHMCS support, so I am looking for a developer that can do this for me). You would need to use a hook to do something like this. http://docs.whmcs.com/Hooks:Invoicing#InvoicePaid http://docs.whmcs.com/API:Internal_API http://docs.whmcs.com/API:Add_Order You could use the InvoicePaid hook to check the invoice being paid and query the database (tblinvoiceitems) to see if this is the second invoice for the hosting product. You would then use the API to add an order to the clients account with a specific product and promotion code. The above pages will assist you in doing that. Thanks. Guilherme
  7. We are a cPanel Partner and we have lots of licenses purchased with them. It would be good if we have a module integrated with WHMCS where we can have functions with our Manage2 account like, a) Activation of new licenses b) Suspension of licenses c) Expiration of licenses d) Transfer of licenses from one IP to another (That could be added to customer area as well) e) Script to keep licenses on Manage2 in sync with WHMCS We already developed a module that does a only, so new purchases for cPanel licenses are auto provisioned with cPanel Manage2. I am looking for a developer that can do this.
  8. If anyone can develop a Device Manager for Datacenter with the same functionalities that Ubersmith has, we would be very interested.
  9. Hello, Its been two years already and nobody made this module yet We would love to see Device Manager like Ubersmith has integrated to WHMCS.
  10. Just found it on your site. Which APC switches are compatible ?
  11. Really ? Where can I find them ? This is interesting.
  12. Pessoal, Estou procurando uma empresa que pode desenvolver módulos para o WHMCS se encaixar em nossas atuais necessidades. Se puderem me passar recomendações, agradeço. Abraços.,
  13. It would be good if we can see internal notes on tickets. I cant work using iPhone app if I cant see what my staff are saying about that ticket.
  14. Hello Everyone, I dont use to post much on forums, but we use WHMCS for years everyday. We are a mid sized WebHosting and Datacenter company in Brazil offering shared hosting, cloud, dedicated and colocation. Our feedback about WHMCS is that is just awesome. It helps us a lot with our daily needs. The billing software is very robust, have integrations with many gateways, registrars, servers, etc. We are very satisfied with it and we thanks God that we moved from Modernbill some years ago (Thumbs down for Parallels). Also, I think that much more value could be added to WHMCS if we get Datacenter features built to the software. I have tried Ubersmith and they are very robust for Datacenter needs. You can have datacenter inventory, rack, servers, manage devices (you can even turn on and down a switch port for dedicated servers suspension for example). As we are very focused on Datacenter, we were considering moving to them, although their product is not cheap (699 monthly up to 200 devices), and their interface is not as great as WHMCS is. Also, we would have some issues with registrars, as they dont have what we need. I am sure I am not the only one, and maybe if we can make some noisy Matt could help us as well Cya !
  15. Hello, I would like to know how can I implement a simple regex validation on a default field ? I am able to do that on custom client fields, but I need to implement a simple regex validation for the field "postcode". That regex would be simple, I need to be equal (\d{8}) Guilherme
×
×
  • 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