Jump to content

aquiss

Member
  • Posts

    129
  • Joined

  • Last visited

About aquiss

Recent Profile Visitors

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

aquiss's Achievements

Senior Member

Senior Member (3/3)

2

Reputation

  1. And yet you can reply without being rude. As we have an owned with unlimited licence, unbranded, we have NEVER been subjected to or needed to know about this in the past. The email we got literally said our owned licence was expired from now, with little or no links to the asset information you have linked to.
  2. Indeed. The email that was sent out, was honestly just so vauge and confusing. We have thousands of closed clients, but are kept in the system for tax/vat/copies of invoice purposes. Is costs based on Active clients or total clients, regardless of status?
  3. It already does https://docs.whmcs.com/System_Requirements
  4. I think the biggest issue is they have changed how a few things work, both on Admin, but also on API calls, that they have not warned before hand would be changing. You can't have businesses using a system for years to suddenly find scripts and systems suddenly don't work. WHMCS is a great product, when it works, but heck, talking to it's community and engaging with us all, leaves a lot to be desired.
  5. At present version 8 has too many concerning showstoppers for us to consider upgrading too.
  6. The nifty one, I'm told by speaking to them, works with 8.0.3 (so I suspect 8.0.4 will be fine). We have used nifty for about 2 years, perfect product and wonderful support. At present we have decided not to move over to the 8* series of releases as too much I read is concerning us at present.
  7. I've had a good hunt of the community forums for any examples, but don't seem to be able to find anything. Does anyone have any code, hook etc to display a message on the client homepage when there are no active payment methods setup?
  8. Thanks Brian. I was looking at that for ages....after changing it, it made no difference. Bleeding cache caused the issue.
  9. You could always look at SupportPal, which allows you separate out things already with WHMCS Intergration.
  10. A simple question, can anyone tell me what the CSS Style is that sets the Page Title colour, as shown in the attached picture, so that I can apply an override. I've been hunting for over an hour without any success.
  11. Can anyone else confirm a bug with the OrderFraudCheck API as seen https://developers.whmcs.com/api-reference/orderfraudcheck/ If we pass over the order id, as shown in the code below, then the details, such as address details are not actually sent over for fraud checking, instead it appears to be using our local server details rather than the ones stored against the client/order? http_build_query( array( 'action' => 'OrderFraudCheck', // See https://developers.whmcs.com/api/authentication 'username' => 'IDENTIFIER_OR_ADMIN_USERNAME', 'password' => 'SECRET_OR_HASHED_PASSWORD', 'orderid' => '1', 'responsetype' => 'json', ) ) If an order comes in via an order form, everything appears fine and checks take place. We are adding customers in fine via AddClient and AddOrder just fine, full details are stored and the order id given in the AddOrder response is the one we are passing over for fraud checks. From what I can see, via API the following data we get no response to Arrays [postal] => Array [city] => Array [subdivisions] => Array There certainly seems to be some inconsistences between the order form and api methods. Emails to WHMCS support, whilst responsive, seem to be drawing blank and not really taking too much of an interest in what I think might be an issue.
  12. Just had a new order and nothing showing. A support ticket to WHMCS time.
  13. And if I see nothing below Order Items? Should anything appear below current orders in the system or just only for new orders since the module was activated?
  14. I've enabled Maxmind from within WHMCS and created an account with them which is live, however, can someone explain exactly where from within WHMCS Admin can we see fraud results or perform checks? The WHMCS Support document tell you how to enable it, but it don't tell you anywhere from what I can see how you actually use Maxmind
  15. Good Morning, The past 2-3 days we have been getting calls and emails from customers saying they can't log into our website via the Integration button that has worked for years (code below). Baffled by this, I've spent this morning trying to work out what's going on. On testing, it appears that Google Chrome and Edge (based on Chrome engine) literally just refresh the page and don't login. However, other browsers, such as older Internet Explorer, work just fine. I can only presume Chrome has pushed out an update very recently? <form method="post" action="URLSNIPPED/dologin.php"> <input type="hidden" name="username" size="50" value="<?php echo "$email";?>"> <input type="hidden" name="password" size="20" value="<?php echo "$custpassword";?>"> <input type="submit" class="button button4" value="Setup Your Payment - Pay Now"> Is there a solution to solve this or is there a better way that I can provide a login means for someone to login to the client portal via an alternative integration method?
×
×
  • 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