Tag: product

6 posts   See also:  images   gallery   sql

Find Products Without Images

SELECT `p`.`sku` FROM `catalog_product_entity` AS `p`...

 No comments   2019   gallery   images   product   sql

Delete product duplicate images

The following solutions helps to find duplicate image file for each product and to remove it

 1 comment   2016   gallery   images   product

Hide all categories without products and show categories with products

Reindex category products index at first and then execute following sql-script

 No comments   2016   category   product   sql

Check Product Is New

Magento has two attributes “Set Product As New From Date” and “Set Product As New To Date” to set a product as new

 1 comment   2015   date   locale   new   product

Make Simple Products of Configurable “Not Visible Individually”

If you wan’t automatically make all simple products which are configurable options of configurable products to be hidden in catalog, you have to change their visibility to “Not Visible Individually”

 No comments   2015   configurable   product   simple

Change Magento Product Images File Type

For instance, we need to convert all .gif to .jpg

 No comments   2015   images   media   product