AcroMedia/commerce-demo

Products not showing in category page

Opened this issue · 1 comments

Hi, is there any setting i need to tune to make the products show in category page? Currently is not showing in my demo site.

http://prntscr.com/nzfpc5

Hi there. That could be one of 2 reasons, either the solr index needs to be rebuilt or the server is not connected.

Go to /admin/config/search/search-api and see the status of the products server. Green checkmark is good and red x means there's an issues.

Rebuild the index

  1. First rebuild the index by clicking Edit for the products index.
  2. Then go to the View tab.
  3. Then click Queue all items for reindexing at the bottom of the page.
  4. Then click the Index now button. Once the index has been rebuilt you should see the products (if this was the issue).

Server configuration error

  1. Click Edit for the products server.
  2. Then go to the View tab.
  3. There should be additional information in there that will help correct the issue. If it's saying the Solr server could not be reached, go on to the next step. If it's something different, you may need to Google it to find some answers.
  4. If the server could not be reached, go back to the Edit tab and look at the Configure standard Solr connector section. The settings in there will need to match your Solr install and setup. Mainly you will want to confirm:
  • Solr port
  • Solr path
  • Solr core
    Also, right above this section is a link to the solr server URI. Clicking that should bring you to your Solr dashboard outside of Drupal.
  1. Once you're connected, you'll have to rebuild the product index.