This update adds the Newest Auctions feature on the home page. How to update ========== It is very recommended to backup your site before doing any updates in general. 1)-Download the latest zip file auctionawy.zip from our site "My Account" using your license number. 2)-Unzip on your computer and upload the following files to your server in ASCII mode: auction/Auction.pm auction/Configuration.pm auction/Main.pm auction/FrontPage.pm auction/ListingOptAdm.pm auction/StartUp.pm auction/StartUpAdm.pm auction/data/SpecialClasses.pm The above files will not change anything in your configuration or customization. Templates: ======= The template file FrontPage.pm has some changes added for the Newest Items code, see this code and copy it to your template or update it if you have not done any customization to it, see this code in the new template:
Code: HTML Select All Collapse
|
</p><p> <tr><td align="left" width="100%" bgcolor="#336666"><font size="3" color="#ffffff">&nbsp;<b>[[newest_items_title]]</b></font></td></tr><br /> <tr><td align="center" width="100%"><!--CLASS::Newest_Listing--></td></tr><br />
|
Language: ======= The language file General.pm has some additions:
Code: HTML Select All Collapse
|
</p><p>newest_items_title~==~Newest Auctions<br />newest_end_time~==~Time Left<br />newest_current_bid~==~Current Bid<br />newest_title~==~Title<br />newest_image_link~==~<a href="<!--Link-->"><IMG SRC="<!--Image-->" border="0" ALT=""></a><br />
|
Theme Configuration: ================ The file data/templates/Default/Config.pm as some additions for the new 4 special classes added, you need to copy these 4 lines from the unzipped file to the one on your server:
Code: HTML Select All Collapse
|
</p><p>Newest_Table_Form~==~ <td width="20%" bgcolor="#FFFFFF">\n <table border="0" width="100%" cellspacing="0" cellpadding="2">\n <tr><td width="100%" colspan="2" align="center"><!--Photo--></td></tr>\n <tr><td width="100%" colspan="2" align="center"><a href="<!--Link-->"><font size="1"><!--Title--></font></a></td></tr>\n <tr><td nowrap align="right"><font SIZE="2"><font size="2"><b>[[newest_current_bid]]</b></font></td><td nowrap align="left"><font size="2"><!--Currency--><!--Current_Bid--></font></td></tr>\n <tr><td nowrap align="right"><font SIZE="2"><b>[[newest_end_time]]</b></font></td><td align="left"><font size="2"><!--Time_Left--></font></td></tr>\n </table>\n </td>\n<br />Newest_Table_Form1~==~ <td width="20%" bgcolor="#FFFFFF">\n <table border="0" width="100%" cellspacing="0" cellpadding="2">\n <tr><td width="100%" colspan="2" align="center"><!--Photo--></td></tr>\n <tr><td width="100%" colspan="2" align="center"><a href="<!--Link-->"><font size="1"><!--Title--></font></a></td></tr>\n <tr><td nowrap align="right"><font size="2"><font size="2"><b>[[newest_current_bid]]</b></font></td><td nowrap align="left"><font size="2"><!--Currency--><!--Current_Bid--></font></td></tr>\n <tr><td nowrap align="right"><font size="2"><b>[[newest_end_time]]</b></font></td><td align="left"><font size="2"><!--Time_Left--></font></td></tr>\n </table>\n </td>\n<br />Newest_Table_Row~==~<table border="0" width="100%" cellspacing="2" cellpadding="3" bgcolor="#ffffff">\n <tr><!--Newest_Row--></tr>\n</TABLE>\n<br />Newest_Table_Row1~==~<table border="0" width="100%" cellspacing="2" cellpadding="3" bgcolor="#ffffff">\n <tr><!--Newest_Row--></tr>\n</TABLE>\n<br /></p><p>
|
If you have not done customizations to your classes you can just update this file. After you do these updates, go to your admin center, click on Listing Options, and set these 2 new options: Newest Items Count: Newest Items Columns: If you can not that we can handle this upgrade safely for you for ordering one hour customization $50. Thanks |