I don't know what you did to the last version of DPP but it's working again on my site! 
Sorry to add to your workload.
I am still having a problem with items that do not have a base price of $0 generating incorrect prices. I noticed that you tweaked the jscript_ajax_updater.php file to try to stop it from happening and I also tried the suggestion you made a few posts back and changed
PHP Code:
if (empty($pidp)) $load = false;
to
PHP Code:
if ((float)$pibp > 0) $load = false;
(after the first statement didn't work, of course) but the wrong price is still showing.
I tried turning off the featured products column that's active on the product info pages without attributes and it works perfectly.
If you get around to it, I would really appreciate any suggestions of how to modify the code so I can get this to work on all of my product info pages.
Thanks in advance!
Bookmarks