andrewm57
Hi,
Your problem was php memory too low.
I also did optimize 2 things on your helper.php
+ because of your php memory limit, i have to turn off auto generate thumb for virtuemart product. check line 187
+ also your prices are rounded, so i made some changes on lines 219
, 220
, 222