John..
Time will give you a headache.. it starts out with the time you entered into the product information for ending date and hour, then takes the server time to start the count down.
$actualDate = time();
includes\modules\pages\product_auction_info\header_php.php
lines 43 - 73
For the countdown clock to deal with timezones, I didn't have time to try out all the possibilities. The product time should be the same as your shop...
I missed the 'ask a question' in includes\templates\YOUR_TEMPLATE\templates\tpl_product_auction_info_display.php
line 265 - 270
If your not using that mod, delete the code for it.
Code:
<!-- Ask a question -->
<td id="askQuestion">
<?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id='
. $_GET['products_id']) . '" rel="nofollow">' .
zen_image_button(BUTTON_IMAGE_ASK_A_QUESTION, BUTTON_ASK_A_QUESTION_ALT) .
'</a>'; ?></td>
Bookmarks