Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Aletta

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Aletta Wheeler

Aletta's Achievements

  1. In admin/configuration/Auction Listing I have set the end of auction listing to 0 - meaning auction goes inactive - disappearing totally. This indeed happens when there is a bid - the information stays listed in admin and in the highest bidder account. HOWEVER - when there are no bids on the auction, it does not disappear ??? Could this be related to the following code ? catalog/includes/modules/auctions/classes/oscAuctions.php line 475: $this->sendWinningBidderEmail(); $sql= " UPDATE " . TABLE_AUCTIONS . " SET status = '" . AUCTION_END_OPTIONS . "' WHERE auctions_id = '" . (int)$this->auctionCompleteId . "'"; tep_db_query($sql);
  2. Can you replicate point 2 ? - if yes, how can this be corrected ?
  3. Is anyone still monitoring this contribution that can help me out with above two questions ?
  4. In admin/configuration/Auction Listing I have set the end of auction listing to 0 - meaning auction goes inactive - disappearing totally. This indeed happens when there is a bid - the information stays listed in admin and in the highest bidder account. HOWEVER - when there are no bids on the auction, it does not disappear ??? Can someone verify for me please. Thank you for your time in advance.
  5. I have quite a few auctions on our website. Is there a way to set a "flag" for the administrator NOT to add another auction for the same product ? This contribution does not support multiple auctions for the same product but it appears I can add multiple auctions for the same product. ANy assistance as always is greatly appreciated.
×
×
  • Create New...