Re: Return Authorization Module (RMA)

Originally Posted by
clydejones
for the phone number problem - open includes/modules/pages/returns/header_php.php
find the following code and add the highlighted portion:
Code:
$error = false;
if (isset($_GET['action']) && ($_GET['action'] == 'send')) {
$name = zen_db_prepare_input($_POST['contactname']);
$email_address = zen_db_prepare_input($_POST['email']);
$telephone = zen_db_prepare_input($_POST['telephone']);
Save the edited file and upload to your server.
I've been unable to duplicate the "State" problem it is working OK on my test site.
Let me work a bit more and see it I can come up with a solution.
Thank you once again Clyde! That solved the phone# issue. Works great and that was the most important issue. We tend to call our customers who have a problem.
I'll finish that project tomorrow, I've made enough mistakes today!