Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help on building a ebay return form


jefferychan

Recommended Posts

Posted

Hi, I am building a ebay return form on my osc site. My question is, how to add a second e-mail for those return form filler, so that customer can fill up the form and those e-mail sended to the email address that handle returning? I try to define the return email address on that page, but it doesn't work. Do i need to add another item on the data base? Also, the email body cannot show. what is the problem? Here is the piece of code that i use to send that email which is part of "contact us" that i mod.

 

 

if (tep_validate_email($email_address)) {

tep_mail(STORE_RETURN_EMAIL_ADDRESS, STORE_RETURN_EMAIL_ADDRESS, EMAIL_SUBJECT, $email_body, $name, $email_address);

 

tep_redirect(tep_href_link(FILENAME_EBAY_REURN, 'action=success'));

}

 

 

Thanks~

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...