• Resolved nawabtahir

    (@nawabtahir)


    Respected Sir!
    I new user to your plugin it works fine and best plugin for rating and reviews.
    But i need a little bit help from your side.
    I want to show product rating like 4.3 rating like that with stars also at home page of my website under the product price or anywhere in product box.

    I hope you understand my issue.
    Looking froward for your guidance thanks.
    Regards
    Tahir Nawab

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    You can use the do_shortcode function to insert the Site Reviews shortcode. For example:

    <?php echo do_shortcode( '[site_reviews_summary assigned_to="post_id" hide="rating,summary,bars,if_empty"]' ); ?>

    Please contact the Woocommerce team if you need further assistance on where to place the code.

    • This reply was modified 6 years, 1 month ago by Gemini Labs.
    • This reply was modified 6 years, 1 month ago by Gemini Labs.
    Thread Starter nawabtahir

    (@nawabtahir)

    Thanks for your quick reply but have you any idea where to place this code.

    and one more question as mentioned in like this in your documentation
    count

    Include the “count” attribute to change the number of reviews that are displayed.

    The default count value is: “10”

    [site_reviews count=”20″]

    but in my case only five reviews are showing on product single page but it says total are 14
    link is here
    https://mygiftland.com/product/portable-laptop-table-simple-home-office-wall-mounted-computer-desk-copy-copy-copy/

    Thanks for your guidance.

    Plugin Author Gemini Labs

    (@geminilabs)

    1. Please contact the Woocommerce team on where to place the code as I suggested earlier. Since you want to insert in the product boxes, only the Woocommerce team can help you with this as they will be the most knowledgable about their own plugin.

    2. I see all 14 reviews. You probably have a caching plugin installed, if so, you may need to clear your page cache after making adjustments.

    I suggest you use the “count” option together with the “pagination” option like this:

    [site_reviews count=10 pagination=ajax]

    Thread Starter nawabtahir

    (@nawabtahir)

    Thanks for your remarkable time and again your plugin is very helpful well developed thanks for such a great plugin.
    Regards
    Tahir Nawab

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ecommerce Home Page Product Box Rating’ is closed to new replies.