cancel
Showing results for 
Search instead for 
Did you mean: 

Paypal Express deaktivieren funktioniert nicht

Paypal Express deaktivieren funktioniert nicht

Hallo zusammen,

 

ich versuche irgendwie Paypal Express im Checkout zu deaktivieren. Im Backend ist Paypal Express ausgeschalten, doch im Frontend erscheint die Option immernoch im Checkout. Woran kann das liegen? Wie kann ich PPExpress im Checkout ausblenden? In der Datenbank ist die option "payment/paypal_express/active" auch auf 0. Sollte ja dann eigentlich nicht angezeigt werden, oder?

 

 

3 REPLIES 3

Re: Paypal Express deaktivieren funktioniert nicht

@markus_tunger 

 

Bitte überprüfen Sie die Grundkonfiguration über diesen Link und teilen Sie mir mit, ob Sie irgendwo hängen geblieben sind.

 

https://magento.stackexchange.com/questions/64828/how-disable-paypal-express-checkout-or-require-a-s...

 

Vielen Dank

 

 

Re: Paypal Express deaktivieren funktioniert nicht

Hello @markus_tunger 

After disabling it completely from backend 

http://prntscr.com/q2akm4

http://prntscr.com/q2ala4

 

In Braintree there is also the option of PayPal http://prntscr.com/q2alvp

Make sure you disable it.

 

Then run all the Magento 2 commands.

 

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento maintenance:status



Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Paypal Express deaktivieren funktioniert nicht

Hello everyone,

I had the same problem in Magento 2.3.5-p1. I deactivated Express checkout, but

  1. express checkout buttons where still showing in minicart
  2. express checkout was still an option on checkout page

In my case I first had to enter dummy credentials in the paypal API. Then the formerly deactivated dropdowns became active and only this way chosing 'Active: no' had an effect. This way the paypal express checkout buttons vanished from the cart, but paypal express checkout was still showing as an option on the checkout page.

 

To disable the checkout page option, the hints of theMageComp led me to the right path.

 

When you have compilation activated, you also have to run

php bin/magento setup:di:compile

Only afterwards the option vanished from the checkout page.

I hope this helps anyone.

Jan