USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "All Acution Closing pages not reflecting extended closing ti"   Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction users addons and fixes Topic #351
Reading page 1 of 1 pages
Normsr1
Charter Member
10 posts, Rate this user
May-26-10, 12:51 PM (CST)
Click to add this user to your buddy list  
"All Acution Closing pages not reflecting extended closing ti"
 
   I currently have the Live Auction Deluxe package purchased a couple months ago.
I'm setup with the two minute rule for closing auction items and found that the "All Closing Auctions" does not support any rules and shows closed at original auction closing time. The Auction Item page is correct with extended time.
I really need the correct auction closing time to be reflected in the "All Auction Closing Items" as shown on the Auction Item pages.
If anyone has the script already I certainly would appreciate a copy.
thanks, S/NormSr.
normsr@nmaxx.net
www.maxxdeals.com


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Richardadmin click here to view user rating
Charter Member
1987 posts, 10 feedbacks, 19 points
May-26-10, 06:11 PM (CST)
Click to view user profileClick to add this user to your buddy list  
1. "RE: All Acution Closing pages not reflecting extended closin"
 
   In the dispallclosing.pl file find this line below:

my $timeremain = time_remain($file);


Now replace it with theses new lines below:

my $timeremain;
if ((time > int($file)) && (time < (60 * $config{'aftermin'} + $time))) {
$timeremain = "$config{'aftermin'} minute extended over time bidding";
}
else {
$timeremain = time_remain($file);
}


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Normsr1
Charter Member
10 posts, Rate this user
May-27-10, 10:47 AM (CST)
Click to add this user to your buddy list  
2. "RE: All Acution Closing pages not reflecting extended closin"
 
   Richard,
Thank you so very much.....
S/NormSr
normsr@nmaxx.net
www.maxxdeals.com


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic