I need to import products from CSV file and I used the option to import products with images form CSV file. The import was done without any problem/errors. I have all products imported in admin panel, but products aren't visible in the shop.
For simple type products I have set up: visibility, availability, categories (all the required fields). Configurable type products also has all the required fields filled up (including is_in_stock). Each product has set is_in_stock 1.
A product shows up in the shop online only when I manually use a sequence: set up product availability to false -> save it -> set up product availability to true -> save again
What can be a reason of this problem? Or maybe anyone know how to do this for all products automatically / directly via database, not manually?
I also tried this method: https://community.magento.com/t5/Magento-1-x-Admin-Configuration/Bulk-update-stock-status/td-p/22130 - without any results.