Hi all,
I have come up with a tempory way of informing your customers if they have had a problem whilst making a payment 
First off you will need to create an ez page, so go to admin/tools/ez-pages and click the new file button.
Then enter whatever message you want you customers to see. At the top of the ez-page use the following settings
opens new window = no
page is SSL = yes
header = no
sidebox = no
footer = no
TOC = no
Chapter number = leave this as 0
and enter your own page title and click the update button.
~DO NOT put anything in the internal or external URL link~
Now take note of the id number for your new page (it will be listed on the left hand side)
Next go to https://www.yourwebsite.address/index.php?main_page=page&id=ID number (replace the yourwebsite.address and ID number with you details) and you should see your new ez-page, copy the full url.
Last bit
using a good text editor (such as notepad++) open the file includes/modules/payment/sagepay_form.php and find this line
Code:
$plain .= "FailureURL=" . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true) . "&";
replace the zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true) part with your ez-page url you copied earlier and inclose the url within speech marks, so you should have a line like this
Code:
$plain .= "FailureURL=" . "https://www.yourwebsite.address/index.php?main_page=page&id=ID number" . "&";
Save the file and upload it to where it belongs ( includes/modules/payment/sagepay_form.php) ... your done 
Hope this helps untill I can get time to code the backend of the module
Nixak
Bookmarks