Owner Information
Name{{ quote.ownerFirstName }} {{ quote.ownerLastName }}
{% if quote.corporationName %}
Corporation{{ quote.corporationName }}
{% endif %}
{% if quote.storeCount %}
Stores{{ quote.storeCount }}
{% endif %}
{% if quote.ownerAddress %}
Address{{ quote.ownerAddress }}{% if quote.ownerCity %}, {{ quote.ownerCity }}{% endif %}{% if quote.ownerState %}, {{ quote.ownerState }}{% endif %} {{ quote.ownerZip }}
{% endif %}
{% if quote.ownerPhone %}
{% endif %}
{% if quote.ownerEmail %}
{% endif %}
{% if quote.referredBy %}
Referred By{{ quote.referredBy }}
{% endif %}
Store Information
{% if quote.storeName %}
Store Name{{ quote.storeName }}
{% endif %}
{% if quote.storePhone %}
Store Phone{{ quote.storePhone }}
{% endif %}
{% if quote.storeNumber %}
Store #{{ quote.storeNumber }}
{% endif %}
{% if quote.storeAddress %}
Address{{ quote.storeAddress }}{% if quote.storeCity %}, {{ quote.storeCity }}{% endif %}{% if quote.storeState %}, {{ quote.storeState }}{% endif %} {{ quote.storeZip }}
{% endif %}
{% if quote.emailProvider %}
Email Provider{{ quote.emailProvider }}{% if quote.emailProviderOther %} ({{ quote.emailProviderOther }}){% endif %}
{% endif %}
{% if quote.loyaltyProvider %}
Loyalty Provider{{ quote.loyaltyProvider }}{% if quote.loyaltyProviderOther %} ({{ quote.loyaltyProviderOther }}){% endif %}
{% endif %}
{% if quote.marketingFirm %}
Marketing Firm{{ quote.marketingFirm }}
{% endif %}
Package & Configuration
Package
{% if quote.basePackage == 'full' %}Full Package
{% elseif quote.basePackage == 'qr_only' %}QR Code Only
{% elseif quote.basePackage == 'kiosk' %}Kiosk Stand / Tablet Only
{% else %}{{ quote.basePackage }}{% endif %}
{% if quote.labelPrinter %}
Label Printer{{ quote.labelPrinter }}
{% endif %}
{% if quote.ethernetLength %}
Ethernet Cable{{ quote.ethernetLength }}
{% endif %}
{% if quote.networkSwitch %}
Network Switch{{ quote.networkSwitch }}
{% endif %}
{% if quote.dlScanning %}
DL Scanning{{ quote.dlScanning }}
{% endif %}
{% if quote.digitalSign %}
Digital Signage{{ quote.digitalSign }}
{% endif %}
{% if quote.tvSize %}
TV Size{{ quote.tvSize }}"
{% endif %}
{% if quote.tvCount %}
TV Count{{ quote.tvCount }}
{% endif %}
{% if quote.tvMount %}
TV Mount{{ quote.tvMount }}
{% endif %}
{% if quote.standColor %}
Stand Color{{ quote.standColor }}
{% endif %}