Product Manager > Rate > Rating Type Enum and Rate > Rating

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Product Manager > Rate > Rating Type Enum and Rate > Rating

wp.rauchholz
What do these two fields do in Ofbiz?
Can't really find documentaiton about it

Thanks, Wolfgang



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
Reply | Threaded
Open this post in threaded view
|

Re: Product Manager > Rate > Rating Type Enum and Rate > Rating

Pierre Smits-3
Hi Wolfgang ,

The rating in the product is about how customers value the product.

On Fri, 22 Mar 2019 at 10:05 wp.rauchholz <[hidden email]> wrote:

> What do these two fields do in Ofbiz?
> Can't really find documentaiton about it
>
> Thanks, Wolfgang
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>
--
Sent from my phone
Reply | Threaded
Open this post in threaded view
|

Re: Product Manager > Rate > Rating Type Enum and Rate > Rating

Ankush Upadhyay-2
Hi Wolfgang,
This is about to show *Average Rating* on customer's review section over
Product detail section.
Regarding Rating Type Enum:
- Min Rating says, display at least rating by comparing average ratings
given by customers and rating setup on product so let's say average rating
calculated is 10 but min rating setup is 15 so Average Rating will be shown
15.
- Max Rating says, display at most rating by comparing average ratings
given by customers and rating setup on product so let's say average rating
calculated is 15 but max rating setup is 10 so Average Rating will be shown
10.
- Rating override, override whatever is setup on product.
You can explore ProductWorker.getAverageProductRating() to understand how
it works.

Thanks
--
Ankush Upadhyay


On Fri, Mar 22, 2019 at 5:06 PM Pierre Smits <[hidden email]> wrote:

> Hi Wolfgang ,
>
> The rating in the product is about how customers value the product.
>
> On Fri, 22 Mar 2019 at 10:05 wp.rauchholz <[hidden email]> wrote:
>
> > What do these two fields do in Ofbiz?
> > Can't really find documentaiton about it
> >
> > Thanks, Wolfgang
> >
> >
> >
> > --
> > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> >
> --
> Sent from my phone
>
Reply | Threaded
Open this post in threaded view
|

Re: Product Manager > Rate > Rating Type Enum and Rate > Rating

wp.rauchholz
Thank you very much for explanation. That was very helpful

On Sat, Mar 23, 2019 at 07:39 Ankush Upadhyay <
[hidden email]> wrote:

> Hi Wolfgang,
> This is about to show *Average Rating* on customer's review section over
> Product detail section.
> Regarding Rating Type Enum:
> - Min Rating says, display at least rating by comparing average ratings
> given by customers and rating setup on product so let's say average rating
> calculated is 10 but min rating setup is 15 so Average Rating will be shown
> 15.
> - Max Rating says, display at most rating by comparing average ratings
> given by customers and rating setup on product so let's say average rating
> calculated is 15 but max rating setup is 10 so Average Rating will be shown
> 10.
> - Rating override, override whatever is setup on product.
> You can explore ProductWorker.getAverageProductRating() to understand how
> it works.
>
> Thanks
> --
> Ankush Upadhyay
>
>
> On Fri, Mar 22, 2019 at 5:06 PM Pierre Smits <[hidden email]>
> wrote:
>
> > Hi Wolfgang ,
> >
> > The rating in the product is about how customers value the product.
> >
> > On Fri, 22 Mar 2019 at 10:05 wp.rauchholz <[hidden email]>
> wrote:
> >
> > > What do these two fields do in Ofbiz?
> > > Can't really find documentaiton about it
> > >
> > > Thanks, Wolfgang
> > >
> > >
> > >
> > > --
> > > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
> > >
> > --
> > Sent from my phone
> >
>
--

Wolfgang Rauchholz