Lloyd,
add the following code to includes/languages/english/YOUR_TEMPLATE/returns.php
save the file and upload to your server.PHP Code:define('STORE_TEXT', 'The following request has been received:<br />');
This should fix the that problem.
In includes/modules/pages/returns/header_php.php
find the following code:
replace the entire block with the following:PHP Code:"Action Requested" . "\n" .
$action . "\n" .
'------------------------------------------------------' . "\n" .
"Reason:" . $reason . "\n" .
'------------------------------------------------------' . "\n" .
Save the file and upload to your server.PHP Code:"Action Requested:" . "\t" . $action . "\n" .
'------------------------------------------------------' . "\n" .
"Reason:" . "\t" . $reason . "\n" .
'------------------------------------------------------' . "\n" .


Reply With Quote
