Add Brand or Manufacturer Logo To Product Description Page In Magento

By default Magento does not provides the functionality to upload the Brands/Manufacturer Logo. If you want to display the Brands/Manufacturer logo on the Product description page then it is very simple just follow the steps given below:

Enable gzip Compression In PHP

Suppose you want to improve the speed of your website, it is a good to use PHP gzip compression for the frontend. Here in this post I am describing how to use gzip in your web page. This way you can easily include gzip compression on your web page.

Get Database Table Column Names In WordPress.

Some times we need to get the column names for a MySQL database table in WordPress,Here in this post i am describing how to do this. It is very simple, suppose you want to get the column name for the post code is given below:

Display List Of All Manufacturers In Magento

Suppose you want to display the list of all the Manufactures. Use the code below to display the Manufacture

Delete Order In Magento

In Magento there are no options in the admin panel from there we can delete the order. You can "Cancel" or put it "On Hold", but not delete it. Here in this post I am going to describe how to delete an order In Magento. It is small

Run Magento Session Into An External Site

Sometimes if we are working with the Ecommerce platform then client wants to use the Magento as Backend and frontend in the Framework like the Codeignitor and the Zend. Suppose you want to use Magento backend in framework like as zend framework then the below code will enable you

Set title, Keywords And Description In Your Custom Module In Magento

Suppose you have developed an Extension and there is a frontend page for your extension and you want to set or change title, keywords, and/or description of your custom extension front page. Here in this post I am describing how to set all these it can be done by

Create Extension Package In Magento

Suppose you have built a custom Magento extension and you want to publish this extension on the Magento Connect then it is very important to create the package of it, because Magento Connect only accept the Extension as Package. Here in this post I am trying to describe how