Author Archives: Jason

Magento 500 Error When Saving Shipping Methods

Magento Community Edition 1.7.0.2, CentOS 5.7 64-bit The Problem In the Magento admin interface, you click on System/Configuration and then choose the Shipping Methods option from the left column. If you try to change any of the shipping methods, such as disabling Flat Rate shipping or enabling Table Rates, you get a nasty 500 error […]

Cannot Upload Images in Magento WYSIWYG Editor

Magento Community Edition 1.7.0.2 Hopefully this will help someone else out there! I’ve been trying to upload some images through the WYSIWYG editor in Magento for products, but clicking on the “source” image to open the Magento browse/upload window produces an alert window with the following message: 12345error: error in [unknown object].fireEvent(): event name: open_browser_callback […]

Stock Quantity on Magento Product Page

Magento Community Edition 1.7.0.2 Warning: This is a quick-n-dirty hack and will not work on all product types. Instead of just showing the “in stock” and “out of stock” messages, we want to have an in-between message to show that stock levels are running low. This is easily done, by editing the following file: app/design/frontend/base/default/template/catalog/product/view/type/default.phtml […]