cancel
Showing results for 
Search instead for 
Did you mean: 

Ratings in product

SOLVED

Re: Ratings in product

https://www.awesomescreenshot.com/video/399261?key=cb200be9650e3a012e983db464dc36a0 

Hi !!

yes, of course 

 

Here is my video product  
 
Thanks for you help!!!!!!

Re: Ratings in product

Hi @isalgeseco9db7 ,

 

I hope you are checking this on magento luma theme , if not try to switch to luma theme.

 

The Review will be loaded via Ajax review/product/listAjax. So, you need to debug the controller:

vendor/magento/module-review/Controller/Product/ListAjax.php

Make sure this ajax request is not giving any error in network. 

Make sure Review is approved and the review config is enabled: STORES > CATALOG > Catalog > Product Review

 

Also try to do reindexing on your store using below command

php bin/magento indexer:reindex

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!