Hello!
I have installed Magento ver. 2.1.7 and i created 10 products, 5 from back-end and 5 using .csv import.
Some of the products appear in front-end, some not, doesn't matter the way I created them.
The ones that I cand see on website appeared after 2 days.
Products appear in FEATURED area, but not in categories I assigned them.
I used index management and refresh all cache.
Whats is the issue here?
Website is http://www.motoworks.ro
If you need, I can provide admin log-in info.
Thanks very much,
Victor
Hi Victor,
Make sure you have Magento cron setup and running:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html
If you have access to SSH of this website, try to reindex and flush cache using the commands below:
bin/magento indexer:reindex
bin/magento cache:flush
If your crons are setup properly, you do not need to do this but at least you will know the problem is with reindex if everything will appear after you run those.
hope this helps.
Hello, and thanks for response.
Did all checks. Also Re-Indexed using Update on Schedule.
Some products only appear in FEATURED field, but not in categories.
The ones that appear in categories are out of stock, even though are duplicated from a product that works fine, and set up identically.
I also Flushed Magento Cache and Re-Indexed, and products still hidden.
Products visible in back but not in front.