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 there you will find a value Boolean.
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 there you will find a value Boolean.
Today I will tell you how to create sub domains on your localhost system using apache. It’s very easy just need to follow few steps. Decide sub domains that you want to create. I...
Want to remove tax and shipping estimate block from your theme? In your theme layout there will be a file named “checkout.xml”. In this file comment or remove following line. If your theme’s layout...
Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and they aren’t get any quick ideas to start designing. Here are few readymade free...
You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here }else{ // else code here } [/php]
More