Page 1 of 1

Email Notifications

PostPosted: Thu Oct 30, 2008 3:27 pm
by ddejarnett
Is there anyway to redirect the "sold" emails to the email address associated with seller username entered into the product listing?

PostPosted: Thu Oct 30, 2008 4:39 pm
by shannah
All of the "Winners" emails are sent in includes/functions.inc.php in the closeAuction() function.

You could just add a mail() call to the product owner in that method.

You can obtain the seller's username with:
Code: Select all
$product->val('seller_username')