Magento 1.9.2.1 Downloadable Products – Broken Page
In this article, I will show you how to fix the customer downloadable products page broken issue.
Details

In this article, I will show you how to fix the customer downloadable products page broken issue.
DetailsI thought it was about time that someone created a place developers could go to find some of the most commonly used Magento methods/functions. Below you will find many quick ways to achieve your everyday coding requirements in Magento. If there is something you would like to see added to the list please feel free…
DetailsToday I am going to show you some different methods that can be used while using the SOAP API V2 method versus V1. There are a couple of settings that you should be aware of in Magento regarding the API that can impact your API call. You can find these settings here: System > Configuration…
DetailsHave you recently discovered that when you try to submit a rating from the backend you receive a 404 error? I ran into this issue with a client of mine and after several minutes of debugging installed 3rd party extensions, I found that this is indeed a core coding issue with Magento’s code. The Magento…
DetailsIf you have been looking at Magento 2 closely you are probably wondering where the etc/modules folder went and how to declare your custom module. In the previous version of Magento, we would simply let Magento know that our module exists by adding an .xml file directly in the modules folder. This in turn told…
Details