{{ START CUSTOM OPTIONS }}

{{ ADDRESS }} {{ *See NOTE 1 }}
{% assign address_title_line_1 = '' %} {{ Optional - omitted if left blank *See NOTE 2 }}
{% assign address_title_line_2 = '' %} {{ Optional - defaults to store name if left blank *See NOTE 2 }}
{% assign address_street = '' %} {{ *See NOTE 3 }}
{% assign address_city = '' %} {{ *See NOTE 3 }}
{% assign address_state = '' %} {{ *See NOTE 3 }}
{% assign address_zip_code = '' %} {{ *See NOTE 3 }}
{% assign address_country = '' %} {{ *See NOTE 3 }}
{% capture right_column_notes %}
Replace this text with content to be displayed in the right column,
e.g. additional postal address, business hours, etc. Multiple lines and HTML are allowed.
If street address is included, this content will be displayed directly after the address.
{% endcapture %}
{% assign show_google_map = 'yes' %} {{ Enter 'yes' or 'no' }}
{% assign google_map_zoom_level = '15' %} {{ *See NOTE 4 }}

{{ NOTES }}
{{ *NOTE 1: Enter address details and/or notes to publicly display these details on your contact page. }}
{{ *NOTE 2: Title of your address, will default to blank line 1 and your store name on line 2. You may wish to enter your name in line 1 for example, and/or use an extended business name in line 2. }}
{{ *NOTE 3: Enter address details in the format defined by your country's postal service, e.g address street in the format '123 Smith Street', address state in format 'OR', address country in format 'United States' etc. }}
{{ *NOTE 4: Enter a whole number to set the zoom level of your Google Map, we recommended a value within the range 10 to 16 }}

{{ END CUSTOM OPTIONS }}

{% assign need_right_col = 'no' %} {% if address_title_line_1 != blank or address_street != blank %}{% assign need_right_col = 'yes' %}{% endif %} {% if right_column_notes != blank %}{% unless right_column_notes contains 'Replace this text with' %}{% assign need_right_col = 'yes' %}{% endunless %}{% endif %} {% if need_right_col == 'yes' %}
{% endif %} {% if contact.sent %}

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

{% else %}

Special Orders allow for our customers who appreciate the look and Feel of a Khoi Le product however do not find a specific product that they are looking for in the shop. Or If they wish to request a particular color or specialty change in design. The Special order allows the customer to source their own leather through the help and advice of Khoi Le as well as the design and other special needs for the leather goods.

Name {{ contact | contact_input: 'name' }} Email {{ contact | contact_input: 'email' }} Subject {{ contact | contact_input: 'subject' }} Message {{ contact | contact_input: 'message' }}

Send

{% endif %} {% if need_right_col == 'yes' %}
{% if address_title_line_1 != blank or address_street != blank %}

{% if address_title_line_1 != blank %}{{ address_title_line_1 }}
{% endif %} {% if address_title_line_2 != blank %}{{ address_title_line_2 }}
{% elsif address_street != blank %}{{ store.name }}
{% endif %} {% if address_street != blank %}{{ address_street }}
{% endif %} {% if address_city != blank or address_state != blank or address_zip_code != blank %}{{ address_city }}, {{ address_state }} {{ address_zip_code }}
{% endif %} {% if address_country != blank %}{{ address_country }}
{% endif %}

{% endif %} {% if right_column_notes != blank %}{% unless right_column_notes contains 'Replace this text with' %}
{{ right_column_notes | paragraphs }}
{% endunless %}{% endif %} {% if show_google_map == 'yes' and address_street != blank %} {% if google_map_zoom_level == blank %}{% assign google_map_zoom_level = '15' %}{% endif %} {% endif %}
{% endif %}