How to show the reviews from one of the vendor listings across all listing blocks?

Hello guys, first of all thanks for the awesome plugin/system, enjoying it A LOT!

I have a question about the reviews - my vendors have multiple listings (services in my case), when one service got review, the star rating is shown only on the listing block of the rated listing, but not on all of his other listings (services). If client click some other listing of the same vendor, the rating is visible only under his profile picture(in the listing page), not on the actual listing on the top.

How to enable visibility of the stars/ratings on the top across all of the vendor listing blocks/pages, if he got one review in one of the listings?

Example: Vendors got review on listing 1 - it is shown as stars both on the listing block and listing page.

I want the rating to be visible the same way on his listings: 2, 3, 4 etc.

Thanks in advance!

Hi,

Thanks for the request and details. You can try overriding this template part hivepress-reviews/templates/listing/view/listing-rating.php at master · hivepress/hivepress-reviews · GitHub using a child theme How to override template parts - HivePress Help Center. For example, replace $listing with $vendor using this example hivepress-reviews/templates/vendor/view/vendor-rating.php at master · hivepress/hivepress-reviews · GitHub

Please note that further customization may be required. However, we hope that this general guidance will help you.

1 Like