Jump to content

Vs Nu

Member
  • Posts

    39
  • Joined

  • Last visited

About Vs Nu

Recent Profile Visitors

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

Vs Nu's Achievements

Member

Member (2/3)

0

Reputation

  1. Hello, My Default currency was USD But as i was paying GST (From India) i need to update the currency in INR Format in GST portal. I had searched the community and got some luck about doing the exchange and displaying in the Invoice Page (View invoice page) but when ever the exchange rate updates it was also getting update on the view invoice page but i need it like the currency rate of that day should be stored for paid invoices and which should be change (for unpaid invoices only) I had used the hook below : <?php use Illuminate\Database\Capsule\Manager as Capsule; function hook_currency_exchange_rates($vars) { $exchangerate = Capsule::table('tblcurrencies') ->where('code', 'INR') ->get(); return array("exchangerate" => $exchangerate[0]->rate); } add_hook("ClientAreaPage", 1, "hook_currency_exchange_rates"); ?> in viewinvoice.tpl file i had used this Please can someone help me to store the value and display it on paid invoice Looking for your Support @brian!
  2. I had updated the WHMCS to latest version 8.6.0 after that i'm unable to do the order it was showing the following error https://prnt.sc/zbIzhIP5M1q2 Even there are no errors if i enable the debug mode in WHMCS Admin
  3. Can you please share the command or syntax
  4. I want to add an separate page in our website for WHMCS License verification to check if an domain is authorized to use WHMCS or not
  5. There is no API over that page i had already checked,Can you please share the exact link for License verification
  6. Hello, Do WHMCS Offer any API For license verification ?
  7. Version 92.0.4515.107 (Official Build) (64-bit) In this chrome version there is no option like "SameSite by default cookies".
  8. My Google chrome Version 91.0.4472.77 (Official Build) (64-bit) Got updated to above version after that it shows whm login page in whmcs connect What are the new parameter for this version to make it work ?
  9. Hello, The Reseller who have more number of accounts WHMCS is not terminating it properly on server While checking the logs it shows the error Error: Connection Error: Operation timed out after 400000 milliseconds with 0 out of -1 bytes received(28) What value i need to increase in server level to solve it
  10. For Reseller We will be charged on prorated basic for new license added from our reseller portal hope i'm right ? But the sudden price increased was not expected,It same like cPanel price changes..After lot of comments from user they will say like "we will reconsider the pricing" and give you some other updates (But not low as for now) WHMCS Will lose more clients due to this !
  11. Do you have any guide on how to upgrade it ? as yum update curl does not have any update on plesk centos
  12. I had restarted the apache and it was reflected in PHPInfo page Even i had run cron.php do --Sslsync job
  13. I had updated as per your advice on php.ini file * Initializing NSS with certpath: sql:/etc/pki/nssdb * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 But still it shows the same error on WHMCS
  14. In php.ini it was like ;curl.cainfo = ;openssl.cafile= What details i need to enter over it ?
  15. Can you please explain more on where to check in php.ini file
×
×
  • 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