• Resolved Leandro

    (@leandroprz)


    I was trying to translate a string and I noticed it is no translatable. The string is in /customer-reviews-woocommerce/includes/emails/class-cr-email-review-notification.php on line 51:

    $this->body = "{customer_name} has posted new review(s) about your store and/or products. Here is a copy of their review(s):\n\n{reviews_list}\n\n\n\n{reviews_button}";

    Also, the template is not using the colors I set up in the plugin settings and instead is using the default green for background-color and white for the font color. Would be nice to be able to change the colors to match my website design.

Viewing 1 replies (of 1 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    1. Yes, the body text is not registered for translation. I will inform the development team to improve this in the next update.
    2. There isn’t an option to set up the color in the email notification email. It is hard-coded in the template file /wp-content/plugins/customer-reviews-woocommerce/templates/email-review-notification.php

    If you want to override it, please follow the solution How to Override Default Templates

Viewing 1 replies (of 1 total)
  • The topic ‘Not able to translate a string’ is closed to new replies.