Re: Auction Product Type

Originally Posted by
TSRCatalog
Sorry, Dave. I should have been more specific. In haste I did not account for some customization of the e-mails.
The e-mail I am referring to is one the system generates whenever a buyer makes a bid that is "accepted" by the system. The system generates an email to all those who have previously bid on said item that another buyer has since made a bid. No different than the "lost auction" email that generates when the auction has closed.
I'll check the file of reference, but if you have any other suggestion, it will be quite helpful. At times the system is generating emails even to those who never bid on a particular item.
Peter
In includes\modules\pages\product_auction_info\header_php.php should be line 172
Code:
if ($previous_bidders_email_address != "") {
begins the code for building the out bid email only if there was a previous bid.
For win, lost, and auction over emails, includes\classes\class.productauction.php completes them as will, records the auction close in the database. so block only line 34
Code:
productAuction::sendClosedEmail($auction_info);
Of coarse, killing the emails basically kills the idea of a auction. If your doing it for a 'make an Offer' system, you can do it without killing the auction.
Dave
Always forward thinking... Lost my mind!
Bookmarks