Another Magento critical security patch SUPEE-6285 – install without SSH
Another critical patch install click here
Another critical patch install click here
Another Magento security patch, non SSH install method at Magentry.com
I installed a new plugin, went the plugin config page and got a 404 error page. This is another issue with Magento, you need out of Admin and login again. Really annoying when you don’t know what is going on!
I wanted to disallow access to image dir from a browser, rather than put in a black index.html page I found this solution here In the main .htaccess file add the following code, save and upload. Options -Indexes
I wasn’t sure where the template was to edit the shipping box, this answer gave me the info Try enable magento path hints which should show the block/template that is displaying this info. To turn on template path hints in Magento: log into the magento back-end admin. Go to System -> Configuration in the main…
I was receiving messages from Paypal regarding incorrect IPN setup, This link has a workaround I still seemed to be getting my orders anyway and the orders showed correctly as processing in Magento.
I had an issue with the main category and sub category not displaying products when the main category is clicked on, I only got a page with 0 products in category. The solution found here was simple but unbeknown to me: Go to Admin -> Catalog -> Manage Categories -> “Select Category” -> Display Settings ->…