Search
Close this search box.
Search
Close this search box.

Magento FAQ

Magento does not work as expected in wamp

Make sure that you open httpd.conf and uncomment this line:

LoadModule version_module modules/mod_version.so

Open php.ini and set change this line:

max_input_time = 1500

Can I disable cache while I develop my site?

Yes you can.

  1. Log in to your Magento Admin backend
  2. Click System > Cache Management
  3. If you change layout xmls for example, you can disable cache for Layouts
  4. If you are devoping a module, and make changes to phtml files, disable only the Page Cache.

How can I add custom shipping costs?

See here for how you can make your own plugin.

How can I run Magento CLI commands in Windows 10?

  1. Run Command prompt as administrator.
  2. Use cd.. and cd commands to go to your magento root folder
  3. There you can run commands like the ones below
php bin/magento deploy:mode:set developer
php bin/magento deploy:mode:set production
php bin/magento deploy:mode:show
php bin/magento cache:clean

How can I let multimple magento admin users use the same login account?

Go to

Store -> Configuration -> Advanced -> Admin -> Security -> Admin Account Sharing -> YES

Learning resources