In observance of Independence Day we'll be closed on Tuesday July 4th. We'll be open the rest of the week.
Contact Us
$Sendto = array('sales@viatrading.com');
$ErrorMessage = $Spanish ? 'Enviar un Mensaje' : 'Send Us A Message';
if (isset($_POST['field']) && filter_var($_POST['field']['Email'], FILTER_VALIDATE_EMAIL)) {
$response = (array)json_decode(file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=6LfEqGUbAAAAABa9-3DyHl_RLb9HgYtqqGrO9dkS&response=".$_POST['g-recaptcha-response']."&remoteip=".$_SERVER['REMOTE_ADDR']));
WriteToSession('UPDATE', array('ArrDebug','reCaptcha'), array('$_POST'=>$_POST,'$response'=>$response));
if (!empty($response['success']) && empty($_POST['something'])) {
if (!function_exists('SendInternalEmail')) include $_SERVER['DOCUMENT_ROOT'].'/dv/includes/livesitefunctions.php';
$Message = '';
foreach($_POST['field'] as $key => $value) {
$Message .= $key.': '.$value."";
}
$Message .= ($Spanish ? "Mensaje: " : "Message: ").$_POST['Message'].'';
if (SendInternalEmail($Sendto,($Spanish ? 'Formulario de Via Trading' : 'Via Trading Contact Form'),$Message,true,false,'support@viatrading.com',$_POST['field']['Email'])) {
$ErrorMessage = ($Spanish ? 'Hemos recibido su mensaje. Por favor espere ' : 'We have received your message. Please expect ').($_POST['field']['Contact_Method']=='Phone' ? ($Spanish ? 'una llamada' : 'a call') : ($Spanish ? 'un correo nuestro' : 'an email')).($Spanish ? ' pronto. Gracias por contactar a Via Trading.' : ' from us shortly. Thank you for contacting Via Trading.');
} else {
$ErrorMessage = $Spanish ? 'Hubo un problema al enviar su aplicación. Por favor pruebe otra vez.' : 'There was a problem sending your message. Please try again.';
}
} else {
$ErrorMessage = $Spanish ? 'Hubo un problema al enviar su aplicación. Por favor pruebe otra vez.' : 'There was a problem sending your message. Please try again.';
}
}
?>
=$Spanish ? 'Visítenos' : 'Visit'?>
2520-2540 Industry Way, Lynwood, CA 90262 =$Spanish ? 'Horas:': 'Hours:'?> =$Spanish ? 'De Lunes a Viernes de 8:00 am hasta 6:00 pm PST': 'Monday-Friday 8:00 am to 6:00 pm PST'?>
=$Spanish ? 'Hacemos un seguimiento de los correos electrónicos 7 días a la semana. Envíenos un email a': 'We monitor emails 7 days a week. Send us an email at'?> =$Spanish ? 'ventas': 'sales'?>@viatrading.com =$Spanish ? 'o llene este formulario': 'or fill and send the form below'?>.