In the first step working with magento, many people will need to disable magento extension instead of uninstalling them. Just like you, I don't want to uninstall it because I may need it later, I want to disable it for a moment only. In this post I will show a very simple way to disable magento extension. (more…)...
When using HTML/CSS to implement beautiful graphic design, we will need to use the transparent DIV what is the DIV html tag with css style 'background: transparent;'. Just like you I use it and I meet the problem with it many times when I want to keep the transparent layer but I still want to keep the clickable element (button, link, text ... ) under the fly layer. So I want to do the magic thing what can make it clickable through transparent DIV (more&hel
For the default sorting functionality in magento product display it doesn't show the newest product first in listing. But the true thing is people(webmaster/business owner) always want to show their newest product first in listing. If we are using Magento 1.7.2 or above it will support position in category of product but it doesn't help since we have to set position all of time. That 's why we show you this article to solve magento sort by newest productsÂ