cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hybris products for a category not displaying on storefront

Former Member
0 Likes
1,764

Hi,I have a requirement whereby I want to display products for a category and some search criteria on the front end for out of the box.I created a category and added products to it.

I performed an indexing and it is visible on Solr,under the product.

However after hitting: /mystorefront/c/{mycategory}

it is throwing a "Server Error",and not displaying products on the storefront.Where am I going wrong?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

debug CategoryPageController.java->category method and send me logs that you see

Former Member
0 Likes

,actually the AbstractCategoryPageController.java ->performSearchAndGetResultsPage( ) method results a redirection to the following page.

Former Member
0 Likes

send logs please

Former Member
0 Likes

,not much logs available.For this,do we need to right our own populator or something or is it provided out of the box?