
I have created csv file and import that using System -> Import/Export -> Dataflow-Profile
I found that in Catalog -> Manage Categories in Category Products, product is displaying
but in Manage Products product is not displaying.
and in database catalog_product_flat_1 table has not entry for that product and in other tables there is entry for that product
I have Re-index data and cleared cache but no solution..
Please help some one..
Checking the data in
catalog_product_entity_intshould display if there is any missing record.The Manage Products Grid Collection query has the following inner joins:
In your case it seems that there is no record for product status in
catalog_product_entity_intcausing the product not to be displayed in the grid, but to be displayed in Category Products (where product’s status is not checked).The source of the problem is related to the value 1 in status column (csv file used for import). DataFlow relies on text values for the attribute (Enabled/Disabled).