Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Star rating discrepancy.
- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by
johan.
- AuthorPosts
- March 31, 2019 at 1:57 am #55380
johan
ParticipantHi, as per the attached image. A 5 star ratings for a product are ‘filled’ stars but a 5 star rating for the Vendor are ’empty'(outlined) stars. This make the Vendor rating look like a ‘zero’ rating. Can it be changed for both to look the same?
Ta
JayAttachments:
You must be logged in to view attached files. - March 31, 2019 at 2:14 am #55382
johan
Participantta
- April 2, 2019 at 4:31 pm #55764
WCFM Forum
MemberHi,
Kindly give me this page URL, I am checking this.
Thank You
- April 2, 2019 at 4:32 pm #55765
WCFM Forum
MemberHI,
Please add this CSS to your site and check –
.vendor_rating .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating{font-weight:900!important}
Thank You
- April 5, 2019 at 11:49 pm #56412
johan
ParticipantMany thanks. What will the css be to hide the star rating?
Ta
Jay - April 6, 2019 at 9:25 am #56470
WCFM Forum
MemberHi,
Well, to hide rating display don’t use CSS, better use this code snippet –
add_filter( 'wcfmmp_is_allow_sold_by_review', '__return_false' );
Thank You
- April 6, 2019 at 11:19 am #56484
johan
ParticipantMany thanks,
Jay.
- AuthorPosts
- The topic ‘Star rating discrepancy.’ is closed to new replies.