VirtueMart 1.1 nightly build Rev.1381
IE7
J! 1.5.2
button_ok.png is missing.
These files are calling <img src="<?php echo IMAGEURL ?>ps_image/button_ok.png"
/administrator/components/com_virtuemart/html/checkout.result.php
/administrator/components/com_virtuemart/html/checkout.freepay_result.php
/administrator/components/com_virtuemart/html/checkout.danhost_result.php
/administrator/components/com_virtuemart/html/checkout.2Checkout_result.php
/administrator/components/com_virtuemart/html/checkout.dandomain_result.php
/administrator/components/com_virtuemart/html/checkout.wannafind_result.php
Maybe the path must be <img src="<?php echo VM_THEMEURL ?>images/button_ok.png"
This was fixed in build 1377 (I have not confirmed the fix).
Tracker URL http://dev.virtuemart.net/cb/issue/2028
The button_ok.png is not in IMAGEURL ?>ps_image folder anymore.
It´s in VM_THEMEURL ?>images/button_ok.png.
Those files calls <?php echo IMAGEURL ?>ps_image/button_ok.png.
I check SVN and nightly build Rev.1381
Can you check too ?