On the checkout page, change the code for the else statement to:
<?php
} else {
if (isset($_POST["PayPal_ExpressCheckout_button_x"])) {
$DinkyCart->redirStr = "http://www.dinkyfingerprint.co.uk/confirm.php"
}
}
?>
on the confirm page, use this code for the else statement:
<?php
} else {
if (isset($_POST["Submit_order_x"])) {
$DinkyCart->redirStr = "http://www.dinkyfingerprint.co.uk/success.php"
}
}
?>