wilbroek,
Thanks for the FCKEditor code. I downloaded and installed the mod and installed your code. It works fine
To allow a bidder to outbid themselves ONLY if the current bid is lower than the reserve price you need to replace 1 line of code in
......./includes/templates/template_default/templates/tpl_product_auction_info_display.php
Line 167
FROM:
<?php if ($customer_high_bidder != $_SESSION['customer_id']) { ?>
TO:
<?php if (($customer_high_bidder != $_SESSION['customer_id']) || ($products_reserve_price > $auction_current_bid)) { ?>
It works on my machine :-)
Both code changes will be in V.99. So far those are the only 2 changes, so I dont have any plans now to post an update. At some point, I will do it anyway just for completeness.
If you send on the Dutch translation modules, I would be happy to include them in the source tree. PM me if you are interested and I will send you my email address.
AHB
Bookmarks