Category / Magento

“Remember Me” checkbox extension in Magento

“Remember Me” checkbox extension in Magento

by OeilDeNuit/sxc

Hello everyone! I’ve created a small and simple module that creates “Remember Me” functionality to any Magento website. Its currently in testing phase, so I’d say it’s an alpha release. Read more

12

Order statuses “improvement” in 1.5

Order statuses “improvement” in 1.5

by rodolfoclix/sxc

I took some time to install and do the quick check on Magento 1.5.0.0-alpha1. There was one thing that is impossible to miss: Improved order statuses.
I remember the days when people requested that feature all over ther forum. Oh yes… what feature? Custom order statuses :)
So, we have it out of the box finally! Or do we? Let’s see…
Read more

4

Layout of your custom controller in Magento?

Layout of your custom controller in Magento?

When you work with custom (your own) controllers in Magento,
either frontend or backend, you will probably also use existing blocks and models or if needed write your own classes.
But what happens if you want to or have exigency to move/remove common blocks?
Can you really “design” your own page view without touching Cascading Style Sheets?
Read more

5

Inchoo Developers module v1.0.1

Inchoo Developers module v1.0.1

When you read the title of this article you will probably think that this module has all that you need for the development stage of your magento project. Once again, you are wrong.

I was thinking of somenthing that can be useful to me and speed up some common actions in development stage and I think that this module can be helpful, especially for those who works on “live” server and need to test some new features they have developed.

Read more

13

Magento Extensions Quality Assurance Certification

Magento Extensions Quality Assurance Certification

Ah, what a mouthful. First off all, sorry to disappoint you, as this article is purely result of my imagination. There is no such thing as “Magento Extensions Quality Assurance Certification” (aka MEQAC) at least not at the moment (as to 1/12/2010).

But let’s for a moment imagine there is such thing. Let’s discuss one possible direction of thinking. Let’s discuss the current issues with Magento extensions development. Read more

4

How to extend Magento Order Grid?

How to extend Magento Order Grid?

Here is small example which explains how to modify order grid. Main class for order grid is “Mage_Adminhtml_Block_Sales_Order_Grid”, if you want to add some column you have to rewrite this class (block).
Read more

28

Modify “Interface locale” dropdown in administration

Modify “Interface locale” dropdown in administration

It is really cool when you can see large list of languages in the footer of Magento administration. You might think that all those languages you can see are available by default, but that is not the case. What to do when you need only two? English and Spanish for example? What seamed to be a simple task, turned up to be quite challenging. Read more

18

Programmatically change Magento’s core config data

Programmatically change Magento’s core config data

Every Magento installation has certain core configuration data already set. When you update those values from the administration interfaces, changes are saved mainly to core_config_data database table. It seems important and something that you shouldn’t touch, right? As always, there are times you will wish to get your hands on it. In some cases you will wish to chance settings directly from the code. This article demonstrates the proper way.

Read more

10

Merging JavaScript in Magento

Merging JavaScript in Magento

This is not very tehnical article and most of you already use this feature, however I have noticed that there are many shops that are not using Magento’s default feature to merge JavaScript files. At the time prior to Magento 1.4, JavaScript merging was included, however it was limited to 10 files. Now that’s not a case anymore.
Read more

6

Setting up Magento on Git repository

Setting up Magento on Git repository

Hello everyone! Recently I wrote a short article  Git vs SVN A.K.A. Everyone likes control. Now, I wanted to give you an “real life” example of putting Magento project into Git repository. Read more

8