Adobe Commerce provides a feature to restrict guest users’ access by enabling Website Restriction Mode. If users try to access any page without login then they will be redirected to the login page and asked to log in before accessing the website’s page.
Continue reading “Magento 2 Redirect Customer to Login Page if Not Logged In”How to Get Magento Quality Patch Files in .patch format
Patch (we can say diff) files are text files that contain the details of the file to be changed. Magento 2 quality patches has the new code which will be replaced with the old one to fix Magento 2 core module issues.
Continue reading “How to Get Magento Quality Patch Files in .patch format”Create Custom Cron Job in Magento 2 Commerce Cloud
Adobe commerce cloud provides a feature to create a custom cron job by adding them to .magento.app.yaml file. You can execute any command by adding it to .magento.app.yaml file.
Continue reading “Create Custom Cron Job in Magento 2 Commerce Cloud”How to update etc/env.php file in Magento 2 commerce cloud
The etc/env.php file is different for each environment, like for your local, staging and production. That means you can not edit this file and push this file from your local setup to the cloud environment as this is ignored by Git. In some situations, you have to add some variables or edit values in the /app/etc/env.php file. If you are considering how to edit the env.php file in Magneto 2 commerce cloud or Adobe commerce cloud then this blog post by Dhairvi Solutions is for you.
Continue reading “How to update etc/env.php file in Magento 2 commerce cloud”Create Customer Custom attribute in Adobe Commerce
If you are looking to add a custom attribute for the customer in your Magento 2 website and your Magento version is Adobe Commerce (Enterprise Version) then you can do it without writing a signal code. Adding a custom attribute for customers is natively provided by Adobe Commerce.
Continue reading “Create Customer Custom attribute in Adobe Commerce”