But it does not seem to change the options available once you are logged in to make payment ?
It might be the case you have to contact PayPal to switch off the payment options available to customers - I could not see anything in the PayPal account
Not 100% sure but please check 4.3 on first link here https://docs.nopcommerce.com/en/getting-started/configure-payments/payment-methods/paypal-commerce.html#4-configure-the-payment-method-in-nopcommerce
And check this reply from PayPal official support here https://www.paypal-community.com/t5/PayPal-Payments-Standard/How-to-disable-the-Pay-Later-function-when-using-the-PayPal/td-p/3105451
All you need to do is to disable funding. I hope this helps.
Thank you, that led me to the solution while reviewing source. I went to the all settings area and searched for "disabledfunding" and added the value "paylater" and that worked.
Glad that it worked for you. Can you please upvote the answer which helped?
NC Software wrote:
Thank you, that led me to the solution while reviewing source. I went to the all settings area and searched for "disabledfunding" and added the value "paylater" and that worked.
This should be a checkbox in the PayPal Commerce plugin so it's more discoverable.
I also don't know why this plugin uses a -1 for display order and it seems to reset at times as well. It's not persisting display order when the site is published again from source I think is when it changes.
The "DisplayOrder" is a property in the plugin's plugin.json file located in the plugin's folder. So, if "site is published again from source", then what's in source will overwrite it.