Post by supak111 » Wed Feb 19, 2025 1:16 am

Trying to add an extra field to OC3 contact forum.
Have everything put into a OCmod and everything almost works.
Can someone tell me how to add my 2 new fields: 'vehicle' and 'hearaboutus' to this line of code:

Code: Select all

$mail->setText($this->request->post['enquiry']);
How do I change to 'enquiry' to include all 3 : 'vehicle' 'hearaboutus' and 'enquiry'?

Thanks for reading everyone ツ
Last edited by supak111 on Wed Feb 19, 2025 10:50 am, edited 1 time in total.

~ OC 3.0.3.2 and OCmods only ~


User avatar
Active Member

Posts

Joined
Fri Feb 13, 2015 12:09 pm

Post by supak111 » Wed Feb 19, 2025 1:26 am

Actually never mind guys, chatgpt gave me an example and I was able to make it work

Code: Select all

$mail->setText(
    "Enquiry: " . $this->request->post['enquiry'] . "\n" .
    "Vehicle: " . $this->request->post['vehicle']
);

~ OC 3.0.3.2 and OCmods only ~


User avatar
Active Member

Posts

Joined
Fri Feb 13, 2015 12:09 pm

Post by by mona » Wed Feb 19, 2025 8:44 am

Glad you resolved it yourself and thank you for coming back with an answer. +1 for that
Please can you mark it with [SOLVED] in the title.

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by Cue4cheap » Wed Feb 19, 2025 9:32 am

supak111 wrote:
Wed Feb 19, 2025 1:26 am
Actually never mind guys, chatgpt gave me an example and I was able to make it work

Code: Select all

$mail->setText(
    "Enquiry: " . $this->request->post['enquiry'] . "\n" .
    "Vehicle: " . $this->request->post['vehicle']
);
Yes but also might want to mention where those two posts come from to help others.

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by supak111 » Wed Feb 19, 2025 11:17 am

I made a FREE ocmod for this if anyone needs it:
👉 https://www.opencart.com/index.php?rout ... n_id=47024


.

~ OC 3.0.3.2 and OCmods only ~


User avatar
Active Member

Posts

Joined
Fri Feb 13, 2015 12:09 pm
Who is online

Users browsing this forum: No registered users and 98 guests