Emaze Auction: Delete Lot Delete Lots

The checkbox verifying your request to delete these lots was not checked.

To delete the requested lots, you must back up, check the checkbox below the Delete Lots button, and then click the button. You must enter YES in the text field to verify your request. You must enter the number of days after the lot has closed. SELECT lotID FROM Lot WHERE lotCloseQueue = 3 AND lotCloseDateTime <= #finalLotCloseDateTime# No lots have been closed for more than #Form.closeDays# days. You did not check any lots to delete. No lots were deleted.

To return to the list of lots in this category, click here. SELECT Count(lotID) AS checkCount FROM Lot WHERE lotImage = '#lotImage#' OR lotImageThumbnail = '#lotImage#' SELECT Count(lotID) AS checkCount FROM Lot WHERE lotImage = '#lotImageThumbnail#' OR lotImageThumbnail = '#lotImageThumbnail#' Lot #lotID# deleted.
    Image #lotImageFile# deleted from lotimage directory since it was not being used by any other lots.
    Image #lotImageFileThumbnail# deleted from lotimage directory since it was not being used by any other lots.
DELETE FROM Bid WHERE lotID IN (#deleteLotIDs#) DELETE FROM LotWatch WHERE lotID IN (#deleteLotIDs#) DELETE FROM PrivateLotUser WHERE lotID IN (#deleteLotIDs#) SELECT lotID FROM Lot WHERE lotCloseQueue = 1 AND lotID IN (#deleteLotIDs#) DELETE FROM Lot WHERE lotID IN (#deleteLotIDs#) Lots successfully deleted.
Category lot counts have been updated.

To return to the list of lots in this category, click here.