How to call static block in magento phtml files?

15 years ago

Magento allows you to create static blocks to show content on category pages or on static pages, you can also…

Set and Get Session variables in magento

15 years ago

Magento has functionality to create new session variables. You can set it as following

Show Product Description on Magento Shopping Cart Page

15 years ago

On cart page there is just product titles shown by default but not product description. If you want to show…

Magento has released new stable version

15 years ago

Magneto has stable release new stable version 1.6.0 on 18 August 20, 2011. Major Highlights : Minimum Advertised Price. Persistent…

How to get sku list that hasn’t product images in magento?

15 years ago

Following is the SQL query by which you can get list of sku that hasn't product images. Image attribute id…

How to disable categories from magento database?

15 years ago

In table “eav_attribute” and find the attribute_id that’s associated with is_active and then look for the attribute_id value in catalog_category_entity_int…

Remove check from phone field in magento

15 years ago

Open table "eav_attribute" set "is_required = 0, for the attribute_code "telephone" Open files billin.phtml and shipping.phtml both will be located…

Create sub domains on apache localhost.

15 years ago

Today I will tell you how to create sub domains on your localhost system using apache. It's very easy just…

Following are few steps that are very helpful for on-site SEO.

15 years ago

File naming conventions: file names in our site is very helpful to get keywords in our site.Like on ready to…

How to remove Tax and Shipping estimate block from Magento Cart?

15 years ago

Want to remove tax and shipping estimate block from your theme? In your theme layout there will be a file…