Hi All,
I am trying to create a rating system for products, what i am doing is; counting all the ratings and getting the average. Then i want to round it to every 5th, so for example;
4.3 = 4.5
and
4.7 = 5
All help appreciated
I am trying to create a rating system for products, what i am doing is; counting all the ratings and getting the average. Then i want to round it to every 5th, so for example;
4.3 = 4.5
and
4.7 = 5
All help appreciated
Comment