System configuration in magento is the heart of your store. You can setup almost any aspect of website in configuration. This is also a place to store configuration settings of your extension. This article show how to add element with text. You can use this element to add help section or insert information about your […]
read moremagento
Configuration group expanded by default
Most magento extension has its own section in admin configuration. Sometimes you want to have one of configuration groups to be expanded. All you need to do is add expanded parameter to it. It will define whether the group is expanded by default when viewing that particular tab section. Configuration section / groups defined in […]
read moreFunny pieces of code in Magento
If you working a lot with magento you might seen some of these. Check the collection of funny pieces of code and comments in magento. Someone might found it sad. It’s up to you 🙂
read moreA Quick Guide On Setting Up Magento 2 Development Environment
Well, after consistent speculations regarding the new Magento release, Magento 2 is all out for serving as an excellent e-commerce solution for newbies and established online merchants. So, if you are a Magento fan and keenly looking forward to leverage the best features of this latest version, then you’ve landed on the right post. Here, […]
read moreRecent magento extensions updates
Wunderadmin – magento admin theme Latest version is 1.0.5 . It contain a lot of small fixes that makes your admin theme even more perfect. Please check complete list of fixes below. added: Added support for M2EPro module. added: ERP module support added. fixed: Fix for default values disabled trigger bug. fixed: Fix for not […]
read moreRestrict Access to Magento Admin Area in Nginx
It is pretty easy to restrict access to magento admin area in nginx. Basically you need to update configuration file and restart it.
All commands applicable for debian. There might be different syntax for other versions.
Magento category attributes dependency
There is no default way to create dependent category attributes in magento admin. Dependency can be easily added to system configuration inputs or custom magento forms, but not for category attributes. We are going to create simple attribute dependency by adding new input renderer for attribute. It will work this way: You have several attributes: […]
read moreHow to override Magento admin theme template file
You as Magento developer sometimes will wish to override Magento admin theme template files. This comes in need in process of developing custom magento admin skin or some extension that will extend Magento backend design and functionality. Basically adminhtml part keeps the same fallback ideology that is used on front end, but with some slight […]
read more9 Best free magento extensions for store owner
Administration of magento store can be quite annoying, especially if have large catalog. Check our collection of 9 Best free magento extensions for store owner that make store administration much easier…
read moreWunderadmin – Magento Admin Theme Extension
Wunderadmin – New Magento Admin Theme Extension was just released! Have you tired of default Magento admin skin or you want to change Magento admin theme for your client? Now you have easy and effective way to do it. Please welcome Wunderadmin – Magento admin theme extension that gives you control over design of Magento […]
read more