Tag Archives: debugging
Fix add to cart (redirect to homepage) bug
Posted on 12. Sep, 2008 by Fido .
Some people have run into a bug (apparently since version 1.1.3) where (not matter the settings in the backend) the users were getting redirected to the home page after they added a product to the cart.
Naturally this won’t be what most people want. (There is the option in the backend to set “After adding a product redirect to shopping cart” to ‘Yes’ or ‘No’ but this bug is ignoring this).
Continue Reading
How to fix the Magento Out of stock bug, version 1.1.x
Posted on 05. Sep, 2008 by Fido .
This is a popular bug that has been plaguing many people with their custom Magento solutions.
Problem: Magento shows products that are in stock as “Out of Stock” – It seems to be popularly reported within the New Product block.
Continue Reading
Quick debugging tip
Posted on 03. Sep, 2008 by Fido .
You can add items to magento’s system log and exception log in your code. This is very handy for pin-pointing coding errors / problems. Developing for Magento is often hard, especially since it’s not always possibly to have error reporting on (and even when it is on, its hard to find exactly what’s wrong!).
Here’s an [...]



