Another Magento critical security patch SUPEE-6285 – install without SSH
Another critical patch install click here
Another critical patch install click here
I was stressing about my new store install and installing the critical patch, I found this excellent guide and download to patch via FTP. I first tested my site at shoplift.byte.nl and I got the dreaded red warning that my site was vulnerable. I followed the instructions below and made a backup first. Applying Magento patches via…
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!
To update the customer e-mail templates follow this guide to create new templates from the originals if desired. Don’t forget to assign the new template to e-mail, in my case Settings>Config>Sales>Sales E-mails click the drop down and select the new template.
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…
After struggling with finding the correct location of the file to edit I found it here Find this file in folder via ftp skin/frontend/default/THEMENAME/css/styles.css – my THEMENAME was rwd Search for logo in the file – approx line 3267 and change the max-width and max-height from 300 and 90 to whatever. On my store the logo…
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