When a customer send us and email (through the Contact us), the subject line is "Your Store" how can i change that to their name? Version. 3.0.3.3
The default subject line of the contact-email is `Enquiry {senderName}`. Not sure how you get such an email subject.greendragon2020 wrote: ↑Tue Jun 16, 2020 4:06 amWhen a customer send us and email (through the Contact us), the subject line is "Your Store" how can i change that to their name? Version. 3.0.3.3
You can change the subject in the file catalog/controller/information/contact.php and the following code is responsible for the subject
Code: Select all
$mail->setSubject(html_entity_decode(sprintf($this->language->get('email_subject'), $this->request->post['name']), ENT_QUOTES, 'UTF-8'));
XForm - Opencart Form Builder
Xshippingpro - An advanced Shipping Module
Need Professional support? Skype: opencartmart
Thank you for your reply, it has to do with the Journal theme, it works fine with the default theme. I have contacted them on this.opencartmart wrote: ↑Tue Jun 16, 2020 2:35 pmThe default subject line of the contact-email is `Enquiry {senderName}`. Not sure how you get such an email subject.greendragon2020 wrote: ↑Tue Jun 16, 2020 4:06 amWhen a customer send us and email (through the Contact us), the subject line is "Your Store" how can i change that to their name? Version. 3.0.3.3
You can change the subject in the file catalog/controller/information/contact.php and the following code is responsible for the subject
Disclaimers: It is recommended using ocmod to modify any files instead of modifying the file directlyCode: Select all
$mail->setSubject(html_entity_decode(sprintf($this->language->get('email_subject'), $this->request->post['name']), ENT_QUOTES, 'UTF-8'));
Who is online
Users browsing this forum: No registered users and 4 guests