Delete test orders in Magento
In Magento there is no option for deleting orders in the admin panel. This is a problem when you want to delete those test orders that you made in development before going live. Here I will show you which tables you have to look for to delete those test orders.
Disable/Enable WordPress Users
A simple and easy to use plugin for disabling or enabling wordpress users. Surprisingly I didn’t find any plugins that disable or enable wordpress users.
This situation could arise due to various reasons. So I came up with a plugin that does the work for me.
I made this plugin available to everyone. Feel free to use it.
Umbraco Developer Section
Tweet This section is especially for developers and super administrators of the Umbraco site. Let us see about the nodes available in this section. Cache Browser This node contains all the cached pages of your site. Data Types We saw about data types used in the settings section in the previous tutorial. One can manage [...]
Umbraco Settings
Tweet Umbraco settings section contains nodes to add client side information of a web site. I refer client side here to html, css, scripts, templates etc. Let us see more about the various nodes available in settings section in this tutorial. Style Sheets One can create and edit the style sheets for their website on [...]
Umbraco User Settings
Tweet The user permissions and roles are set in umbraco user section. Click on the umbraco user section and click on the users node. Under the users node, there are list of users. On the right panel you will see the properties of the user being selected on the left panel. The content channel tab [...]
Umbraco Media
Tweet Umbraco media section is used for storing all your web site’s media files. You right click the “Media” folder and click “Create” to add a child node for the media. Once you click “Create”, you will see three options by default, viz: Folder, Image and File. You can add your own custom type under [...]
Umbraco Content Section
Tweet In previous tutorial we completed Umbraco installation with Runway, an example site. As I said in the previous tutorial we will use this example site to get familiar with Umbraco CMS. We will see the “Content” section of the CMS in this tutorial. Runway Homepage Runway homepage can be controlled from the content section. [...]



Moving Magento from development to production
Tweet Once you are ready to move your development environment to the production environment, there are few things that you have to take care in Magento to avoid some issues. Before beginning it is always a best practice and safe to back up your database irrespective of any platform you are working on. This is [...]