Include Product Reviews and Rating on another page

This topic has 7 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: mattiash
    mattiash
    Participant
    January 26, 2018 at 04:21

    Hi,

    Is there a way to include Product Reviews and Rating on another page?
    I will be selling “One of a kind items” and these items will not be visible in the store after being sold. It’s important to keep the review for each item and I need to be able to display the review on the bottom of the shop page for example.

    I tried multiple plugins, some include all comments, but not the product image or the rating or vice verse. Some doesn’t work outside the woocommerce pages.

    I tried to use your widget with 8Theme Recent Comments. Also the Widget “recent product reviews” but non of them show the rating. How can I add this widget at the bottom of the Shop page?

    Alternatively, can you let me know where the php code or template to use to find the “Reviews” tab on the single product page? I suppose I would have to loop through all products that has a review and then for each add that code and include to whatever page I choose. Am I going in the right direction or completely lost :)?

    Thanks

    6 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 26, 2018 at 12:52

    Hello,

    We don’t have the option to display reviews of the separate products. You may try the following plugin https://wordpress.org/plugins/sip-reviews-shortcode-woocommerce/#description but we did not test it with our theme.

    Recent product review widget is the default WooCommerce widget and it should work on the shop page. You can add it to the Product Page widget area, it displays product image, product name, the rating of the product and rating author. If you want to show this widget below the products you can do this by additional customization only and create special widget area that will be displayed there.

    Reviews tab file is not included in our theme, we use the default WooCommerce plugin functionality for this.

    If you need help with additional customization you can submit request to WPKreken team because we are unable to provide support for customizations under our Support Policy.

    Regards

    Avatar: mattiash
    mattiash
    Participant
    January 26, 2018 at 14:14

    Hi,

    I tried it and it doesn’t include the name or thumbnail.
    Maybe you can help me with the Woocommerce Recent product review? It doesn’t show the star rating but only Product Title, Thumbnail and Author. I disabled Legenda and activated Storefront and they appeared so I believe it may be some CSS or something.
    I disabled previous tested plugins and too and added new test comment after as well and still the same.

    Any idea? I have attached the details to log in.

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 26, 2018 at 14:30

    Hello,

    Please add this code in custom.css file of parent theme or in style.css file of child theme and check Recent Reviews in the sidebar:

    .widget_recent_reviews .product_list_widget li a {
      margin-bottom: 5px;
    }
    .widget_recent_reviews .product_list_widget li .star-rating{
      display: table-cell !important; 
    }
    .widget_recent_reviews .product_list_widget li .star-rating+.reviewer{
      display: block !important; 
      margin-top: 5px;
    }
    

    Regards

    Avatar: mattiash
    mattiash
    Participant
    January 27, 2018 at 08:55

    Thanks that worked! I understand I just need to replace the star icon image if I want to change the color or shape from another post. Is that correct or can it be done with CSS now?

    Thanks

    Avatar: mattiash
    mattiash
    Participant
    January 28, 2018 at 07:28

    Hey again,

    How can I hide the stars on the product page and the single product page? I only want to show it in the widget and maybe on one other page later.

    I have added this css:
    .star-rating {
    display: none !important;
    }

    But I need it to only apply to to the product thumbnails and not the recent review widget.
    Same for the Single product page – I don’t want it to show at the top with the product title, price and description but I want to show it under the “Reviews” tab at the bottom.

    How can I achieve this?

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 29, 2018 at 09:30

    Hello,

    Please provide me screenshots for better understanding where you want to hide stars.
    You can use LightShot program to provide us with screenshots. Here is link: https://app.prntscr.com/en/index.html

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.