We have disabled the payment method. However, we must manage shipping methods in various situations like payment. So, we’ll be able to disable the shipping method in this post. We often get the situation to […]
Month: November 2022
1 min read
Magento2: Disable Payment Method Programmatically
We developers often need to disable specific payment methods in certain scenarios. However, we cannot disable those payment methods from the configuration because our website needs them in a different scenario. We will check how […]
1 min read
Magento 2: How to get current customer id while FPC is enabled?
We have tried to get customer id in post https://sbdevblog.com/magento-2-how-to-get-the-current-customer-id/ . However, we are not able to get customer details like customer id, Log-in Status of visitor because we are getting NULL value each time we […]