-
Content Count
613 -
Joined
-
Last visited
-
Days Won
14
pRieStaKos last won the day on April 25
pRieStaKos had the most liked content!
Community Reputation
28 ExcellentAbout pRieStaKos

-
Rank
Level 2 Member
Recent Profile Visitors
-
pRieStaKos started following Autopayment for services and addons, How to set the renewal price for my hosting services, Add a product to client with specific billing cycle dates and and 5 others
-
Add a product to client with specific billing cycle dates
pRieStaKos replied to thisismatt's topic in Using WHMCS
Why not change the Next Due Date on service, to be the same as the other services ? Simple solution from Admin Area. -
Hello, After we switched from PayPal Basic to PayPal Checkout and a client got credits, on Complete Order page, even if you check Apply Credits, the page is redirecting you to PayPal and applies Subscription ID on service. Even if you cancel the PayPal login (not login at all) and return to merchant page, the invoice is marked as Paid with credits and Subscription ID is applied (?). From WHMCS they said that the "Every order must generate an invoice to complete. To generate the invoice, WHMCS requires a payment gateway to be assigned to the invoice." and to enable a Bank Account payment gateway and rename it to Pay with Credits. Anyone else got the same issue and fixed it somehow ? Thank you in advance.
-
Client Area Home Page SSO - Share Your Experience
pRieStaKos replied to WHMCS John's topic in WHMCS 8.5 Beta Discussion Board
Thank you -
Client Area Home Page SSO - Share Your Experience
pRieStaKos replied to WHMCS John's topic in WHMCS 8.5 Beta Discussion Board
I haven’t checked this yet, but a few questions came up: - What if a client got many services ? - Is there a view limit to set for display ? - Is the panel displaying the last active services ? -
Contact your host then. It's firewall issue.
-
Have you followed this guide? Port is not 110
-
DailyCronJob hook or ModulesGarden Report Generator.
-
Language parameter is optional and inside the source code. You can disable the language option to client area, but parameter will still be available.
-
Autopayment for services and addons
pRieStaKos replied to Dmitry Kostiuk's topic in Troubleshooting Issues
Reupload /vendor folder and try again. -
Error adding Auto money to account at the end of a payment
pRieStaKos replied to Anu's topic in Troubleshooting Issues
Same function, different currency id- 11 replies
-
- whmcs
- credit balance
-
(and 2 more)
Tagged with:
-
Error adding Auto money to account at the end of a payment
pRieStaKos replied to Anu's topic in Troubleshooting Issues
So this is not working as expected.- 11 replies
-
- whmcs
- credit balance
-
(and 2 more)
Tagged with:
-
Error adding Auto money to account at the end of a payment
pRieStaKos replied to Anu's topic in Troubleshooting Issues
Ok. Then you can use convertCurrency() to change the amount before pushing it to your gateway. $userCurrency = getCurrency($invoice->clientId); $paymentCurrencyID = WHMCS\Database\Capsule::table("tblcurrencies")->where("code", "LKR")->value("id"); $total = convertCurrency($invoice->total, $userCurrency["id"], $paymentCurrencyID);- 11 replies
-
- whmcs
- credit balance
-
(and 2 more)
Tagged with:
-
Error adding Auto money to account at the end of a payment
pRieStaKos replied to Anu's topic in Troubleshooting Issues
Is this a commercial module ?- 11 replies
-
- whmcs
- credit balance
-
(and 2 more)
Tagged with:
-
Error adding Auto money to account at the end of a payment
pRieStaKos replied to Anu's topic in Troubleshooting Issues
What’s the payment gateway ? You can set the currency to be LKR always with code, if there is no option for this.- 11 replies
-
- whmcs
- credit balance
-
(and 2 more)
Tagged with: