Remote shopping assistance is a feature that allows the admin user to login as customer to fulfil the order. Before admin takes access to the customer login the user must have to provide permission by checking the checkbox “Allow remote shopping assistance” as shown in the following screenshot.
Continue reading “Magneto 2 Disable Remote Shopping Assistance”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”Warning: file_put_contents in plugin-list.php and PluginListGenerator.php in Magento 2 while compiling
While you are running your Magento 2 website in XAMPP and you run “php bin/magento setup:di:compile” and you see the error in line number 412 in vendor/magento/framework/Interception/PluginListGenerator.php file then this blog post helps you to fix this issue in your localhost Magento setup.
Continue reading “Warning: file_put_contents in plugin-list.php and PluginListGenerator.php in Magento 2 while compiling”Magento 2 Regenerate Category URL Rewrites
Sometimes you notice the categories can’t be accessed from the Magento 2 website front-end and you realized that this is due to The URL Rewrites Rule for that category being missing at Magento Admin > MARKETING > SEO & Search > URL Rewrites.
Continue reading “Magento 2 Regenerate Category URL Rewrites”