How to disable categories from magento database?

13 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

13 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.

13 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.

13 years ago

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

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

13 years ago

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

PSD Free Templates for Websites

13 years ago

Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and…

How to check post has thumbnail or not?

13 years ago

You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here…