Quote Originally Posted by Fez-o Joe View Post
OK Dave (and everyone else...) this will flip your noodle:
Remember that tpl_ pages deal mostly with display and a little bit of coding. the main work horse is the header and main variable files. includes\pages\ PAGEID

I just rechecked the includes\modules\pages\product_auction_info\main_template_vars.php in my upload... for this line
Code:
$products_buynow_price = $product_info->fields['bid_buynow_price'];
this line sets the buy-now price. If this line is changed or the sql statement is missing pae.bid_buynow_price then it will be massed up.... another possibility is the currency. I only tested in US dollars, tax and such.... but checking both catalog and admin, the buy-now price looks right to me and is working in my tests!

What happens in the logic is the product price starts out as the 'start-price', a high bid replaces the product price and keeps going until the date and time ends. The buynow price jumps in when click on and goes through the zencart default buynow system.... not the auction code. If checkout completes, the auction closes at the buynow price and replaces the product price for tracking.. If thy delete the item out of there shopping cart... the last bid is still in place as the current product price.

Another thought... is your buynow turned on for the site! mine is set to 1300 in layout... the cart buynow... not just the auction one.