Magento critical security patch SUPEE-5994 ftp install without SSH
Another Magento security patch, non SSH install method at Magentry.com
Another Magento security patch, non SSH install method at Magentry.com
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 ->…
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 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…
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.
Using the Magento backup tool from within magento 1.9 causes my store to show an internal server error. To reset this I had to change the permissions of the index.php file in the root dir to 644 from 666. It is a known issue. There is an alternative is to upload a php file called…
SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction I have been receiving this error for a few days and couldn’t figure out what the problem was. It wouldn’t let me update products and save to SQL. I found this site which gave the following instructions: Login to cpanel and phpMyAdmin, click on…