Email Notifications
Archived from the Web Auction Discussion forum.
ddejarnett — Thu Oct 30, 2008 3:27 pm
Is there anyway to redirect the “sold” emails to the email address associated with seller username entered into the product listing?
shannah — Thu Oct 30, 2008 4:39 pm
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')