X

Important Notice:

It has come to our attention that some individuals, who are not affiliated with eGlobe IT Solutions, have been reaching out to job seekers falsely claiming to represent our company. These scammers are offering Work from Home Part-Time job opportunities under the guise of eGlobe IT Solutions and we have already reported to the concerned authorities under law. If you have been contacted by someone claiming to be from eGlobe IT Solutions via WhatsApp/Instagram/Facebook/SMS and you suspect that it might be a scam, we urge you to exercise caution. Do not share any personal information or make any financial transactions. Instead, pleasefollow these steps:

1. Contact Us:

If you have doubts or concerns, please reach out to our HR department directly at hr@eglobeits.com to confirm the authenticity of the communication.

2. Do Not Share Personal or Financial Information:

Under no circumstances should you share sensitive personal or financial information with anyone claiming to be from eGlobe IT Solutions without proper verification.

3. Report the Scam:

If you believe you have been targeted by a scam, please report it to your local law enforcement authorities and forward any suspicious emails or messages to us at hr@eglobeits.com so that we can take appropriate action.

Your safety and security are of paramount importance to us, and we take these matters very seriously. eGlobe IT Solutions is committed to maintaining the highest ethical standards in our recruitment processes.

Managing Your Magento Orders: A Guide to Order Statuses

Posted on: 26 Feb 2020 by Nidheesh KK

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… No more configuration files! That’s cool. Everything is stored in database now. Users are able to create their own statuses and assign those statuses to some predefined order state. They can choose if they want it to be default status which is also cool. Let’s see how it looks…

As you can see, all we need is to provide status code and status label which can be different for each store view.

Assign status to state

That one is straightforward too.
Once status is assigned to the state, we can unassign it, set it as default status and similar magic. Seems cool right? Well… is it?
Personaly, I expected more.
Having possibility to add custom state label is not something that saves me a lot of work.
Editing xml file or two doesn’t make much difference since this is not something you need to do over and over. I would be much more impressed if I saw custom order states.
I mean who came to idea to call “status” something that is actually “real status” label?
Dealing with custom order item statuses, partially shipped orders or even cancelled order items in non cancelled orders on everyday basis, having possibility to hack things around using admin panel instead of writing those to xml is not really something I couldn’t wait, but it is nice to see some coding begun to happen around those statuses.