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.
- Log in to your Magento Admin backend
- Click System > Cache Management
- If you change layout xmls for example, you can disable cache for Layouts
- 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?
- Run Command prompt as administrator.
- Use cd.. and cd commands to go to your magento root folder
- 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