Magento Paypal IPN error
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.
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…
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 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!
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 ->…