If you are receiving the constants EMAIL_TEXT + EMAIL_DISCLAIMER_NEW_CUSTOMER but not the EMAIL_OWNER_TEXT
It generally means that Those particular definitions are missing or the language file containing the definitions is missing.
These are the definitions found in includes/languages/italian/cherry_zen/testimonials_add.php
define('EMAIL_TEXT', 'Your testimonial has been successfully submitted at ' . STORE_NAME . '. It will be added to our other testimonials as soon as we approve it. You will receive an email about the status of your submittal. If you have not received it within the next 48 hours, please contact us before submitting your testimonial again.' . "\n\n");
define('EMAIL_OWNER_TEXT', 'A new testimonial was submitted at ' . STORE_NAME . '. It is not yet approved. Please verify thie testimonial and activate.' . "\n\n");
define('EMAIL_DISCLAIMER_NEW_CUSTOMER', 'This testimonial was submitted to us by you or by one of our users. If you did not submit a testimonial, or feel that you have received this email in error, please send an email to %s ');
Bookmarks