Return to Home Page Posts Tagged ‘magento’
Magento has made it really easy to get Static Content from within a CMS page with the use of widgets, but say you’re developing a custom theme, you may want to call a static block programmatically in a Magento theme in which case there are a few methods of doing so…
As Magento grows, so does it’s base for extensions and contributions. I often find myself browsing the collection of them, and try to experiment with a new extension on every site that I build. This is my list of must-haves and favorite magento extensions thus far, and hopefully I’ll add to this list as time [...]
Want to take your Magento Themes to the next level? Have multiple layouts? If you’re looking to add a new page layout in Magento, create a custom layout or create a new theme layout then this solution is probably for you.
After my own frustrations and time wasted trying to solve an issue that Magento’s core really should handle better, I finally found a way to enable all custom statuses and manual overrides on Sales/Orders. This little tutorial will help you setup a module to override the core and hopefully help you find peace to a very frustrating issue in the core.