Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #145754

    Malcolm G
    Participant

    Hi – I have the reviews tab set to on in the customiser and reviews set to on also in the Woocommerce settings – the reviews tab works but the average star rating does not show up on the product page – do you know what could be causing this?

    thanks

    #145757

    Malcolm G
    Participant
    This reply has been marked as private.
    #146124

    Kosher K
    Member

    Hi There,

    I can see the average star ratings

    Can you please provide screenshot of your issue,

    Cheers

    #146219

    Malcolm G
    Participant

    before i updated to the latest version of X I could also see the average review displayed on the product page – to show you what i mean, see the screenshot when i switch the theme to twentyfourteen:

    http://awesomescreenshot.com/0783uy3ied

    #146609

    Zeshan
    Member

    Hi Malcolm,

    Thank you for writing in!

    Please create folders woocommerce/single-product/ in your child theme’s main directory and then copy the file wp-content/themes/x/woocommerce/single-product/rating.php in the previous created directory (/woocommerce/single-product/) see: http://prntscr.com/578xqv.

    After that, open the copied “rating.php” file in a text editor and replace entire code with following:

    <?php
    
    // =============================================================================
    // WOOCOMMERCE/SINGLE-PRODUCT/RATING.PHP
    // -----------------------------------------------------------------------------
    // @version 2.1.0
    // =============================================================================
    
    if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    
    GLOBAL $product;
    
    $rating           = $product->get_rating_html();
    
    woocommerce_show_product_sale_flash();
    if ( ! empty( $rating ) ) {
      echo '<div class="star-rating-container aggregate ">' . $rating . '</div>';
    }
    echo '</a>';
    
    ?>
    

    That’s it.

    Hope this helps. 🙂

    Thank you.

    #147090

    Malcolm G
    Participant

    Hi, thanks for this – so, to clarify – showing the average rating on the product page is not standard any longer with the theme?

    thanks

    #147404

    Paul R
    Moderator

    Hi Malcolm,

    Yes, it is longer there by default.
    However this concern has been forwarded already to our development team.

    Thanks

    #147437

    thecashbag
    Participant

    I give my vote for having ratings show up by default 🙂

    #147703

    Cousett
    Member

    This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. Thanks!

    #148682

    Malcolm G
    Participant

    ok, thanks – yes, it would be logical to show it – if you have a review tab it makes sense to have the average review show up on the product page especially as this was previously a feature I believe?

    thanks

    #148994

    Christian
    Moderator

    Thanks for your feedback Malcolm. We’ll take note of this as feature request so we might add it in a future release.

    #202530

    surfershot
    Participant

    My vote also goes to making the star rating show by default. I was just transferred by Support to this topic because I was asking the same question.

    #202891

    Christian
    Moderator

    Thanks for your feedback. We have listed this in our feature request list. Please stay tuned for updates.