• Resolved trde

    (@trde)


    I build my own WP template with WooCommerce. Reviews on product page are missing. How to display them, and also add review submit form? In which HOOK reviews are located? I can’t find them ?? Is there any option to write some do_action function in functions.php to make them visible?

    BTW. Reviews are enabled in my settings page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s a filter called: “woocommerce_product_tabs”. This passes an array called $tabs. You’ll need to set $tabs[‘reviews’][‘title’], $tabs[‘reviews’][‘priority’] & $tabs[‘reviews’][‘callback’] if these are not set already, and return the $tabs array.

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while and Lorro offered a good suggest, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

    Thread Starter trde

    (@trde)

    The problem was I did not seen option to enable reviews on specific product. I was sure there is global switch to eneble it. Now I know I can enable reviews global, and also on specific product.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product reviews missing’ is closed to new replies.