howto

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…

14 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…

14 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…

14 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…

14 years ago