Hi. After your yesterday changes I forgot, that I moded a donation code before.
And found some conflict in single-product.php.
I replaced <?php if(!wpsc_product_is_donation()) : ?> in line 152
with <?php if(wpsc_product_is_donation()) : ?>
And that’s the reason, that if I need to show the exact price, I have to check the “donation” box.
I’m sorry, I haven’t warned you before you made changes.
Now I returned it back and will be pleased if you help me again.