Alright, upon updating to 3.3.1 of WordPress Prospress 'breaks' and you get the following error on the auction index page;
Fatal error: Call to a member function the_winning_bid_value() on a non-object
Now, you fix that error by changing lines 33 and 34 of the index page for prospress to the following code;
<?php if ( $pp_loop->have_posts() ) : while ( $pp_loop->have_posts() ) : $pp_loop->the_post(); ?>
This fixes the error completely... until using Suffusion Commerce Pack in order to fix the template issue. I've tried messing around on it to fix the error, but have no idea how to.
Any one have any idea at all how to fix this error?
