Hi!
I'm trying to add a module that allows a different kind of special price, one that increases automatically every 5 minutes until it reaches the base price. I've added some modifications to the specials table and specials page in admin so that i can specify the start time and end time of this kind of special offer but i don't know where/how to implement it for the user to see it. Apart from modifying tpl_specials_default.php, should I hack the zen_get_products_display_price()? Is there a better way?