*

rei

  • ***
  • 24 posts
How to let user rate the seller multiple times?
« on: April 01, 2017, 03:05:36 PM »
I want the buyer to be able to rate the seller multiple times, can this be done? and is it possible to have a rule that the first rating does not require validation and the second requires it.

*

MB Themes

Re: How to let user rate the seller multiple times?
« Reply #1 on: April 02, 2017, 11:58:52 AM »
@Marjon
In file:
oc-content/plugins/user_rating/user/new.php

Find:
Code: [Select]
<?php } else if( $already_has ) { ?>
and replace number 1 with number what is maximum number of comments (if you enter 4, max is 3)


Such rule cannot be placed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rei

  • ***
  • 24 posts
Re: How to let user rate the seller multiple times?
« Reply #2 on: April 02, 2017, 12:54:02 PM »
thanks   :D