www.shopartograph.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: http://artograph.com/
Effective URL: https://www.shopartograph.com/
Submission: On October 24 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    </div>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title hide"></span>
					</a>

						<div class="cart-item-price-wrapper">
							<span class="sr-only">Now</span>
							<span class="cart-item-price"></span>
							<span class="sr-only">Was</span>
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>

						<div class="cart-item--quantity-remove-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
								<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
								<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

							<div class="cart-item-remove-button-container">
								<button type="button" id="cart-item-remove-button">Remove</button>
							</div>
					</div>

				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h5><span class="cart-total-price" id="cart-price"><span class="money">$0.00</span></span></h5>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"> <shopify-accelerated-checkout-cart
              wallet-configs="[{&quot;name&quot;:&quot;shop_pay&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:25883672642,&quot;merchantName&quot;:&quot;artograph&quot;}}]" access-token="af601a56bf879eaa527b759ab2273a29" buyer-country="US"
              buyer-locale="en" buyer-currency="USD" shop-id="25883672642" cart-id="a9dacfdf9e59d5f009388fae6828ed61">
              <div data-shopify-buttoncontainer="true">
                <ul class="wallet-cart-grid wallet-cart-grid--skeleton" role="list">
                  <li data-testid="grid-cell" class="wallet-cart-button-container">
                    <div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
                  </li>
                </ul>
              </div>
            </shopify-accelerated-checkout-cart> <small id="shopify-buyer-consent" class="hidden" aria-hidden="true"> One or more of the items in your cart is a recurring or deferred purchase. By continuing, I agree to the <span
                id="shopify-subscription-policy-button">cancellation policy</span> and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted. </small>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <input type="hidden" name="type" value="product,">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit" aria-hidden="true" tabindex="-1">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product," data-show-prices="false" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <div class="search-clear" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off" required="required">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="submit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <ul class="mobile-menu mobile-menu-child mobile-menu-hidden" id="mobile-menu-currency">
    <li>
      <a href="#" class="mobile-menu-back mobile-menu-link" data-link="mobile-menu--">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true"><polyline points="15 18 9 12 15 6"></polyline></svg>
          <div class="mobile-menu-title">Currency</div>
        </a>
    </li>
    <li>
      <button type="submit" name="currency_code" class="mobile-menu-link mobile-menu-currency-link mobile-menu-currency-selected" value="USD"> USD $<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
          stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </li>
  </ul>
</form>

Text Content

YOUR CART


Your basket is empty


Subtotal
$0.00

$0.00

Place your order

 *  

One or more of the items in your cart is a recurring or deferred purchase. By
continuing, I agree to the cancellation policy and authorize you to charge my
payment method at the prices, frequency and dates listed on this page until my
order is fulfilled or I cancel, if permitted.

FREE SHIPPING ON ALL DOMESTIC ORDERS (EXCLUDES AK, HI, PR, AND GU)

 * Facebook icon
 * Twitter icon
 * Instagram icon
 * YouTube icon
 * Pinterest icon

Loading...


 * 
 * 
 * 0

 * Projectors
    * Digital
    * Opaque

 * Lightpads
 * Light Tracers
 * Tables & Carts
 * Easels
 * Accessories
 * FAQs
    * Digital Art Projectors
    * Opaque Art Projectors
    * Light Boxes
    * Accessories
    * Image, Type, Resizing, Resolution
    * LED's
    * Find a Retailer

 * Product Support
 * Shipping Policy

 * 
 * 

 * 
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 

 1. 1
 2. 2
 3. 3
 4. 4
 5. 5


ARTOGRAPH COLLECTIONS


DIGITAL PROJECTORS


OPAQUE PROJECTORS


LIGHTPADS


LIGHT TRACERS


TABLES & CARTS


ACCESSORIES


SOCIAL MEDIA

 * Facebook icon
 * Twitter icon
 * Instagram icon
 * YouTube icon
 * Pinterest icon


LIKE US ON FACEBOOK!


SUBSCRIBE TO OUR YOUTUBE PAGE


FOLLOW US ON INSTAGRAM


PIN US ON PINTEREST


OUR PARTNERS




ABOUT US

Artograph Story

Haden Appliances

Paws & Purrs

SD Gaming

Studio Designs

Studio Designs Home

Sew Ready




CONTACT US

6027 Bandini Blvd.
Commerce, CA 90040

Tel:  +1 866 942 0492

Email: service@artograph.com

Shipping, Refunds & Returns

Customer Support Form

Product Instructions

Product Warranty


PARTNERS

Amazon

Hobby Lobby

Joann

Michaels

Artist Corner

MacPherson's

Dick Blick


JOIN OUR MAILING LIST

Thanks for Joining!


 * American Express
 * Apple Pay
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * Shop Pay
 * Visa

© 2024 artograph |

 * Projectors
 * Lightpads
 * Light Tracers
 * Tables & Carts
 * Easels
 * Accessories
 * FAQs
 * Product Support
 * Shipping Policy
 * Log in
 * Create Account
 * Currency
    * Facebook icon
    * Twitter icon
    * Instagram icon
    * YouTube icon
    * Pinterest icon

 * Currency
 * USD $

 * 

 * 

Thanks for Joining!