Hello,
After deploy project on live server. Payment method option such as paypal express checkout not visible.
Please find the below screen shot. http://prntscr.com/hqg7h4
Thank you.
Hi @censoft07,
In which mode is your store?
Can you check some details as:
Also, did you executed:
bin/magento setup::static-content:deploy
Hello,
There is no error on browser console. Same magento copy working on windows xamp server.
I set developer mode for store.
Is there any setting to display payapal method to admin in below path:
store->configuration->sale->paymentMethod.
Please suggest any solution for that.
Thanks
I am tried your given solution but not working please suggest any other solution.
Hi @vholkano,
Did you found some information on logs?
Can you check your mehtod is enabled also at website level?
Hello @vholkano
It happens when you upgrade Magento 2 version, Magento 2 change some flow regarding to save and retrieve data.
So you can do like that remove all entry related to payment method from core_config_data
select * from core_config_data where path like '%payment%';
or find out any serialize data, if yes then remove and cache flush and check it.
Hope it will help you.
Thanks @Sunil Patel
I am running a fresh 2.1.4 Magento instance, I mean I haven't migrate it is just a clean new instance.
I tried your recommendation with no success at all.
Any other guess on what is causing the problem?
Thanks again!
Hi @vholkano,
If you are getting a blank page probably you're getting an error 500 from your webserver.
You should check you Magento's logs and also the error log from the webserver.
It will be helpful if you can check there and provide some message/clue about the error.