I was working with importing some products and to my surprise found that none of them were queried on the search in the front end. A little investigation revealed that no records had been inserted into ’catalog_product_website‘ table.
I tried creating a product manually and observed that there is a records in this table. So exported this record and imported by changing the SKU and product name alone. But found that there are no records created in catalog_product_website table. Is this a known issue? I wonder because this is pretty basic and someone should have faced this by now.
@srinigenie: during the import, which store did you select in the profile wizard?
Did you have “store” column in your import file? If yes, what values did you have in this column?
I should have done this earlier. ok… better late than never ...listing import file contents which imports one product...(unable to attach in the forum for some strange reason)…
Yes, the current dataflow importer doesn’t save the web site ID properly. One solution is to create 2 website views, then when you are editing your products you can select which web site the product belongs to. Strange how the Web site can only be edited if there are multiple store views present.
The heirachy should go
Site -> Store -> View
So even if you specify the “store” correctly, the site doesn’t get saved.
I’ve have the same issue. In order to make a single product visibile in frontend I need to clik on “edit” and save it (even with no really editing the record)
In addition to this, any image paths in my import file are not represented in the database. I manually added records in catalog_product_website, then had to add records to catalog_product_entity_media_gallery and catalog_product_entity_media_gallery_value so that my images showed up in the admin panel for product management on the images tab.
Are there plans to modify this so that image paths are added to the tables mentioned?