-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomer-service.html
61 lines (56 loc) · 2.85 KB
/
customer-service.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<div class="customer-service">
<h1>Customer Service</h1>
<div>
<h2 class="top">Telephone</h2>
<div>
<ul>
<li>Due to call volume, you may receive quicker response with Live Chat or Email Support.</li>
<li>Telephone support services are available 6:30am - 4:00pm (PST) Monday - Friday, excluding all major holidays.</li>
<li>If you prefer to speak with someone directly, you may reach us at 1-(877) 235-0020.</li>
<li>Please leave a message if we are personally unable to take your call, and we will return your message as soon as possible during our regular business hours.</li>
<li>For bulk orders over $3000 or to talk to our purchasing department please call 1-(877) 235-0020.</li>
</ul>
</div>
</div>
<div>
<h2>Live Chat</h2>
<div>
<ul>
<li><span style="font-weight: bold;">For our Live Chat status, check the top right corner of our website.</span></li>
<li>Contact support services are available 6:30am - 4:00pm (PST) Monday - Friday, excluding all major holidays.</li>
<li>If during business hours use our live help support below for an instant response.</li>
<li>If after business hours or weekends please use our email support below and we will get back to you the next business day.</li>
<li>Live Chat is the fastest and easiest way to contact us.</li>
</ul>
</div>
</div>
<div>
<h2>Email Us</h2>
<div class="contact_form">
<form name="eMail" method="post" action="emailform.asp" class="search">
Name<span style="color: red;">*</span>:<br /><input name="Name" value="" size="24" type="text" /><br />
Email<span style="color: red;">*</span>:<br /><input name="Email" value="" size="24" type="text" /><br />
Telephone:<br /><input name="Telephone" value="" size="24" type="text" /><br />
Comment<span style="color: red;">*</span>:<br /><textarea name="Comments" rows="8" cols="75"></textarea><br />
<p><span style="color: red; font-size: 0.8em;">* Required Fields</span></p>
<button type="submit" name="submit" class="button">Submit</button>
<input name="email_From" value="[email protected]" type="hidden" />
<input name="email_To" value="[email protected]" type="hidden" />
<input name="email_Subject" value="Contact Form Submission" type="hidden" />
<input name="email_ThankYou" value="Thank you for submitting your request." type="hidden" />
<input name="email_Redirect" value="" type="hidden" />
<br />
<br />
Please enter the following code into the box provided:<br />$(Verification_Image)<br /><input type="text" name="Verification_Code" />
</form>
</div>
<div style="clear:both;height:10px;width:100%;"></div>
</div>
<div>
<h1>Policies and FAQ</h1>
<ul>
<li>For a comprehensive list of USALight.com's Terms & Conditions, as well as Frequently Asked Questions, visit our <a href="/Articles.asp?ID=249">Policies and FAQ</a> page.
</li>
</ul>
</div>
</div>