• Resolved kristopher99

    (@kristopher99)


    I just updated to 1.6 pro version an now the [reviews] shortcode doesn’t retreive any comment data. I’ve tried echo mage_get_review_average();, do_shortcode('[reviews']) as well with no luck. <div '.$class.$style.' itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"></div> shows when I inspect but there’s just no comment data. Has this been an issue or is it perhaps something to do with my theme?

    https://www.ads-software.com/plugins/mage-reviews/

Viewing 1 replies (of 1 total)
  • Plugin Author Maximilian Ruthe

    (@maximilian-ruthe)

    Hi kristopher99,
    I apologize for the delay. There have been some issues with the average reviews feature in the previous update, but this should now be fixed with the current update. Instead of the mage_get_review_average() function, you would now use the following:
    <?php echo do_shortcode('[reviews]'); ?>

    I’ll be updating the pro version soon as well – .

    Please let me know if any other issues arise – I’ll be updating more regularly again.

    Thank you for your patience –

Viewing 1 replies (of 1 total)
  • The topic ‘Average Rating and Shortcodes not working after update’ is closed to new replies.