Quote Originally Posted by dfontana View Post
Thanks for the zip file as well, it fixed my issue as well but still see BOX_INFORMATION_AUCTION in the Information box. can you tell me what to change to fix that display item?
you need to have the BOX_INFORMATION_AUCTION defined somewhere like
languages/english/extra_definitions/YOUR_TEMPLATE/auctions_random_defines.php

which is where mine is..

Code:
//for information sidebox
define('BOX_INFORMATION_AUCTION', 'Auction Information');
I'm not using it there, but moved to the megamenu in the info drop down... however, the define is in the file above...