www.visionworks.com Open in urlscan Pro
2.16.186.184  Public Scan

Submitted URL: https://click.e.vsp.com/?qs=f6f7e01e9cd581cefa1fb87095eb61af7ff4776cfffc31626170f9474160625f3b0774e3e36d2c9e21dd4dd18039...
Effective URL: https://www.visionworks.com/special-offers?utm_source=vsp&utm_medium=email&utm_campaign=072022&utm_confid=vlu3qjj18&kx_campa...
Submission: On July 21 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST //www.visionworks.com/search?_DARGS=/storefront/cartridges/searchBox/searchBox.jsp

<form role="form" class="navbar-form navbar-right form-search ui-front" method="post"
  data-bind="submit: function(data, event) { $data['elements']['customSearch'].handleSearch.bind($data['elements']['customSearch'], $data['elements']['customSearch'], event)() }, event: { keydown : $data['elements']['customSearch'].handleKeyPress }"
  action="//www.visionworks.com/search?_DARGS=/storefront/cartridges/searchBox/searchBox.jsp">
  <!-- ko with: $data['elements']['customSearch'] -->
  <label class="label-hidden" data-bind="widgetLocaleText :'searchLabel'">Search</label>
  <div class="input-group search">
    <div class="searchInput" id="searchContainer" aria-label="Search">
      <input id="CC-headerWidget-Search" type="text" class="form-control search-query" autocomplete="off" aria-labelledby="searchContainer"
        data-bind="widgetLocaleText: {attr: 'placeholder', value: 'searchLabel'}, value: searchText, valueUpdate: 'afterkeydown', onRender:initializeSearch.bind($parent), event: { focus: searchSelected, blur: searchDeselected}" placeholder="Search">
      <span class="input-group-btn">
        <button type="submit" id="searchSubmit" class="btn btn-default btn-search form-control" data-bind="event: { keydown : hideSearchDropdown}">
          <i class="fa fa-search fa-lg hidden-sm hidden-xs" aria-hidden="true"></i>
          <span class="visible-sm visible-xs">GO</span>
          <span class="sr-only" data-bind="widgetLocaleText :'searchLabel'">Search</span>
        </button>
      </span>
    </div>
  </div>
  <!-- /ko -->
</form>

Name: toggleInsuranceFormPOST /cartridges/headerInsurance/headerInsurance.jsp?_DARGS=/storefront/cartridges/headerInsurance/headerInsurance.jsp.toggleInsuranceForm

<form id="toggleInsuranceForm" name="toggleInsuranceForm" action="/cartridges/headerInsurance/headerInsurance.jsp?_DARGS=/storefront/cartridges/headerInsurance/headerInsurance.jsp.toggleInsuranceForm" method="post">
</form>

POST //www.visionworks.com/search?_DARGS=/storefront/cartridges/searchBox/searchBox.jsp

<form role="form" class="navbar-form navbar-right form-search ui-front" method="post"
  data-bind="submit: function(data, event) { $data['elements']['customSearch'].handleSearch.bind($data['elements']['customSearch'], $data['elements']['customSearch'], event)() }, event: { keydown : $data['elements']['customSearch'].handleKeyPress }"
  action="//www.visionworks.com/search?_DARGS=/storefront/cartridges/searchBox/searchBox.jsp">
  <!-- ko with: $data['elements']['customSearch'] -->
  <label class="label-hidden" data-bind="widgetLocaleText :'searchLabel'">Search</label>
  <div class="input-group search">
    <div class="searchInput" id="searchContainer" aria-label="Search">
      <input id="CC-headerWidget-Search" type="text" class="form-control search-query" autocomplete="off" aria-labelledby="searchContainer"
        data-bind="widgetLocaleText: {attr: 'placeholder', value: 'searchLabel'}, value: searchText, valueUpdate: 'afterkeydown', onRender:initializeSearch.bind($parent), event: { focus: searchSelected, blur: searchDeselected}" placeholder="Search">
      <span class="input-group-btn">
        <button type="submit" id="searchSubmit" class="btn btn-default btn-search form-control" data-bind="event: { keydown : hideSearchDropdown}">
          <i class="fa fa-search fa-lg hidden-sm hidden-xs" aria-hidden="true"></i>
          <span class="visible-sm visible-xs">GO</span>
          <span class="sr-only" data-bind="widgetLocaleText :'searchLabel'">Search</span>
        </button>
      </span>
    </div>
  </div>
  <!-- /ko -->
</form>

Name: formLookUpMemberPOST #

<form id="formLookUpMember" name="formLookUpMember" action="#" method="post" novalidate="novalidate" class="memberLookupForm">
  <p class="help-block"><em>All fields required.</em></p>
  <div class="alert alert-danger hidden memberlookupCommonError" role="alert"> Please correct the errors indicated below.</div>
  <div class="alert alert-danger backend-error hidden" role="alert"> We are sorry, insurance shopping is not currently available.</div>
  <div class="alert alert-danger backend-error communication-error hidden" role="alert"> We are sorry, insurance shopping is not currently available.</div>
  <div class="row">
    <div class="form-group col-sm-6 col-xs-12">
      <label id="inputMemberId00" aria-label="Member ID">Member ID</label> <!-- removed for="inputMemberId" -->
      <input aira-labelledby="inputMemberId00" id="inputMemberId" placeholder="Member ID" name="memberId" value="" class="form-control" type="text" autocomplete="off" aria-label="Member ID"
        data-bind="validatableValue:memberId, validationElement: memberId" aria-describedby="member-id-error" required="required">
      <div class="member-error" id="member-id-error" data-bind="validationMessage: memberId" role="alert" style="display: none;"></div>
    </div>
  </div>
  <filedset>
    <legend>Name</legend>
    <div class="row">
      <div class="form-group col-sm-6 col-xs-12 ">
        <input placeholder="First Name" name="memberFirstName" value="" class="form-control" type="text" autocomplete="off" aria-label="First Name" data-bind="validatableValue:memberFirstName, validationElement: memberFirstName"
          aria-describedby="member-firstname-error" required="required">
        <div class="member-error" id="member-firstname-error" data-bind="validationMessage: memberFirstName" role="alert" style="display: none;"></div>
      </div>
      <div class="form-group col-sm-6 col-xs-12 ">
        <input placeholder="Last Name" name="memberLastName" value="" class="form-control" type="text" autocomplete="off" aria-label="Last Name" data-bind="validatableValue:memberLastName, validationElement: memberLastName"
          aria-describedby="member-lastname-error" required="required">
        <div class="member-error" id="member-lastname-error" data-bind="validationMessage: memberLastName" role="alert" style="display: none;"></div>
      </div>
    </div>
  </filedset>
  <div class="row">
    <div class="col-md-6 col-sm-8 col-xs-12">
      <fieldset class="form-group form-group-date form-group-">
        <legend class="control-label">Date of Birth</legend>
        <div class="row">
          <div class="col-xs-4">
            <span class="ui-select ui-select-a">
              <select name="memberMonth" class="form-control" autocomplete="off" type="text" aria-label="Month for Date of Birth" data-bind="validatableValue:memberDOBStartMM, validationElement: memberDOBStartMM" aria-describedby="member-date-error"
                required="required">
                <option selected="" value="">MM</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
              </select>
            </span>
          </div>
          <div class="col-xs-4">
            <span class="ui-select ui-select-a">
              <select name="memberDay" class="form-control" autocomplete="off" type="text" aria-label="Day for Date of Birth" data-bind="validatableValue:memberDOBStartDate, validationElement: memberDOBStartDate" aria-describedby="member-date-error"
                required="required">
                <option selected="" value="">DD</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
                <option value="13">13</option>
                <option value="14">14</option>
                <option value="15">15</option>
                <option value="16">16</option>
                <option value="17">17</option>
                <option value="18">18</option>
                <option value="19">19</option>
                <option value="20">20</option>
                <option value="21">21</option>
                <option value="22">22</option>
                <option value="23">23</option>
                <option value="24">24</option>
                <option value="25">25</option>
                <option value="26">26</option>
                <option value="27">27</option>
                <option value="28">28</option>
                <option value="29">29</option>
                <option value="30">30</option>
                <option value="31">31</option>
              </select>
            </span>
          </div>
          <div class="col-xs-4 col-year">
            <span class="ui-select ui-select-a">
              <select name="memberYear" class="form-control" autocomplete="off" type="text" aria-label="Year for Date of Birth"
                data-bind="validatableValue:memberDOBStartYear, validationElement: memberDOBStartYear,options: $parent.memberDOBStartYearList,value: $data.memberDOBStartYear,optionsCaption: 'YYYY', valueAllowUnset: true"
                aria-describedby="member-date-error" required="required">
                <option value="">YYYY</option>
                <option value="2022">2022</option>
                <option value="2021">2021</option>
                <option value="2020">2020</option>
                <option value="2019">2019</option>
                <option value="2018">2018</option>
                <option value="2017">2017</option>
                <option value="2016">2016</option>
                <option value="2015">2015</option>
                <option value="2014">2014</option>
                <option value="2013">2013</option>
                <option value="2012">2012</option>
                <option value="2011">2011</option>
                <option value="2010">2010</option>
                <option value="2009">2009</option>
                <option value="2008">2008</option>
                <option value="2007">2007</option>
                <option value="2006">2006</option>
                <option value="2005">2005</option>
                <option value="2004">2004</option>
                <option value="2003">2003</option>
                <option value="2002">2002</option>
                <option value="2001">2001</option>
                <option value="2000">2000</option>
                <option value="1999">1999</option>
                <option value="1998">1998</option>
                <option value="1997">1997</option>
                <option value="1996">1996</option>
                <option value="1995">1995</option>
                <option value="1994">1994</option>
                <option value="1993">1993</option>
                <option value="1992">1992</option>
                <option value="1991">1991</option>
                <option value="1990">1990</option>
                <option value="1989">1989</option>
                <option value="1988">1988</option>
                <option value="1987">1987</option>
                <option value="1986">1986</option>
                <option value="1985">1985</option>
                <option value="1984">1984</option>
                <option value="1983">1983</option>
                <option value="1982">1982</option>
                <option value="1981">1981</option>
                <option value="1980">1980</option>
                <option value="1979">1979</option>
                <option value="1978">1978</option>
                <option value="1977">1977</option>
                <option value="1976">1976</option>
                <option value="1975">1975</option>
                <option value="1974">1974</option>
                <option value="1973">1973</option>
                <option value="1972">1972</option>
                <option value="1971">1971</option>
                <option value="1970">1970</option>
                <option value="1969">1969</option>
                <option value="1968">1968</option>
                <option value="1967">1967</option>
                <option value="1966">1966</option>
                <option value="1965">1965</option>
                <option value="1964">1964</option>
                <option value="1963">1963</option>
                <option value="1962">1962</option>
                <option value="1961">1961</option>
                <option value="1960">1960</option>
                <option value="1959">1959</option>
                <option value="1958">1958</option>
                <option value="1957">1957</option>
                <option value="1956">1956</option>
                <option value="1955">1955</option>
                <option value="1954">1954</option>
                <option value="1953">1953</option>
                <option value="1952">1952</option>
                <option value="1951">1951</option>
                <option value="1950">1950</option>
                <option value="1949">1949</option>
                <option value="1948">1948</option>
                <option value="1947">1947</option>
                <option value="1946">1946</option>
                <option value="1945">1945</option>
                <option value="1944">1944</option>
                <option value="1943">1943</option>
                <option value="1942">1942</option>
                <option value="1941">1941</option>
                <option value="1940">1940</option>
                <option value="1939">1939</option>
                <option value="1938">1938</option>
                <option value="1937">1937</option>
                <option value="1936">1936</option>
                <option value="1935">1935</option>
                <option value="1934">1934</option>
                <option value="1933">1933</option>
                <option value="1932">1932</option>
                <option value="1931">1931</option>
                <option value="1930">1930</option>
                <option value="1929">1929</option>
                <option value="1928">1928</option>
                <option value="1927">1927</option>
                <option value="1926">1926</option>
                <option value="1925">1925</option>
                <option value="1924">1924</option>
                <option value="1923">1923</option>
                <option value="1922">1922</option>
              </select>
            </span>
          </div>
        </div>
      </fieldset>
      <div class="row">
        <div class="col-xs-12">
          <div class="member-error" id="member-date-error" data-bind="validationMessage: memberDOBStartMM" role="alert" style="display: none;"></div>
        </div>
      </div>
    </div>
  </div>
  <p><small>Looking up a member will turn on insurance pricing. Items listed under a different name will be removed from your cart.</small></p>
  <div class="show-grid clearfix"></div>
  <input id="btnLookup" type="button" class="btn primary" value="SUBMIT" data-bind="click: function(data, event){$parent.memberDetailsHandler(data, event)}">
  <div class="text-center visible-xs">
    <p>Questions? We are here to help.</p>
    <p><a href="tel:18007847427" style="display: inline;" class="phoneNumber has-underline" aria-label="Contact us by phone number 18007847427">1-800-784-7427</a> or
      <a title="Click to generate chat with customer service." href="https://visionworks.amelia.com/Amelia/splash">Live Chat</a></p>
    <!-- <span class="pgh-help contactInfo">
                          Questions? We are here to help.&nbsp;
                          <span class="text-nowrap">
                            <a href="tel:18007847427" style="display: inline;" class="phoneNumber has-underline" aria-label="Contact us by phone number 18007847427">1-800-784-7427</a>
                            <span class="text-or">&nbsp; or&nbsp; </span>
                            <a title="Click to generate chat with customer service." href="https://visionworks.amelia.com/Amelia/splash">Live Chat</a>
                          </span>
                        </span> -->
  </div>
</form>

Name: formLookUpMemberPOST #

<form id="formLookUpMember" name="formLookUpMember" action="#" method="post" novalidate="novalidate" class="memberLookupForm">
  <p class="help-block"><em>All fields required.</em></p>
  <div class="alert alert-danger hidden memberlookupCommonError" role="alert"> Please correct the errors indicated below.</div>
  <div class="alert alert-danger backend-error hidden" role="alert"> We are sorry, insurance shopping is not currently available.</div>
  <div class="alert alert-danger backend-error communication-error hidden" role="alert"> We are sorry, insurance shopping is not currently available.</div>
  <div class="row">
    <div class="form-group col-sm-6 col-xs-12">
      <label id="inputMemberId01" aria-label="Member ID">Member ID</label>
      <input id="inputMemberId" aria-labelledby="inputMemberId01" placeholder="Member ID" name="memberId" value="" class="form-control" type="text" autocomplete="off" data-bind="validatableValue:memberId, validationElement: memberId"
        aria-describedby="member-id-error" required="required">
      <div class="member-error" id="member-id-error" data-bind="validationMessage: memberId" role="alert" style="display: none;"></div>
    </div>
  </div>
  <filedset>
    <legend>Name</legend>
    <div class="row">
      <div class="form-group col-sm-6 col-xs-12">
        <input placeholder="First Name" name="memberFirstName" value="" class="form-control" type="text" autocomplete="off" aria-label="First Name" data-bind="validatableValue:memberFirstName, validationElement: memberFirstName"
          aria-describedby="member-firstname-error" required="required">
        <div class="member-error" id="member-firstname-error" data-bind="validationMessage: memberFirstName" role="alert" style="display: none;"></div>
      </div>
      <div class="form-group col-sm-6 col-xs-12">
        <input placeholder="Last Name" name="memberLastName" value="" class="form-control" type="text" autocomplete="off" aria-label="Last Name" data-bind="validatableValue:memberLastName, validationElement: memberLastName"
          aria-describedby="member-lastname-error" required="required">
        <div class="member-error" id="member-lastname-error" data-bind="validationMessage: memberLastName" role="alert" style="display: none;"></div>
      </div>
    </div>
  </filedset>
  <div class="row">
    <div class="col-md-6 col-sm-8 col-xs-12">
      <fieldset class="form-group form-group-date form-group-">
        <legend class="control-label">Date of Birth</legend>
        <div class="row">
          <div class="col-xs-4">
            <span class="ui-select ui-select-a">
              <select name="memberMonth" class="form-control" autocomplete="off" type="text" aria-label="Month for Date of Birth" data-bind="validatableValue:memberDOBStartMM, validationElement: memberDOBStartMM" aria-describedby="member-date-error"
                required="required">
                <option selected="" value="">MM</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
              </select>
            </span>
          </div>
          <div class="col-xs-4">
            <span class="ui-select ui-select-a">
              <select name="memberDay" class="form-control" autocomplete="off" type="text" aria-label="Day for Date of Birth" data-bind="validatableValue:memberDOBStartDate, validationElement: memberDOBStartDate" aria-describedby="member-date-error"
                required="required">
                <option selected="" value="">DD</option>
                <option value="01">01</option>
                <option value="02">02</option>
                <option value="03">03</option>
                <option value="04">04</option>
                <option value="05">05</option>
                <option value="06">06</option>
                <option value="07">07</option>
                <option value="08">08</option>
                <option value="09">09</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
                <option value="13">13</option>
                <option value="14">14</option>
                <option value="15">15</option>
                <option value="16">16</option>
                <option value="17">17</option>
                <option value="18">18</option>
                <option value="19">19</option>
                <option value="20">20</option>
                <option value="21">21</option>
                <option value="22">22</option>
                <option value="23">23</option>
                <option value="24">24</option>
                <option value="25">25</option>
                <option value="26">26</option>
                <option value="27">27</option>
                <option value="28">28</option>
                <option value="29">29</option>
                <option value="30">30</option>
                <option value="31">31</option>
              </select>
            </span>
          </div>
          <div class="col-xs-4 col-year">
            <span class="ui-select ui-select-a">
              <select name="memberYear" class="form-control" autocomplete="off" type="text" aria-label="Year for Date of Birth"
                data-bind="validatableValue:memberDOBStartYear, validationElement: memberDOBStartYear,options: $parent.memberDOBStartYearList,value: $data.memberDOBStartYear,optionsCaption: 'YYYY', valueAllowUnset: true"
                aria-describedby="member-date-error" required="required">
                <option value="">YYYY</option>
                <option value="2022">2022</option>
                <option value="2021">2021</option>
                <option value="2020">2020</option>
                <option value="2019">2019</option>
                <option value="2018">2018</option>
                <option value="2017">2017</option>
                <option value="2016">2016</option>
                <option value="2015">2015</option>
                <option value="2014">2014</option>
                <option value="2013">2013</option>
                <option value="2012">2012</option>
                <option value="2011">2011</option>
                <option value="2010">2010</option>
                <option value="2009">2009</option>
                <option value="2008">2008</option>
                <option value="2007">2007</option>
                <option value="2006">2006</option>
                <option value="2005">2005</option>
                <option value="2004">2004</option>
                <option value="2003">2003</option>
                <option value="2002">2002</option>
                <option value="2001">2001</option>
                <option value="2000">2000</option>
                <option value="1999">1999</option>
                <option value="1998">1998</option>
                <option value="1997">1997</option>
                <option value="1996">1996</option>
                <option value="1995">1995</option>
                <option value="1994">1994</option>
                <option value="1993">1993</option>
                <option value="1992">1992</option>
                <option value="1991">1991</option>
                <option value="1990">1990</option>
                <option value="1989">1989</option>
                <option value="1988">1988</option>
                <option value="1987">1987</option>
                <option value="1986">1986</option>
                <option value="1985">1985</option>
                <option value="1984">1984</option>
                <option value="1983">1983</option>
                <option value="1982">1982</option>
                <option value="1981">1981</option>
                <option value="1980">1980</option>
                <option value="1979">1979</option>
                <option value="1978">1978</option>
                <option value="1977">1977</option>
                <option value="1976">1976</option>
                <option value="1975">1975</option>
                <option value="1974">1974</option>
                <option value="1973">1973</option>
                <option value="1972">1972</option>
                <option value="1971">1971</option>
                <option value="1970">1970</option>
                <option value="1969">1969</option>
                <option value="1968">1968</option>
                <option value="1967">1967</option>
                <option value="1966">1966</option>
                <option value="1965">1965</option>
                <option value="1964">1964</option>
                <option value="1963">1963</option>
                <option value="1962">1962</option>
                <option value="1961">1961</option>
                <option value="1960">1960</option>
                <option value="1959">1959</option>
                <option value="1958">1958</option>
                <option value="1957">1957</option>
                <option value="1956">1956</option>
                <option value="1955">1955</option>
                <option value="1954">1954</option>
                <option value="1953">1953</option>
                <option value="1952">1952</option>
                <option value="1951">1951</option>
                <option value="1950">1950</option>
                <option value="1949">1949</option>
                <option value="1948">1948</option>
                <option value="1947">1947</option>
                <option value="1946">1946</option>
                <option value="1945">1945</option>
                <option value="1944">1944</option>
                <option value="1943">1943</option>
                <option value="1942">1942</option>
                <option value="1941">1941</option>
                <option value="1940">1940</option>
                <option value="1939">1939</option>
                <option value="1938">1938</option>
                <option value="1937">1937</option>
                <option value="1936">1936</option>
                <option value="1935">1935</option>
                <option value="1934">1934</option>
                <option value="1933">1933</option>
                <option value="1932">1932</option>
                <option value="1931">1931</option>
                <option value="1930">1930</option>
                <option value="1929">1929</option>
                <option value="1928">1928</option>
                <option value="1927">1927</option>
                <option value="1926">1926</option>
                <option value="1925">1925</option>
                <option value="1924">1924</option>
                <option value="1923">1923</option>
                <option value="1922">1922</option>
              </select>
            </span>
          </div>
        </div>
      </fieldset>
      <div class="row">
        <div class="col-xs-12">
          <div class="member-error" id="member-date-error" data-bind="validationMessage: memberDOBStartMM" role="alert" style="display: none;"></div>
        </div>
      </div>
    </div>
  </div>
  <p><small>Looking up a member will turn on insurance pricing. Items listed under a different name will be removed from your cart.</small></p>
  <div class="show-grid clearfix"></div>
  <input id="btnLookup" type="button" class="btn primary" value="SUBMIT" data-bind="click: function(data, event){$parent.memberDetailsHandler(data, event)}">
  <div class="text-center visible-xs">
    <p>Questions? We are here to help.</p>
    <p><a href="tel:18007847427" style="display: inline;" class="phoneNumber has-underline" aria-label="Contact us by phone number 18007847427">1-800-784-7427</a> or
      <a title="Click to generate chat with customer service." href="https://visionworks.amelia.com/Amelia/splash">Live Chat</a></p>
    <!-- <span class="pgh-help contactInfo">
                                Questions? We are here to help.&nbsp;
                                <span class="text-nowrap">
                                  <a href="tel:18007847427" style="display: inline;" class="phoneNumber has-underline" aria-label="Contact us by phone number 18007847427">1-800-784-7427</a><span class="text-or">&nbsp; or&nbsp; </span><a title="Click to generate chat with customer service." href="https://visionworks.amelia.com/Amelia/splash">Live Chat</a>
                                </span>
                              </span> -->
  </div>
</form>

Text Content

___

pa1100006 is loaded.



VISIONWORKS

Skip to content


SITE NAVIGATION

   
 * Expand the search input field to generate keyword search.
   * Search
     GO Search
   
 * Find a Store & Book Exam
 * 
   
 * Insurance
   
   Insurance toggle
     
   * Member Lookup
     
     
     
   * Using Insurance at Visionworks
   * Flexible Spending Account
 * 
   
 * My Account
     
   * SIGN IN
     
     New to Visionworks?   Create An Account
     
     Hi     Sign Out
   
   * My Account
   * Order History
   * My Prescriptions
   * My Favorites 0
     
 * 
   
 * Help
 * 
   
   
 * 
 * Cart 0
   
   No Product Item in cart

   
   


CATEGORY NAVIGATION MENU

   
 * Glasses
   Shop all Glasses
 * Sunglasses
   Shop all Sunglasses
 * Contact Lenses
    * Acuvue
   
    * Air Optix
   
    * Aquatech
   
    * Dailies
   
    * Proclear
   
    * PureVision
   
   Contact Lens Rebates
   Shop all Contact Lenses
 * Brands
   Shop all Brands
   
 * Lenses
 * Offers

Search
GO Search
CLOSE


MEMBER LOOKUP

Visionworks now accepts select insurance plans online. Please enter your
information so that we may locate your benefits.

 Need Help?

All fields required.

Please correct the errors indicated below.
We are sorry, insurance shopping is not currently available.
We are sorry, insurance shopping is not currently available.
Member ID

Name

Date of Birth
MM 01 02 03 04 05 06 07 08 09 10 11 12
DD 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31
YYYY20222021202020192018201720162015201420132012201120102009200820072006200520042003200220012000199919981997199619951994199319921991199019891988198719861985198419831982198119801979197819771976197519741973197219711970196919681967196619651964196319621961196019591958195719561955195419531952195119501949194819471946194519441943194219411940193919381937193619351934193319321931193019291928192719261925192419231922


Looking up a member will turn on insurance pricing. Items listed under a
different name will be removed from your cart.



Questions? We are here to help.

1-800-784-7427 or Live Chat


MEMBER LOOKUP




WELCOME  ,

We have located your insurance. Unfortunately, your plan cannot be accessed
online at this time. We apologize for the inconvenience.

Please visit your local Visionworks to use your insurance in store.

Find a Store

We have located your information, but it appears that you have already applied
your full benefits to other purchases.

We encourage you to take advantage of our great retail offers.

SHOP NOW


or


Questions About Eligibility?

If you have any questions about your benefits, please contact your plan
administrator.

We were not able to locate your information. Please confirm that the information
you entered matches your plan documents.

Visionworks accepts hundreds of additional plans in-store. We encourage you to
contact your local Visionworks to see if your plan is accepted in-store.

Find a Store


or


Please confirm that the information you entered matches your plan documents and
try again.

All fields required.

Please correct the errors indicated below.
We are sorry, insurance shopping is not currently available.
We are sorry, insurance shopping is not currently available.
Member ID

Name

Date of Birth
MM 01 02 03 04 05 06 07 08 09 10 11 12
DD 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31
YYYY20222021202020192018201720162015201420132012201120102009200820072006200520042003200220012000199919981997199619951994199319921991199019891988198719861985198419831982198119801979197819771976197519741973197219711970196919681967196619651964196319621961196019591958195719561955195419531952195119501949194819471946194519441943194219411940193919381937193619351934193319321931193019291928192719261925192419231922


Looking up a member will turn on insurance pricing. Items listed under a
different name will be removed from your cart.



Questions? We are here to help.

1-800-784-7427 or Live Chat




NEED HELP?


WHAT VISION PLANS DO YOU ACCEPT ONLINE?

We accept select plans from Davis Vision.

 * Alcoa
 * Arconic
 * Arnot Health
 * Aspludh Tree
 * BCBS Arizona
 * BCBS Florida
 * BCBS Lousianna
 * BCBS MN
 * BCBS New Jersey
 * Blue Cross Blue Shield FEP Vision
 * Boeing
 * Boler Company
 * City of Albuquerque
 * City of Irving
 * City of Phoenix
 * Comcast
 * Cook County
 * Cookeville
 * Cornell University
 * Corning
 * County of Ulster
 * DHL
 * Fedex
 * Ford Motor Company
 * General Electric
 * General Motors
 * Goldman Sachs
 * Guardian
 * Hackensack Medical Center
 * Harris County
 * Morgan White Group
 * Northwell
 * Norton Health
 * Partners Healthcare
 * Prudential
 * Sandia Labs
 * Shelterpoint Life Insurance
 * State of TN
 * Suez Water Technologies

Don't see your insurance? Our list is growing, so please check back regularly.
We may not carry your plan online, but we accept hundreds more in-store. Visit
your local Visionworks location to see if your plan is carried.


WHAT INFORMATION DO I NEED TO USE MY VISION BENEFITS ONLINE?

You will need to enter the Member ID for the policy holder with the Name and
Date of Birth of the person you are shopping for. Please contact your insurance
provider for help locating your Member ID.


MY BENEFITS ARE EXPIRING SOON. WILL I BE COVERED IF I PLACE MY ORDER ONLINE?

We encourage you to place your order in advance of your deadline. Benefits will
be displayed and applied based on the current eligibility provided by your
carrier. Please refer to your Benefit Summary for more details on cutoff times.


LOOKING FOR VSP?

Use your insurance to shop a large selection of glasses, suns, and contact
lenses online at Eyeconic!


Questions? We are here to help.

1-800-784-7427 or Live Chat



x Cancel Member Lookup
CLOSE


CURRENT BENEFITS

 

 



   
   


 * YOUR BENEFITS
   GO FURTHER
   AT VISIONWORKS
   
   Save 50% off additional pairs with your vision insurance.
   
   Offer only valid with insurance benefits. Applies to complete pairs of Rx
   glasses or sunglasses.

--------------------------------------------------------------------------------



Start Shopping







Eligibility reflects benefits as of Eastern Standard Time. To qualify for
benefits you will need to place your order before 12am, EST. If you place your
order after the deadline, benefits for the next term will be applied to your
order.

Online orders are subject to verification and may be declined based on
eligibility.

All prices shown will reflect first pair benefit, unless otherwise noted.

Retail promotions, offers and discounts cannot be combined with insurance
purchases.

Please contact your vision insurance carrier for more information about your
benefits or current eligibility.



 1. Home
 2. Special Offers


SPECIAL OFFERS


BACK TO SCHOOL 50% OFF

Offer applies to List Price on all frames, eyeglass lenses, complete pairs of
eyeglasses, and sunglasses. List Prices are the non-discounted prices at which
we offer the frames/lenses in stores or online; however, we may not have sold
the frames and lenses at those prices. Cannot be combined with insurance
benefits or other offers. Offer good on multiple pairs when purchased at the
same time. Some restrictions apply. Offer available in-store only.

Offer expires 7/30/2022


BUY ONE GET ONE FREE


IN STORE & ONLINE

Buy one complete pair of glasses and get a second pair free. First pair at List
Price; second pair of equal or lesser value free. List Prices are the
non-discounted prices at which we offer the frames/lenses in stores or online;
however, we may not have sold the frames and lenses at those prices. Cannot be
combined with insurance benefits or other offers. Restrictions apply.

For online purchases: please use promo code BOGO at checkout

Offer expires 8/11/2022


40% OFF A COMPLETE PAIR OF GLASSES

Complete pair includes frames and prescription lenses. 40% discount taken off
full List Price. List Prices are the non-discounted prices at which we offer the
frames/lenses in stores or online; however, we may not have sold the frames and
lenses at those prices. Cannot be combined with insurance benefits or other
offers. Some restrictions apply.

No code needed

Offer expires 12/31/2022


EXCLUSIVE TO VSP MEMBERS


GET AN EXTRA $40 TO SPEND

Maximize your benefits with an extra $40 to spend on Anne Klein, Calvin Klein,
Dragon® and Longchamp. Simply select one of these brands and get an extra $40 to
spend towards your base frame allowance.

Download Coupon

Offer expires 8/31/2022

Extra $40 is available only to VSP® members with applicable plan benefits.
Offers are only available through VSP Network Doctors; however, they may not be
available at all VSP network locations. Log in to vsp.com to check your benefits
for eligibility and to confirm in-network locations based on your plan type.


50% OFF A SECOND PAIR

Use your vision insurance and get 50% off a second pair of prescription glasses
or prescription sunglasses. Savings are off full List Price of a complete pair,
frames and lenses. List Prices are the non-discounted prices at which we offer
the frames/lenses in stores or online; however, we may not have sold the frames
and lenses at those prices. Offer available in-store only. The offer cannot be
combined with any other offer. Offer good on multiple complete pairs when
purchased at the same time. Some restrictions apply.

No code needed

Offer expires 12/31/2022


EXCLUSIVE TO VSP MEMBERS


GET UP TO A $100 REBATE ON THE PERFECT PAIR OF GLASSES

Perfect Pair glasses rebate expires November 30, 2022. Rebate offer terms and
conditions apply and are subject to change. Rebate offer good from July 1, 2022
through November 30, 2022 and must be redeemed by December 31, 2022. The
Sponsor/Offer of this rebate is Plexus Optix Inc. All third-party marks, product
names, logos, and brands are the property of their respective owners. Use of
these marks, names, logos and/or brands does not imply endorsement. Members who
participate in a Medicaid/state-funded plan are not eligible for the above
offer.

Download Rebate Form

Offer expires 11/30/2022


FREE SHIPPING ON ALL ONLINE ORDERS

No code needed




Your session expired due to inactivity

OK

You have not been heard from for a while. For your security, your session will
time out in .

WOULD YOU LIKE YOUR SESSION TO BE EXTENDED?

YES


SIGN UP FOR EXCLUSIVE OFFERS & PROMOTIONS

Email address Sign Up


SHOP

 * All Glasses
   * Men's Glasses
   * Women's Glasses
   * Kids' Glasses
   * Men's Sunglasses
   * Women's Sunglasses
 * Contact Lenses
 * Safety Glasses


LEARN

 * Lenses
 * The Works
 * Insurance
 * Finance
 * Special Offers


EYE HEALTH

 * General Eye Health
 * Eye Health for Children
 * Eye Health Articles
 * Eye Exams
 * Annual Eye Exams
 * Contact Lens Care
 * Eye Care Glossary


ABOUT US

 * Our Story
 * Integrity
 * Guarantee
 * Accessibility
 * Newsroom
 * Careers


HELP

 * Customer Service
 * Order Status
   
 * 1-800-784-7427
 * Online Chat
 * Contact Us
 * Store Locator
 * FAQs
 * My Account
 * Pay My Statement

 * Facebook
 * Twitter
 * Instagram
 * Pinterest

 * Sitemap
 * Privacy Policy
 * Terms of Use

©2022 Visionworks. All rights reserved. Eye exams in some states are provided by
independent doctors of optometry.