Hi Everyone,
With regard to the auto relist function, I have an unusual situation that I need help with.My site has (auto relist until sold) feature which is the default function for all new listings. The hold period for relisting is 5 years, which means that the listing will automatically relist every 14 days for 5 years or until deleted or sold.
My concern is with the page view script. I has been generaly agreed that a 14 days listing time is the optimum listing time because if someone wants to make a bid on your item, they will generally wait until the last 1-2 days before making a bid.
At the end of the 14 days if the listing is unsold, the script will relist giving the listing a NEW item number, and a new counter number, deleting the old listing and counter file. If the old counter file has a page view number in it like 53, then the new counter file will have the default number 1 in it. From the users point of view, if he visits his listing and sees only the 1 view, he will get the false idea that nobody has seen his listing when in fact 53 people have seen his listing. I would feel much better knowing that at least 53 people have seen my listing rather than only 1.
I would like to modify the script that relists so that the page view number in the counter .dat file is saved as a temporary number before the counter .dat file is deleted. After the new counter .dat file is created, the old saved number would be added to the new counter .dat file.
This modification is rather IMPORTANT to my site because of the 5 year hold period of the listings.
--------------------------------------------------------------
The second part of the modification would be to delete the script that closes the listing when the 5 year period has been reached. I would not like to be the user who must manually relist 1000-2000 listings.
Any ideas would be greatly appreciated.