• Resolved j2fb

    (@j2fb)


    I previously created custom columns to be shown in the WooCommerce reviews page (which was actually the “Comments” page). I was using this code: “add_filter(‘manage_edit-comments_columns’, ‘my_function’);”

    Now, WooCommerces has separated the display of product reviews from comments, and the product reviews are now shown in the new “Products/Reviews” page. How do I add my custom columns to this new page? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @j2fb

    Thanks for reaching out!

    I understand that you want to add custom columns to the Product > Reviews page.

    These forums are meant for general support with the core functionality of WooCommerce itself. What you want to achieve is a bit complex and would require customization to do it. Since custom coding is outside our scope of support, I am leaving this thread open for a bit to see if anyone can chime in to help you out.

    For questions related to development and custom coding, your best bet is to ask on any of these channels for support. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, too.

    WooCommerce Developer Resources Portal
    WooCommerce Advanced Facebook group
    WooCommerce Community Forum
    WooCommerce Developer Slack Channel.
    – Hire a WooCommerce Expert

    Hope this helps!

    Thread Starter j2fb

    (@j2fb)

    Thanks for your reply. FYI, I figured it out by using these hooks:

    add_filter(‘manage_product_page_product-reviews_columns’, ‘myfunction1’);

    and

    add_action(‘woocommerce_product_reviews_table_column_mycolumnname’, ‘myfunction2’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add columns to new “Reviews” page’ is closed to new replies.