magento

How to call static block in magento phtml files?

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

13 years ago

Set and Get Session variables in magento

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

13 years ago

Show Product Description on Magento Shopping Cart Page

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

13 years ago

Magento has released new stable version

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

13 years ago

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

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

13 years ago

How to disable categories from magento database?

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…

13 years ago

Remove check from phone field in magento

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

13 years ago

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

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

13 years ago