Jump to content

ukicnet

Retired Forum Member
  • Posts

    84
  • Joined

  • Last visited

Everything posted by ukicnet

  1. I really like the idea of this mod, however the link on page is not working http://whmcs.docs.altomarketing.com.ar/troubleshooter
  2. Hi Would it be possible to create a department in whmcs but not show that department in client area ticket list. I still want to link tickets to clients but I don't want clients to see these tickets. The reason is I want to store the call recording of our customers calling into our support team which we can pipe in whmcs via email, but I don't want clients to access these recordings, I only want admins to see. Would this be possible? Thanks Andrew
  3. I have been looking into this for a couple of weeks and we have tried a number of different live help applications including the stardevelop application provided by WHMCS. I think we are going to go with Livezilla which also offer pay chat with intergration into a checkout.
  4. really like this mod, would like to see the possibility of adding sip accounts so you could get a pop up when customer call in and dial by url for outbound.
  5. Great Work..I have been using this template over the last couple of days and it has given me a good head start on designing our website.
  6. Hi How do you create sub menus within client area.... i.e Domains then register domain, transfer domains etc Thanks
  7. Bridge between WHMCS and an accounting package and I agree with Daniel it should be a strong intergration
  8. i like quickfile.co.uk which is a free online account software and includes an api
  9. i like the idea of a desktop app however I have the same worries as htb.
  10. I am in the UK and I have started to use a system called quickfile.co.uk which is online based and free
  11. I need a link creating between my accounting software quickfile.co.uk and whmcs. quickfile has an API, information can be found at quickfile.co.uk I need transactions and invoices etc to be link up with both WHMCS and quickfile please contact me at ukic@mail.com
  12. I would like this type of addon as I have a number of products I sell through my client area.
  13. i am also having this problem on my client logins to control panels
  14. shaun, I have tried to order however getting a error message when clicking purchase on your website
  15. Hi I think this a very good mod I would like would like some further information on it. To instant upgrade is this done by the whmcs upgrade via creating different packages. Can a client login to hyperspin via whmcs I would to give my feedback to future development When I setup a FREE account that is with no subscriptions I get a white page with FREE ACCOUNT in the left hand corner, Could this be redirected to a order completed page. When trying to cancel a hyperspin account that is a trial I get that is not paid account and unable to cancel however you can via the hyperspin control panel directly.
  16. How can i change the starting client id number
  17. There is No Emails showing in my emails in the client area on 3.6
  18. Hi I am wanting to offer my users a club card offering a discount for existing customers. I would like to use the promotional code system, I have tried to change some of the code on the order form. however it showing both the promotional code and the club card, what changes do I need to make for it to only use the club card. can I create a seperate table or copy the promotional system to create a club card system. I still want to use the promotional code for my new customers Promotional Code: 9826133200014120062 - 10.00% One Time Discount - Don't use Promotional Code Club Card: 9826133200014120062 - 10.00% One Time Discount - Don't use Promotional Code
  19. if you uk based I find nochex to be the best as there is to signup for the user.
  20. Hi I have been testing the whmcs software for over 3 months before launching as our primary billing system for our hosting and email service. I feel the whmcs one is the best billing system in the industry for me, as it now has all the features that I have been looking for in a off the shelf billing system and whmcs are very fast in implementing new features all the time. Thanks for all your great work whmcs. Andrew
  21. Could I use the below code to add a promotional box to the upgrades order form I noticed when clicking addons in a hosting package there was no promotion code box there to add this simply: find this code in order-stepfour.tpl, Code: <form method="post" action="{$smarty.server.PHP_SELF}?step=4"> <input type="hidden" name="validatepromo" value="true"> <p align="center">{if $promoerrormessage}<font style="color:#cc0000">{$promoerrormessage}</font> {/if} {$LANG.orderpromotioncode}: {if $promotioncode}{$promotioncode} - {$promotiondescription} - {$LANG.orderdontusepromo} {else}<input type="text" name="promocode" size="20"> <input type="submit" value="{$LANG.orderpromovalidatebutton}">{/if}</p> </form> Remove it from its current place and add it under this code: Code: {else} <p align="center"><input type="button" onClick="window.location='{$smarty.server.PHP_SELF}'" value="{$LANG.orderchangeproduct}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=2&modify=true'" value="{$LANG.orderchangedomain}"> <input type="button" onClick="window.location='{$smarty.server.PHP_SELF}?step=3&modify=true'" value="{$LANG.orderchangeconfig}"></p> {/if} Any problems let me know. Back to top
×
×
  • 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