Hi,
I use WooConvo Pro + add-on Revision.
In the email template I’d like to change:
– email subject
– “Click here to reply” text (I need to translate in Italian)
I tried this code but I don’t know what is wrong:
add_filter('wooconvo_message_subject', 'change_subject' );
function change_subject( $subject, $order_id ) {
$subject = "Ordine #$order_id - Nuovo messaggio";
return $subject;
}
Another thing.
In the customer front end the attached files are shown as a ul list. I ‘d like to styling it (remove marker and indentation) but with CSS is not easy because there is not a selector for the attachments list. Is there a template to modify or any suggestion?
Thanks for support
-
This topic was modified 2 years, 10 months ago by
Ivano.