mah1973 Posted August 1, 2023 Share Posted August 1, 2023 Hello, I'm having this issue Payment methods page get automatically redirected to main page https://mydomain.com/account/paymentmethods >> https://mydomain.com/clientarea.php?action=details I have Paypal Basic activated and (show on order form) ticked. Also General settings >> Security >> Allow Client Pay Method Removal >> ticked. Am I missing something ? Please help. 0 Quote Link to comment Share on other sites More sharing options...
mah1973 Posted August 1, 2023 Author Share Posted August 1, 2023 ### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Redirect directories to an address with slash RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ $1/ [R] # Send all remaining (routable paths) through index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Determine and use the actual base RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$ RewriteRule ^.*$ %2index.php [QSA,L] </IfModule> ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### This is my .htaccess content. 0 Quote Link to comment Share on other sites More sharing options...
Solution DennisHermannsen Posted August 4, 2023 Solution Share Posted August 4, 2023 AFAIK, the "Payment Methods" page is only for handling credit cards. If you only offer PayPal as a payment solution, clients will need to manage that from the PayPal interface. 0 Quote Link to comment Share on other sites More sharing options...
mah1973 Posted August 5, 2023 Author Share Posted August 5, 2023 4 hours ago, DennisHermannsen said: AFAIK, the "Payment Methods" page is only for handling credit cards. If you only offer PayPal as a payment solution, clients will need to manage that from the PayPal interface. Thanks for your help. I can confirm that you are correct. As soon as I enabled a visa card based Payment gateway the problem is solved. The WHMCS documentation is not clear at all in this regard. I will start searching for a paypal billing agreement module for this. 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted August 5, 2023 Share Posted August 5, 2023 It's actually in the first line of the Pay Methods documentation 😉 Quote In WHMCS, a Pay Method is a payment method that belongs to a client. It can represent a credit card or a bank account. 0 Quote Link to comment Share on other sites More sharing options...
mah1973 Posted August 5, 2023 Author Share Posted August 5, 2023 1 hour ago, DennisHermannsen said: It's actually in the first line of the Pay Methods documentation 😉 The paypal agreement also belongs to the client. I have a paypal service subscription on some sites running whmcs software and I can manage the subscription details in the payment methods page right in Payment methods page!. Maybe they are using a custom Paypal module or something. I'm not sure. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.