programatically

  1. Magento 2: Disable payment method programmatically

    Magento 2: Disable payment method programmatically

    In this blog, I’m going to explain that how you can disable any payment method programmatically at checkout page in Magento 2. I have done it by using Magento observer. So let's get started w...

    Read more »
  2. Magento: Programatically login to Magento admin section by username

    Magento: Programatically login to Magento admin section by username

    Programatically Auto login to Magento admin section by username

    Create a PHP file with below script and access in the URL

    You will be automatically logged in to admin section...

    Read more »