The recent 1.0.11 release of VirtueMart contained errors in two files that caused the following problems:

  1. When a shopper enters and submits a coupon, a fatal error occurs that stops PHP execution. (ps_coupon.php)
  2. When a shopper clicks 'Confirm' at the end of the checkout process, the chosen payment method's extra code is not run correctly. This can result in a blank page and the payment process not being completed (for example, no PayPal transaction occurs). (checkout.thankyou.php)

To address these problems, we have released corrected versions of the following files:
 - ps_coupon.php
 - checkout.thankyou.php

To apply this fix, download the hotfix , extract these files to a temporary directory and replace your current versions of the files with these corrected copies.