websourceblog

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

Create sub domains on apache localhost.

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

13 years ago

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

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

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

PSD Free Templates for Websites

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

13 years ago

How to check post has thumbnail or not?

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

13 years ago