Category / Administration

How to create a custom grid from scratch

inchoo orders

We received a request from a client where they wanted to implement an expanded order grid while still keeping the default Magento’s one. For this example we’ll create a new …

13

How to configure Magento REST and oAuth settings

magento_rest_admin_config

winchild@sxc.hu

(This article is for Magento 1.7.0 and greater . Older Magento versions does not have implemented these features.) In my last article, I wrote about the REST and oAuth to …

5

Magento Admin Order Notifier

Magento Admin Order Notifier

Here is a little Magento extension I wrote recently, its called Inchoo_AdminOrderNotifier. The whole idea behind the extension was to fulfil the request where you as a merchant wish to …

2

Create Windows virtual hosts for your Magento projects

Create Windows virtual hosts for your Magento projects

flaivoloka@sxc.hu

This post is written to help out beginners that are planning to or have just started their web development adventure. It is not the only way of managing your local …

8

How to put Magento in maintenance mode with IP filters (the easy way)?

How to put Magento in maintenance mode with IP filters

eqphotolog@sxc.hu

This is probably the most useful quick tip I can think of that I use all the time. Putting Magento in maintenance mode is an essential part of every site …

5

Create unique coupon code in Magento

lead_image

Toni from ICG wrote a post how to create simple A/B split testing for offline promotions for online store. Now we will show you how to manage coupon codes trough Magento …

4

Setup automatic per-folder subdomains on your local linux based computer

rusek@sxc.hu

rusek@sxc.hu

WARNING: this is a fully linux-based tutorial. I’m pretty sure that this is possible on Micro$oft Windows and OS/X, but unfortunately I’m not using them, neither I know a good …

4

Prepared filter for Magento admin grids

screen1

Maybe you can ask yourself why do I need prepared data for filters in my collections – in Magento admin grids. Well, I can perhaps create new grid and action …

1

How to multiselect and filter in magento admin grids – IN and NOT IN

img11

Did you ever need to create grid in Magento administration that is filterable by more column’s values, i.e. something from multiselect drop-down. Or perhaps more specific, you want to export …

3