Hi ClydeJones
Thanks for the great mod. I am using it a as a template to create a different form and I have one question. How can I modify it to send an email to a different email address? Can it be hard coded somewhere?
Thank!
Hi ClydeJones
Thanks for the great mod. I am using it a as a template to create a different form and I have one question. How can I modify it to send an email to a different email address? Can it be hard coded somewhere?
Thank!
You can probably use a define statement in includes/languages/english/YOUR_TEMPLATE/returns.php
define('EMAIL_TO', '[email protected]');
then in includes/modules/pages/returns/header_php.php
find:
and change it to:Code:$send_to_email = EMAIL_FROM;
Code:$send_to_email = EMAIL_TO;
Has anybody had problems with the customer information prepopulate? I have installed this mod (and a modified version of it) and in both cases, the name and email are correct, but it pulls the address info for the customer with the id = 1 in every case.
Any ideas?
(Just in case I wasnt clear, lets say the first customer to sign up had the address:
7384 Green St
Las Vegas, NV 89106
No matter which customer is logged in, the above address is prepopulated.
Try this fix: I've checked it on each address I have and the come up correct.
Attachment 1984
Just unzip the and upload the includes folder to your server.
Last edited by clydejones; 31 Dec 2009 at 02:31 AM.
I think the prepopulate feature is really slick. How would I go about doing the same thing with the contact us page?
Thanks again for your help
Hmmm i wounder why it's not working for my test user . anyway it seems to be working now after i updated the test users address. My Question is how do i get it to sent to a specific e-mail address. and show the customer's address as the return?
Currently the head ther customer gets.
Return Authorization Request
From: Lextechs ([email protected])<<<< I would like that to say [email protected]
Sent: Tue 7/17/07 4:31 PM
Reply-to: [email protected] <<<<<<<<<<<<<< This to say the customer's e-mail in this case ajoseph619##########################
To: ajoseph619##########################
On the admin side i just want it to sent a e-mail to [email protected]
Last edited by lextechs; 17 Jul 2007 at 05:43 PM.
Lextechs.com Powered By ZenCart