Back to site

Contact-footer- -f2-

{{ ------------BEGIN THEME SETTINGS AND CONTROLS------------ }}

{% assign: Contact_Page_Text = "Submit the form below and we will get back to you as soon as possible." %}
{% assign: Your_Address = "21727 Tuba Street" %}
{% assign: City_State_Zip = "Chatsworth, CA 91311" %}
{% assign: Phone_Number = "" %}
{% assign: Email = "[email protected]" %}
{% assign: Customer_Service = "Our online customer service hours are: Monday to Friday, 10:00am to 5:00pm PST Please allow up to 24 hours for a response to your inquiry. Emails sent during non-office hours will be responded to on the next business day." %}
{% assign: Contact_Submit_Success_Message = "Your message has been sent and we will respond as soon as possible." %}

{{ ------------END THEME SETTINGS AND CONTROLS------------ }}
{% if contact.sent %}

{{ Contact_Submit_Success_Message }}

{% else %}
{{ Contact_Page_Text | paragraphs }}
  • {{ store.name }}
  • {{ Your_Address }}
  • {{ City_State_Zip }}

  • Contact Number: {{ Phone_Number }}
  • Contact Email: {{ Email }}
{{ Customer_Service | paragraphs }}
Name
{{ contact | contact_input: 'name' | replace: "id=", "class='input-xlarge' id=" }}
Email
{{ contact | contact_input: 'email' | replace: "id=", "class='input-xlarge' id=" }}
Subject
{{ contact | contact_input: 'subject' | replace: "id=", "class='input-xlarge' id=" }}
Message
{{ contact | contact_input: 'message' | replace: "id=", "rows='10' class='input-xxlarge' id=" }}
Captcha
{{ contact.captcha }}
{{ contact | contact_input: 'captcha' | replace: "id=", "class='input-xlarge' id=" }}
Send
{% endif %}