• Resolved shrewdies

    (@shrewdies)


    In your plugin file, /includes/shortcode.php, the function wccm_compare_list_render_header( $products ) includes the line:

    echo '<a href="', get_permalink( $product_id ), '">', $product->get_title(), '</a>';

    I hope you can amend this in your next version. Please could you add $product->get_rating_html() to this line so it becomes:

    echo '<a href="', get_permalink( $product_id ), '">', $product->get_title(), $product->get_rating_html(), '</a>';

    Thanks for a useful plugin.

    https://www.ads-software.com/plugins/woocommerce-compare-list/

  • The topic ‘Please show Rating with Title’ is closed to new replies.