Extending modules instead of modifying them is a good practice in Magento development. But what will happen if in Magento two modules extend same class? This can occur when two extensions extend same class for own needs. In this case only the last one will get benefit from extending it. And the first one will […]
read moreMagento
How Extensions Can Increase Conversion Rate And Sales of Your Magento Store
Every eCommerce store owner wants to raise up sales. To do it you need to get traffic into your site by using SEO optimization, paid ads and marketing tricks. And even more important task for your business is to turn more visitors into customers — to increase conversion rate. To save your precious time we […]
read moreHow To Make Wunderadmin Magento Admin Theme Work With Localized Module
Wunderadmin Magento Admin Theme overrides two page templates: header.phtml and footer.phtml. If some other extension, like Localized one overrides them too it will cause issues with admin theme. To solve this problem need to override them again. To do it copy header.phtml and footer.phtml templates from /app/design/adminhtml/default/default/template/magento_localized/ to /app/design/adminhtml/default/wunderadmin/template/magento_localized/ and do the following changes to […]
read moreHow To Create Vertical Navigation Menu in Magento Admin
In this article we will describe how to create vertical navigation menu in Magento admin panel. This will be helpful if you want to improve usability of admin panel by taking advantage of modern wide monitors. Or if you want to give a fresh look to custom Magento admin theme. To turn top horizontal navigation […]
read moreCodecanyon Top Selling Magento Extensions
Codecanyon has quite large magento extensions collections. You can see wide variaty of plugins including revolution slider, faq pages, testimonials, discount codes, social logins, product sliders and more.
Lets check codecanyon top selling magento extensions.
read moreCatalog Search Index Stuck On Processing Solution in Magento
If you see that Catalog Search Index stuck on processing status, getting timed out when you try to launch reindex manually — you have problem. Main effect of it is that your new added products don’t show up in search. Right, that’s bad and not increasing your sales. Good news that this could be fixed. […]
read moreRender layout block automatically in Magento
There are two types of blocks in magento – one can render automatically and other don’t. If you want to render layout block automatically in Magento you could do following. Use core/text type. These blocks will render itself automatically. However, this method is not suitable when your block use its own class. Any block of […]
read moreMagento Themes: The Revolution of Sliders
Sliders are Awesome No one will deny that slider are cool. They add wow factor to your eCommerce website and impress visitors and interest them in your products and services. This is very important in our world overloaded by data when users have about 90 seconds to make up their mind with decision until they […]
read moreAdding element with text to system configuration of Magento
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 moreConfiguration 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 more