QUOTE (Brian-Bear @ May 27 2008, 01:57 PM)

OK sorted a fix that works a little better
in includes/modules/payment/paypal.php find around line 75
CODE
function confirmation() {
return false;
and replace with this
function confirmation() {
return array('title' => MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION);
Now your description should show up at the bottom of the checkout_confirmation.php page before tranfering to paypal
hey brian,
i'm trying to install paypal and on the paypal site it states that if you want to have your customer returned to your site you need to add some sort of verbage stating you need the customer to return to your site. is this what you are talking about? i'm trying to figure all this paypal out. i appreciate any help.
thanks m