• Resolved eduardoboeing

    (@eduardoboeing)


    Hello. I have a WooCommerce store and I started using the Customer Reviews for WooCommerce plugin. Everything works great, except for one issue I had.

    In the question and answer section, it says “store manager”, in English, but I’m Brazilian and I need to change this text to Portuguese or remove it. How to do this?

    Thanks.

    The page I need help with: [log in to see the link]

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

    Thank you for using CusRev.

    You can try to add this custom PHP code to the file functions.php in the theme/child theme folder to change the text “store manager” in the Q&A section

    add_filter( 'cr_qna_store_manager', function( $store_manager ) {
    	$store_manager = 'gerente de loja';
    	return $store_manager;
    } );

    Let me know if it helped.

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The text “store manager” is not translated in the Q&A section.’ is closed to new replies.