WHOLESALE
{{ ## START CUSTOM OPTIONS ## }}
{{ REFER TO NOTES AT: http://support.aarcadethemes.com/extras-wholesale-order-form/ }}
{{ REQUIRED SETTINGS }}
{% assign big_cartel_domain = 'kyyote' %}
{{ TITLES & CONTENT }}
{% capture form_intro %}
Wholesale Order Form
--------------------------------------------------------------
- New store (first purchase) minimum of 10 pieces.
- 2-4 weeks delivery date from purchase confirmation.
{% capture add_to_cart_notes %}
{% endcapture %}
{% capture form_outro %}
{% endcapture %}
{% assign pop_up_image_viewer_colour = '1' %}
{{ STORE & PRODUCTS }}
{% assign enable_inventory_management = 'no' %}
{% assign wholesale_discount_percentage = '50' %}
{% assign minimum_order_value = '0' %}
{% assign hide_sold_out_products = 'no' %}
{% assign hide_coming_soon_products = 'yes' %}
{% assign include_or_exclude_category_list = 'exclude' %}
{% capture category_list %}
{% endcapture %}
{% assign show_per_product_categories = 'no' %}
{% assign order_by_category = 'yes' %}
{{ USERNAME PROTECTED }}
{% assign password_phrase = 'KYWHL2015SSFW' %}
{% capture sign_in_intro %}
If you do not have a password, please [[requestlink: submit a wholesale account request]].
{% endcapture %}
{% assign request_link_subject = 'Wholesale Order Request' %}
{% assign request_link_message_intro = 'Please enter the details of your business below:' %}
{{ LOVE }}
{% assign display_made_with_aarcade_link = 'no' %}
{{ #### END CUSTOM OPTIONS #### }}
{{ ## START ADMIN - DO NOT EDIT ## }}{% capture rlnk %}{% endcapture %}{{ ## END ADMIN ## }}
{% if page.full_path contains '?ids=' %} {% capture ids %}{{ page.full_path | remove: page.url | remove: '?ids=' | replace: '-', ' ' }}{% endcapture %} {{ ids }} {% else %}var aarcadewhS = '{{ store.url }}';
var aarcadewhP = '{{ page.full_url }}';
var aarcadewhjs = '{{ "api" | theme_js_url }}';
var aarcadewhU = '{{ big_cartel_domain | remove: ' ' }}';
var aarcadewhHs = '{{ hide_sold_out_products | remove: ' ' }}';
var aarcadewhHc = '{{ hide_coming_soon_products | remove: ' ' }}';
var aarcadewhDc = '{{ wholesale_discount_percentage | remove: ' ' | remove: '%' }}';
var aarcadewhPc = '{{ show_per_product_categories | remove: ' ' }}';
var aarcadewhOc = '{{ order_by_category | remove: ' ' }}';
var aarcadewhMo = '{{ minimum_order_value | remove: ' ' | remove: store.currency.sign | remove: ',' }}';