Magento – How disable Paypal express checkout or require a shipping price

ce-1.9.1.0magento-1.9magento-communitypaypalpaypal-express

My problem is: When someones click on shopping cart and then click on paypal express checkout it goes to paypal page and no needs that the buyer select the shipping method neither select it itself…

So with that anyone can avoid shipping price. And I do not want that.

What can I do?

I see in some videos on youtube where people goes to paypal settings in magento and choses something like, send shipping information to paypal; but I do not have that configuration options only can set my paypal tokens.
I guess that is because my country is Portugal in settings.

My idea is disable ONLY paypal express and keep paypal standard. But I do not know how to do that…

And I have 2 shipping options: payment on delivery and paypal, and I want enable paypal only for courier (CTT Correios) shipping method and disable for payment on delivery.

How can I do That 2 things?


Payment Methods


enter image description here

Best Answer

I think the issue here is that this can only be turned on/off at a website level.

If you go to the admin config and select the website you want to turn off the express checkout then when you go to the Paypal Express configuration you will see the field Enable this Solution. Here you can set it as No, save the config and clear the cache then you should not see the express checkout option anymore.

Paypal express configuration

Related Topic