Yeison Baron
Forum Replies Created
-
Hi,
By using the translation options you can change the name from “tiquet” to “consulta”:
https://getawesomesupport.com/documentation/awesome-support/translations/
Best Regards.
Hi,
Could you share with us the error messages from the debug.log file? Here is a guide:
– https://wordpress.org/support/article/debugging-in-wordpress/
Thanks.
Hi,
Marking as solved, Any further assistance, let us know.
Thanks!
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Translate emailsHi Cedric,
Here are some filters, which you can use to hook into email data and add your changes wpas__user_email_notifications_subject wpas__user_email_notifications_body wpas__user_email_notification_body_before_template wpas__user_email_notification_body_after_template wpas_email_notifications_subject wpas_email_notifications_body wpas_email_notifications_notify_user wpas_email_notification_body_before_template wpas_email_notification_body_after_template You can get more detail about these filter at : https://developer.getawesomesupport.com/documentation/hooks-and-filters/wpas_email_notifications_email/ And below is an example about how to use the filter "wpas_email_notifications_subject" to change the subject of email when an Agent replied the ticket //Filter email notification subject. add_filter( 'wpas_email_notifications_subject', 'hookted_wpas_email_notifications_subject', 10, 3 ); function hookted_wpas_email_notifications_subject( $subject, $post_id, $case ) { if($case == 'agent_reply' ) { $subject = str_replace("New reply to","This is replace text", $subject); } return $subject; }Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Translate emailsHi Cedric,
Unfortunately, we only support 1 language at the same time:
We still only support one language at a time. WMPL contributed some code to the free version of Awesome Support to help things work better with their plugin for some custom scenarios that they were encountering with some of their paid customers. I don’t think that helped with the emails in multiple languages though.
Thanks.
Hi,
Marking as solved. If the issues continue, let us know.
Best Regards.
Hi,
Marking as solved as the communication is properly done.
Any questions, we are here to assist.
Best Regards.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] ClientsHi,
Marking as clerified, but if you have more questions about the free plugin, let us know.
Best Regards.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Popup Cut offHi,
marking as clarified. Any questions, let me know.
Thanks!
Hi,
We have custom ways to also allow to choose agents with custom forms. For more information, you can fill in the form below:
– https://getawesomesupport.com/contact/
Best Regards.
Hi,
Marking as clarified. Any more questions, let us know.
Thanks!
Hi,
We currently don’t have a way for changing the ticket slug. I apologize for the bad news here.
Marking as clarified.
Best Regards.
Hi,
Marking as clarified. Any further questions, let us know.
Best Regards.
Hi,
Marking as solved, but if you have any issues, let us know to continue assisting you.
Best Regards.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] No Email NotificationHi,
You can check the Email deliverability within the next documentation:
– https://getawesomesupport.com/documentation/awesome-support/email-notifications/
Marking as clarified.