• Resolved Jahanzaib Ahmed Khan

    (@jhanzaibkhan)


    By default reviews is mandatory and star rating is optional, I like to make a change that makes star rating mandatory and reviews optional, can someone help me with that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    At the moment, there are no default options for that in the core WooCommerce plugin. Practically speaking, this means that you’d need additional custom coding to be added to your site. Given the extent of the coding involved, we recommend getting in touch with a web developer or one of the customisation experts listed at https://woocommerce.com/customizations/.

    Thread Starter Jahanzaib Ahmed Khan

    (@jhanzaibkhan)

    Actually I add the code in functions.php file

    add_filter(‘allow_empty_comment’, ‘__return_true’);
    and it resolve my issue, Thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reviews Changes’ is closed to new replies.