
ukicnet
Retired Forum Member-
Posts
84 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by ukicnet
-
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
-
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.
-
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.
-
Flex - The new customisable & mobile friendly theme for WHMCS
ukicnet replied to Jay's topic in Commercial Modules and Addons
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. -
Hi How do you create sub menus within client area.... i.e Domains then register domain, transfer domains etc Thanks
-
[[Accounting Addon]] How would you like it to be ?
ukicnet replied to altomarketing's topic in Third Party Add-ons
features would be great however security is very important -
[[Accounting Addon]] How would you like it to be ?
ukicnet replied to altomarketing's topic in Third Party Add-ons
Bridge between WHMCS and an accounting package and I agree with Daniel it should be a strong intergration -
[[Accounting Addon]] How would you like it to be ?
ukicnet replied to altomarketing's topic in Third Party Add-ons
i like quickfile.co.uk which is a free online account software and includes an api -
WHMCS Desktop App (un-named project) 15 second demo
ukicnet replied to markehme's topic in Third Party Add-ons
i like the idea of a desktop app however I have the same worries as htb. -
Is this theme still available..
-
If you had to choose an accounting package to go with WHMCS...
ukicnet replied to Eric Seiler's topic in General Discussion
I am in the UK and I have started to use a system called quickfile.co.uk which is online based and free -
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
-
exProducts - expanded client area product sections
ukicnet replied to HostT's topic in Third Party Add-ons
I would like this type of addon as I have a number of products I sell through my client area. -
i am also having this problem on my client logins to control panels
-
Client Area Statement - With PDF Download
ukicnet replied to Shaun's topic in Commercial Modules and Addons
shaun, I have tried to order however getting a error message when clicking purchase on your website -
HyperSpin Server Module! (Only $10)
ukicnet replied to arcdigital's topic in Commercial Modules and Addons
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. -
How can i change the starting client id number
-
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
-
Send a welcome letter to new clients (automatically)
ukicnet replied to harrip's topic in Third Party Add-ons
I really like this idea and I will implement ASAP -
if you uk based I find nochex to be the best as there is to signup for the user.
-
I dont want inactive customers login into the system
ukicnet replied to disenioweb's topic in General Discussion
Why not just change the password for the client area -
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
-
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