HI @Aveeva
You need to customise review/rating code in your existing review code.
You can call a new function as addRating($reviewId) and can call in the function after
$review->aggregate();
line. In this function you can add rating based on Review Id.
I hope it will help you.
Pls check the line 9 & 23, is my code right, if wong how can i do correct and how to import ratings values using csv.
@Vimal Kumar Could you pls help me with how can i add Date and how to change date already imported reviews?