Auction Product Type - document.getElementById("remain") is null
I have made a new install of 1.3.8 and Auction Product Type 1.0. Was able to add an Auction Products. Products display on Category and New Products pages, but when displaying the product info, I get the "document.getElementById("remain") is null" error. Can anyone tell me what I set up incorrectly or what I am missing.
The breadcrumb displays: Home : Auction Product: "product title".
Thanks,
Rik
Re: Auction Product Type - document.getElementById("remain") is null
Quote:
Originally Posted by
salequest
I have made a new install of 1.3.8 and Auction Product Type 1.0. Was able to add an Auction Products. Products display on Category and New Products pages, but when displaying the product info, I get the "document.getElementById("remain") is null" error. Can anyone tell me what I set up incorrectly or what I am missing.
The breadcrumb displays: Home : Auction Product: "product title".
Thanks,
Rik
I never had that type of error popup before... you may have missed installing a page or the page wasn't uploaded completely. I would go through and upload all the pages once more and see if that fixes things.
A link to the site would help.....
Re: Auction Product Type - document.getElementById("remain") is null
I have re-installed everything from scratch several times. I am testing on a windows system. The error does not appear as a pop-up. I can see the error when viewing errors in either firefox or explorer browsers. Can you tell me in what page/file the ID "remain" is defined?
I have copied the .99a version files to the install and the product info displays fine, but I would rather be using the latest version if possible.
I am new to this and I am sorry if I sound rather ignorant.
Thank you,
Rik
Re: Auction Product Type - document.getElementById("remain") is null
Quote:
Originally Posted by
salequest
I have re-installed everything from scratch several times. I am testing on a windows system. The error does not appear as a pop-up. I can see the error when viewing errors in either firefox or explorer browsers. Can you tell me in what page/file the ID "remain" is defined?
I have copied the .99a version files to the install and the product info displays fine, but I would rather be using the latest version if possible.
I am new to this and I am sorry if I sound rather ignorant.
Thank you,
Rik
'remain' is used in the javascript for doing the countdown clock on the product page.
includes\modules\pages\product_auction_info\jscript_main.php
includes\templates\YOUR_TEMPLATE\templates\tpl_product_auction_info_display.php
It more then likely is in error if your testing server doesn't produce a time setting. Never tested on a Windows server, only Apache running on both Linux and windows. The script grabs the time from the server during page load.
Quote:
I am new to this and I am sorry if I sound rather ignorant.
No problem... If I can't reproduce the error, I don't know what to say.. I can't see your system or what's making the error. I'm also assuming 'Windows server' is IIS, and not Apache.