CONTACT US

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

{% capture Contact_Page_Intro_Text %}

We strive to make sure that all of our customers are 100% satisfied! Please reach out to us with any concerns or questions. When emailing, please include your first and last name, address, telephone number, and order number (if applicable).

{% endcapture %}

{% assign: Contact_Email_Label = "Contact Email:" %}
{% assign: Contact_Phone_Label = "Contact Number:" %}

{% assign: Your_Address = "452 E Silverado Ranch Blvd # 509" %}
{% assign: City_State_Zip = "Las Vegas NV 89183-6290" %}
{% assign: Phone_Number = "310-929-0661" %}
{% assign: Email = "[email protected]" %}

{% capture Contact_Submit_Success_Message %}

Your message has been sent and we will respond as soon as possible.

{% endcapture %}

{{ ------------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_Phone_Label }} {{ Phone_Number }}
  • {{ Contact_Email_Label }} {{ 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 %}