-
AuthorPosts
-
April 25, 2014 at 8:07 pm #37319
m cParticipantHi I notice you have designed Stack ICON to show the star ratings on hover on the product catalogue page, however on the single product page the star ratings don;t show anywhere. How do I add star ratings under the price on the single product page?
regards
April 26, 2014 at 2:17 pm #37494
RadModeratorHi M c,
By default, it is not designed to show star rating on single products. Though star rating is available for on review tabs.
If you need star rating at your single product, then you will need to do template editing.
Edit your /x/woocommerce/single-product/rating.php and add this code before
?>GLOBAL $product; echo '<div class="star-rating-container aggregate">' . $product->get_rating_html() . '</div>';This will add star rating below product title.
Hope this helps.
May 2, 2014 at 7:24 am #39745
m cParticipantHi,
Thanks for that, also where has the reviews amd add your review link gone, this is displayed in the standard twenty fourteen theme. There is no way currently for ccustomers to leave a review by clicking on the link that should be next to the star rating on the product page?
regardsMay 2, 2014 at 4:47 pm #39928
RadModeratorHi there,
You could configure it under Customizer’s Woocommerce section. There you can enable review tab.
Or you could send screenshot of what you’re referring, is this made by plugin?
Thank you.
November 21, 2014 at 6:45 am #149836
ignaciosantiagoParticipantAnd if I want rating in the blog posts?
One more thing, I´m testing the rating with snippet google tool and it gives an error (Error: Page contains property “reviewrating” which is not part of the schema.)
November 21, 2014 at 8:23 pm #150296
RadModeratorHi there,
X does not have any rating feature for blog posts, not the review rating schemas. It could be from your plugins that you’re currently using. You may contact your plugin author for this issue.
Thanks for understanding.
January 26, 2016 at 4:27 am #764654
james wParticipantWhen I add the code now (It’s been 2 years since you have provided the original answer) it doesn’t show the result properly.
Can you update the answer so I can use it. Thanks
January 26, 2016 at 6:07 am #764761
Paul RModeratorHi James,
Can you provide us your site url so we can take a closer look.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-37319 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
