Sometimes, Magento will add a SID parameter to your url like http://myshop.net/customer/?SID=96408b4e5b7c426e76b6a0e29292dca7. This can break up your code and make certain pages render as non existing depending on how you outputted your form action urls. In case you need a quick fix, all you need is to open the...
Recent Posts
How to resolve and debug “Failed to parse response” errors in Magento API
Today I was working on my Mapy project/extension. In one moment I accidentally pasted my method two times into the same class. In most of the cases, error like this would manifest itself like “Cannot redeclare…” on the output. However, API stuff is abstracted trough several layers/classes. One way of debugging this is to open the...
Magento, please change the extension directory structure
After over a two years of everyday development with Magento I have developed a strong feelings about the way that Magento directory structure is composed. It might sound strange or silly, but I guaranty you that Magento folder structure adds certain amount of unnecessary time to development process. What bothers me the most is the way you are forced to develop...
Recent Comments