lcstatebookstore.com Open in urlscan Pro
54.163.90.80  Public Scan

Submitted URL: http://www.lewisclarkbookstore.com/
Effective URL: https://lcstatebookstore.com/
Submission: On June 23 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /search

<form action="/search" accept-charset="UTF-8" method="get">
  <div class="row collapse align-middle">
    <div class="small-8 small-offset-1 columns">
      <select name="type" id="type" aria-label="Search Type">
        <option value="default">Our Site</option>
        <option value="courses">Courses</option>
        <option value="books">Books</option>
        <option value="merchandise">Merchandise</option>
      </select><input type="text" name="q" id="q" class="search-input" placeholder="Search" aria-label="Search">
    </div>
    <div class="small-2 columns">
      <button type="submit" id="search" class="button search-button" aria-label="Search">
        <i class="fa-solid fa-magnifying-glass"></i>
      </button>
    </div>
  </div>
</form>

GET /courselisting/index/loadMaterials

<form autocomplete="off" action="/courselisting/index/loadMaterials" accept-charset="UTF-8" method="get">
  <div class="row hide-for-medium">
    <div class="small-12 columns text-right">
      <input type="submit" name="commit" value="Lookup Courses" class="float-right button primary-button disabled lookup-courses-button" disabled="disabled" data-disable-with="Lookup Courses">
    </div>
  </div>
  <div id="dropdown-boxes">
    <div class="row">
      <div class="small-12 medium-5 medium-offset-1 columns">
        <h4 id="select_school">Select School</h4>
        <select class="search-course-select" aria-labelledby="select_school" id="lookup_school_id" name="school[id]">
          <option selected="selected" value="Lewis-Clark State College">Lewis-Clark State College</option>
        </select>
      </div>
      <div class="small-12 columns">
        <hr class="dropdown-hr">
      </div>
    </div>
    <div class="row" id="dropdown-boxes-row">
      <div class="medium-2 medium-offset-1 columns hide-for-small-only">
        <h4 id="select_term">Term</h4>
      </div>
      <div class="medium-3 columns hide-for-small-only">
        <h4 id="select_department">Department</h4>
      </div>
      <div class="medium-3 columns hide-for-small-only">
        <h4 id="select_course">Course</h4>
      </div>
      <div class="medium-3 columns hide-for-small-only">
        <h4 id="select_section">Section|CRN</h4>
      </div>
      <input type="hidden" name="school[0]" id="lookup_school_0" value="Lewis-Clark State College" class="search-course-select" autocomplete="off">
      <div class="small-12 columns medium-1">
        <h3>1.</h3>
      </div>
      <div class="small-12 columns medium-2">
        <h4 class="show-for-small-only">Term</h4>
        <select name="term[0]" id="lookup_term_0" class="search-course-select" aria-label="Term: Row 1">
          <option value="SUMMER 2024">SUMMER 2024</option>
          <option value="FALL 2024">FALL 2024</option>
        </select>
      </div>
      <div class="small-12 columns medium-3">
        <h4 class="show-for-small-only">Department</h4>
        <select name="department[0]" id="lookup_department_0" class="search-course-select" aria-label="Department: Row 1">
          <option value="">Select Department...</option>
          <option value="AC">AC - Accounting</option>
          <option value="ACCPT">ACCPT - Accounting/BTS</option>
          <option value="BUS">BUS - Business</option>
          <option value="COMM">COMM - Communication</option>
          <option value="CS">CS - Computer Science</option>
          <option value="ECON">ECON - Economics</option>
          <option value="ED">ED - Education</option>
          <option value="ENGL">ENGL - English</option>
          <option value="HIST">HIST - History</option>
          <option value="HLTH">HLTH - Health</option>
          <option value="HSMPT">HSMPT - Hospitality Management</option>
          <option value="HUM">HUM - Humanities</option>
          <option value="ID">ID - Interdisciplinary</option>
          <option value="KIN">KIN - Kinesiology</option>
          <option value="MATH">MATH - Mathematics</option>
          <option value="NS">NS - Natural Science</option>
          <option value="NU">NU - Nursing</option>
          <option value="POLS">POLS - Political Science</option>
          <option value="RE">RE - Reading</option>
          <option value="RS">RS - Radiographic Science</option>
          <option value="SD">SD - Student Development</option>
          <option value="SE">SE - Special Education</option>
          <option value="SW">SW - Social Work</option>
        </select>
      </div>
      <div class="small-12 columns medium-3">
        <h4 class="show-for-small-only">Course</h4>
        <select name="course[0]" id="lookup_course_0" class="search-course-select" aria-label="Course: Row 1">
          <option value="">Select Course...</option>
        </select>
      </div>
      <div class="small-12 columns medium-3">
        <h4 class="show-for-small-only">Section|CRN</h4>
        <select name="section[0]" id="lookup_section_0" class="search-course-select" aria-label="Section: Row 1">
          <option value="">Select Section|CRN...</option>
        </select>
      </div>
      <div class="small-12 columns">
        <hr class="dropdown-hr">
      </div>
    </div>
  </div>
  <div class="float-left button gray-button" id="add-course"><a href="javascript:;">Add Another Course</a></div>
  <input type="hidden" name="courses" id="courses" autocomplete="off">
  <input type="submit" name="commit" value="Lookup Courses" class="float-right button primary-button disabled lookup-courses-button" disabled="disabled" data-disable-with="Lookup Courses">
</form>

GET /course_lookup/student

<form action="/course_lookup/student" accept-charset="UTF-8" method="get">
  <div class="row expanded">
    <div class="columns small-12">
      <label for="student_school_id">
        <h4>Select School</h4>
      </label>
    </div>
    <div class="columns small-12">
      <select name="school" id="student_school_id">
        <option value="Lewis-Clark State College">Lewis-Clark State College</option>
      </select>
    </div>
  </div>
  <div class="row expanded">
    <div class="columns small-12">
      <label for="student_term_id">
        <h4>Select Term</h4>
      </label>
    </div>
    <div class="columns small-12">
      <select name="term" id="student_term_id" class="search-course-select">
        <option value="SUMMER 2024">SUMMER 2024</option>
        <option value="FALL 2024">FALL 2024</option>
      </select>
    </div>
  </div>
  <div class="row expanded">
    <div class="columns small-12">
      <label for="student_id">
        <h4> Student ID <span class="information has-tip tip-top" data-tooltip="96nejv-tooltip" aria-haspopup="true" title="" aria-describedby="6u0u9u-tooltip" data-yeti-box="6u0u9u-tooltip" data-toggle="6u0u9u-tooltip"
            data-resize="6u0u9u-tooltip">?</span>
        </h4>
      </label>
    </div>
  </div>
  <div class="row expanded">
    <div class="columns small-12">
      <input type="text" name="student_id" id="student_id">
    </div>
    <div class="columns small-12">
      <button name="button" type="submit" class="float-right button primary-button lookup-student-button disabled" disabled="disabled">Lookup Courses by Student ID</button>
    </div>
  </div>
</form>

Text Content

Skip to Content
Our Site Courses Books Merchandise

Login 0 Items
Menu
 * Order Course Materials Order Course Materials
   * How to Order
   * Sell Course Materials
 * WarriorWear WarriorWear
   * Apparel Apparel
     * Alumni & Family Alumni & Family
       * Alumni
       * Dad
       * Mom
     * Lil' Warriors Lil' Warriors
       * Infant
       * Toddler
       * Youth
     * Men's Men's
       * Accessories
       * Active Wear
       * Dress Shirts & Polos
       * Hats
       * Pants & Shorts
       * Sweatshirts & Outerwear
       * T-Shirts & Tops
     * Women's Women's
       * Accessories & Jewelry
       * Active Wear
       * Dress Shirts & Sweaters
       * Hats
       * Pants & Shorts
       * Sweatshirts & Outerwear
       * T-Shirts & Tops
   * Clearance Clearance
     * Clearance Apparel
     * Clearance Gifts
   * Graduation Regalia
   * Healthcare Supplies & Scrubs Healthcare Supplies & Scrubs
     * Health Sciences
     * Nursing Faculty
     * Nursing Students
   * Memorabilia & Gifts Memorabilia & Gifts
     * Alumni & Family Alumni & Family
       * Alumni
       * Dad
       * Mom
     * Auto Accessories Auto Accessories
       * Auto Emblems & License Plate Frames
       * Decals & Stickers
       * Keychains & Lanyards
     * Campus Living
     * Drinkware
     * Gift Cards
     * Home Decor & Accessories Home Decor & Accessories
       * Blankets
       * Holiday
       * Ourdoor
       * Wall Art & Decor
   * Supplies Supplies
     * Art Supplies
     * Backpacks & Bags
     * Binders & Folders
     * Calculators
     * General Supplies
     * Notebooks & Journals
     * Pens & Pencils
   * Technology & Electronics Technology & Electronics
     * Calculators
     * Headphones & Speakers
     * Laptops
     * Phone Chargers & Accessories
 * Best Buy™ Best Buy™
   * Shop by Category
   * Computers & Tablets
   * Apple
   * Samsung
   * Microsoft
 * Healthcare Supplies & Scrubs
 * Help Center (FAQs) Help Center (FAQs)
   * General Book
   * Rentals Rentals
     * Rental+ Program
     * How to Return Rentals
   * eBooks eBooks
     * Redeem Your eBook
   * Ordering Course Materials
   * Sell Course Materials
   * Cengage Unlimited
   * Payment Methods
   * In-store Pickup & Shipping
   * Order Processing
   * Dangers Of Online Retailers
   * Store Hours
   * Refund & Return Policy
   * Order Status & Tracking
   * Contact Us



×
Previous Slide◀︎ Next Slide▶︎
 * 
 * 
 * 
 * 



Learn More!

Save $$$

Need help?




SHOP BY CATEGORY


SCHOOL
SUPPLIES

BEST BUY

DRINKWARE

SHIRTS

BACKPACKS
& BAGS

OUTERWEAR & SWEATSHIRTS



GIFTS & MORE

HATS


 





TEXTBOOK LOOKUP

FIND THE TEXTBOOKS FOR YOUR COURSES

 * Lookup by Course
 * Lookup by Student ID

SELECT SCHOOL

Lewis-Clark State College

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

TERM

DEPARTMENT

COURSE

SECTION|CRN


1.

TERM

SUMMER 2024 FALL 2024

DEPARTMENT

Select Department...AC - Accounting ACCPT - Accounting/BTS BUS - Business COMM -
Communication CS - Computer Science ECON - Economics ED - Education ENGL -
English HIST - History HLTH - Health HSMPT - Hospitality Management HUM -
Humanities ID - Interdisciplinary KIN - Kinesiology MATH - Mathematics NS -
Natural Science NU - Nursing POLS - Political Science RE - Reading RS -
Radiographic Science SD - Student Development SE - Special Education SW - Social
Work

COURSE

Select Course...

SECTION|CRN

Select Section|CRN...

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

Add Another Course

SELECT SCHOOL

Lewis-Clark State College

SELECT TERM

SUMMER 2024 FALL 2024

STUDENT ID ?

Lookup Courses by Student ID


FEATURED PRODUCTS

More Colors Available

WARRIORS BASEBALL LONG SLEEVE RAGLAN T-SHIRT

Starting at: $29.95

LEWIS-CLARK STATE COLLEGE ALUMNI LONG SLEEVE T-SHIRT

Starting at: $24.95

LADIES LEGGINGS BLACK

Starting at: $44.95

LEWIS-CLARK STATE COLLEGE ADJUSTABLE HAT

Starting at: $22.95

5 SUBJECT NOTEBOOK

Starting at: $7.95

LC WARRIORS BASEBALL MINI BAT

Starting at: $14.95

LC STATE WARRIORS BASEBALL HAT

Starting at: $29.97
LewisClarkBookstore@textbookbrokers.com

© 2024 Copyright LC State Bookstore.
All rights reserved.

 * Privacy Policy
 * Corporate Information
 * Login or Sign up
 * Contact us

 * LC State Bookstore
   (208) 792-2242
   500 8th Ave Student Union Building #143 Lewiston, ID 83501

Hours

WarriorWear Summer Hours
Mon - Thurs: 9a - 3p
Fri - Sun: Closed 

 

Please enter your Student ID #. Having trouble finding your Student ID#? Please
login into your student account.