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”Download Media Folder from Magento Cloud to Local
After you cloned and set up the Magento commerce cloud project to your local system, you cannot see the media folder. You have to run a separate command to download the media folder and other assets of your cloud project.
Continue reading “Download Media Folder from Magento Cloud to Local”Magento 2 Admin Activity log
Adobe commerce provides a feature to check each activity of admin users. Magento provides a full log of what data changed by admin and even which page admin views.
NOTE: This feature is only supported by the Adobe Commerce version (previously known as the enterprise version)