www.graphicproducts.com Open in urlscan Pro
2606:4700:3037::ac43:aa07  Public Scan

Submitted URL: https://go.graphicproducts.com/api/mailings/click/PMRGSZBCHIYTSMZYHA2TQNZMEJ2XE3BCHIRGQ5DUOBZTULZPO53XOLTHOJQXA2DJMNYHE33EOVRXI...
Effective URL: https://www.graphicproducts.com/product/duralabel-lobo/?video=b88415ktsr
Submission: On August 01 via manual from US — Scanned from DE

Form analysis 20 forms found in the DOM

<form class="aa-Form" action="" novalidate="" role="search">
  <div class="aa-InputWrapperPrefix"><label class="aa-Label" for="autocomplete-0-input" id="autocomplete-0-label"><button class="btn btn-orange float-right" type="submit"
        onclick="SearchResults();return false;"><i class="fas fa-search"></i></button></label>
    <div class="aa-LoadingIndicator" hidden=""><svg class="aa-LoadingIcon" viewBox="0 0 100 100" width="20" height="20">
        <circle cx="50" cy="50" fill="none" r="35" stroke="currentColor" stroke-dasharray="164.93361431346415 56.97787143782138" stroke-width="6">
          <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;90 50 50;180 50 50;360 50 50" keyTimes="0;0.40;0.65;1"></animateTransform>
        </circle>
      </svg></div>
  </div>
  <div class="aa-InputWrapper"><input class="aa-Input" aria-autocomplete="both" aria-labelledby="autocomplete-0-label" id="autocomplete-0-input" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false"
      placeholder="Search Products by SKU or Keyword" maxlength="512" type="search"></div>
  <div class="aa-InputWrapperSuffix"><button class="aa-ClearButton" type="reset" title="Clear" hidden=""><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
        <path
          d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
        </path>
      </svg></button></div>
</form>

POST

<form id="quick-login" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="V5LZf8Iku5bQ2XPQD_IXtaFsPceeUldkDf8Wf9dnu6NsRNTXS8Gmp9_-rvNUX3D7mz2qeu2vkURSQcmymqh8Ji-SYdypA0kwQ4lWACqVBPk1">
  <div class="form-group">
    <label class="form-check-label" for="Email">Email Address</label>
    <input type="email" autocomplete="email" id="QuickEmail" name="Email" class="form-control" placeholder="email@example.com">
  </div>
  <div class="form-group">
    <label class="form-check-label" for="Password">Password</label>
    <input type="password" autocomplete="current-password" class="form-control" id="QuickPassword" name="Password" placeholder="Password">
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="QuickRememberMe" name="RememberMe">
    <label class="form-check-label" for="RememberMe">
      <span> Remember Me</span>
    </label>
  </div>
  <button type="submit" style="display:inline" class="btn btn-blue bold w-50 float-right" onclick="DataSaveHeader(this, 'customerlogin', '#quick-login', 'customer');return false;">Sign in</button>
</form>

post

<form action="post" class="global-form">
  <span class="title px-2 pb-2">Enter item SKU# and quantity</span>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_0" id="Sku_0" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_0" id="ProductId_0">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_0" id="qty_0" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_1" id="Sku_1" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_1" id="ProductId_1">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_1" id="qty_1" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_2" id="Sku_2" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_2" id="ProductId_2">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_2" id="qty_2" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_3" id="Sku_3" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_3" id="ProductId_3">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_3" id="qty_3" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_4" id="Sku_4" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_4" id="ProductId_4">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_4" id="qty_4" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2">
    <div class="btn-holder col-12">
      <button class="btn bold btn-orange w-100" onclick="QuickOrderToCart(this);return false;"><i class="circle-o-notch-centered"></i>Add to Cart</button>
    </div>
  </div>
</form>

POST

<form id="quick-mobile-login" method="post">
  <div class="form-group">
    <label class="form-check-label" for="Email">Email Address</label>
    <input type="email" autocomplete="email" id="MobQuickEmail" name="Email" class="form-control" placeholder="email@example.com">
  </div>
  <div class="form-group">
    <label class="form-check-label" for="Password">Password</label>
    <input type="password" autocomplete="current-password" class="form-control" id="MobQuickPassword" name="Password" placeholder="Password">
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="MobQuickRememberMe" name="RememberMe">
    <label class="form-check-label" for="RememberMe">
      <span> Remember Me</span>
    </label>
  </div>
  <button type="submit" style="display:inline" class="btn btn-blue bold w-100" onclick="DataSaveLogin(this, 'customerlogin', '#quick-mobile-login', 'customer');return false;">Sign in</button>
</form>

post

<form action="post" class="global-form pb-3">
  <span class="title px-2 pb-2">Enter item SKU# and quantity</span>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_0" id="M-Sku_0" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_0" id="M-ProductId_0">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_0" id="M-qty_0" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_1" id="M-Sku_1" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_1" id="M-ProductId_1">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_1" id="M-qty_1" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_2" id="M-Sku_2" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_2" id="M-ProductId_2">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_2" id="M-qty_2" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_3" id="M-Sku_3" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_3" id="M-ProductId_3">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_3" id="M-qty_3" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_4" id="M-Sku_4" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_4" id="M-ProductId_4">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_4" id="M-qty_4" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2">
    <div class="btn-holder col-12">
      <button class="btn bold btn-orange w-100" onclick="QuickOrderToCart(this);return false;"><i class="circle-o-notch-centered"></i>Add to Cart</button>
    </div>
  </div>
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" id="ProductID" value="66670">
  <input type="hidden" name="ProductName" id="ProductName" value="DuraLabel Lobo Industrial Label Printer">
  <input type="hidden" name="ProductSKU" id="ProductSKU" value="DLLOBO">
  <input type="hidden" name="ProductPrice" id="ProductPrice" value="895.0000">
  <input type="hidden" name="OldPrice" id="OldPrice" value="0.0000">
  <input type="hidden" name="DiscountAmount" id="DiscountAmount">
  <input type="hidden" name="DiscountPercent" id="DiscountPercent">
  <input type="hidden" name="ParentSKU" id="ParentSKU" value="DLLOBO">
  <div class="topaddproduct">
    <div class="price row col-8 pl-0 no-gutters">
      <span class="money bold col-6 pl-0 d-inline"><sup class="super">$</sup>895<sup class="super">.00</sup></span>
    </div>
    <div class="d-flex flex-row-reverse quantity col-4 p-0">
      <button type="button" class="add btn bold" onclick="AdjustQuantity(this, 'add'); return false;">+</button>
      <input class="form-control entered-quantity" onblur="AdjustQuantity(this, ''); return false;" name="EnteredQuantity" value="1">
      <button type="button" class="sub btn bold" onclick="AdjustQuantity(this, 'sub'); return false;">-</button>
    </div>
  </div>
  <button type="submit" value="add" class="btn bold btn-orange w-100" id="addproduct_66670" onclick="AddProductToCart(this);return false;">
    <i class="circle-o-notch-centered"></i>&nbsp;Add to cart </button>
  <div class="card-favorite" style="float:left; margin-top:10px;">
    <a href="#" onclick="AddFavorite(this, 66670, 'DLLOBO');return false;">
                <i class="far fa-heart fa-custom"></i> &nbsp;Add to Favorites List
            </a>
  </div>
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="76133">
  <input type="hidden" name="ProductName" value="DuraLabel Toro Max Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLTOROMAX">
  <input type="hidden" name="ProductPrice" value="2495.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66630">
  <input type="hidden" name="ProductName" value="DuraLabel Kodiak Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLKODIAK">
  <input type="hidden" name="ProductPrice" value="3995.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="84228">
  <input type="hidden" name="ProductName" value="DuraLabel Bronco Max Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLBRONCOMAX">
  <input type="hidden" name="ProductPrice" value="1495.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66670">
  <input type="hidden" name="ProductName" value="DuraLabel Lobo Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLLOBO">
  <input type="hidden" name="ProductPrice" value="895.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66651">
  <input type="hidden" name="ProductName" value="DuraLabel PRO 300 Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLP300">
  <input type="hidden" name="ProductPrice" value="1995.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66651">
  <input type="hidden" name="ProductName" value="DuraLabel PRO 300 Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLP300">
  <input type="hidden" name="ProductPrice" value="1995.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

<form action="">
  <input type="hidden" id="oldimg_70048" value="/assets/images/products/L05-232601-thumb.png">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/41-2602-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black"></span>
  </label>
  <input type="hidden" name="color-sku" value="41-2602">
  <input type="hidden" name="color-price" value="125.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L1-102609-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_orange"></span>
  </label>
  <input type="hidden" name="color-sku" value="L1-102609">
  <input type="hidden" name="color-price" value="88.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L1-102601-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_white"></span>
  </label>
  <input type="hidden" name="color-sku" value="L1-102601">
  <input type="hidden" name="color-price" value="88.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L150-102608-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_yellow"></span>
  </label>
  <input type="hidden" name="color-sku" value="L150-102608">
  <input type="hidden" name="color-price" value="105.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/K4-2606-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="blue"></span>
  </label>
  <input type="hidden" name="color-sku" value="K4-2606">
  <input type="hidden" name="color-price" value="132.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'')" onmouseout="ChangeImage(this,'')">
    <span> +17 </span>
  </label>
  <input type="hidden" name="color-sku">
  <input type="hidden" name="color-price">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="70048">
  <input type="hidden" name="ProductName" value="Extended-Life Vinyl Tape">
  <input type="hidden" name="ProductSKU" value="EXTLIFE">
  <input type="hidden" name="ProductPrice" value="69.9900">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="70187">
  <input type="hidden" name="ProductName" value="Petroleum Resistant Ribbon">
  <input type="hidden" name="ProductSKU" value="PETRO-RIBBON">
  <input type="hidden" name="ProductPrice" value="135.9900">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

<form action="">
  <input type="hidden" id="oldimg_70236" value="/assets/images/products/K431118-thumb.png">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/7251510-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black"></span>
  </label>
  <input type="hidden" name="color-sku" value="7251510">
  <input type="hidden" name="color-price" value="148.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/M431124-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="blue"></span>
  </label>
  <input type="hidden" name="color-sku" value="M431124">
  <input type="hidden" name="color-price" value="166.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/7701521-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="green"></span>
  </label>
  <input type="hidden" name="color-sku" value="7701521">
  <input type="hidden" name="color-price" value="442.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/7861527-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="magenta"></span>
  </label>
  <input type="hidden" name="color-sku" value="7861527">
  <input type="hidden" name="color-price" value="486.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/7861522-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="orange"></span>
  </label>
  <input type="hidden" name="color-sku" value="7861522">
  <input type="hidden" name="color-price" value="486.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'')" onmouseout="ChangeImage(this,'')">
    <span> +4 </span>
  </label>
  <input type="hidden" name="color-sku">
  <input type="hidden" name="color-price">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="70236">
  <input type="hidden" name="ProductName" value="Premium Ribbon">
  <input type="hidden" name="ProductSKU" value="PREMIUM-RIBBON">
  <input type="hidden" name="ProductPrice" value="122.9900">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

<form action="">
  <input type="hidden" id="oldimg_70237" value="/assets/images/products/T3-3009-thumb.png">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/99-3004-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="battleship_gray"></span>
  </label>
  <input type="hidden" name="color-sku" value="99-3004">
  <input type="hidden" name="color-price" value="369.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/2-41-3002-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black"></span>
  </label>
  <input type="hidden" name="color-sku" value="2-41-3002">
  <input type="hidden" name="color-price" value="181.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L05-103003-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_clear"></span>
  </label>
  <input type="hidden" name="color-sku" value="L05-103003">
  <input type="hidden" name="color-price" value="58.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L2-103009-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_orange"></span>
  </label>
  <input type="hidden" name="color-sku" value="L2-103009">
  <input type="hidden" name="color-price" value="105.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'/assets/images/products/L2-103001-thumb.png')" onmouseout="ChangeImage(this,'')">
    <input type="radio" name="color" value="GraphicProducts.Models.ApiModels.ColorVariantDto">
    <span class="black_on_white"></span>
  </label>
  <input type="hidden" name="color-sku" value="L2-103001">
  <input type="hidden" name="color-price" value="105.9900">
  <label for="GraphicProducts.Models.ApiModels.ColorVariantDto" onmouseover="ChangeImage(this,'')" onmouseout="ChangeImage(this,'')">
    <span> +31 </span>
  </label>
  <input type="hidden" name="color-sku">
  <input type="hidden" name="color-price">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="70237">
  <input type="hidden" name="ProductName" value="Premium Vinyl Tape">
  <input type="hidden" name="ProductSKU" value="PREMIUMVINYL">
  <input type="hidden" name="ProductPrice" value="44.9900">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

Name: nwsfrmPOST

<form style="display: inline;" id="nwsfrm" name="nwsfrm" enctype="application/x-www-form-urlencoded" method="post">
  <div class="form-group">
    <input id="success_location" name="success_location" type="hidden" value="https://www.graphicproducts.com/product/premium-vinyl-tape/">
    <input id="error_location" name="error_location" type="hidden" value="https://www.graphicproducts.com/product/premium-vinyl-tape/">
    <input class="form-control" id="nwsfrmEmail" name="email" placeholder="Enter your email address" required="required" type="text" value="">
    <button type="submit" class="btn-blue btn bold" id="nwsfrmSubmit">Sign Up</button>
  </div>
</form>

Text Content

Keeping You Safe Since 1970

1-888-326-9244

Favorites

Contact

 * 
 * My Account
   Email Address
   Password
   Remember Me
   Sign in
   
   No Account? Sign up
   Forgot password?
 * Cart (0)

 * Printers & Supplies Printers
   
   
   TORO MAX
   
   NEW! portable all-in-one
    * Learn More
    * Toro Max Supplies
   
   
   BRONCO MAX
   
   NEW! reliable workhorse
    * Learn More
    * Bronco Max Supplies
   
   
   DURALABEL KODIAK
   
   Multi-color, large format
    * Learn More
    * Kodiak Supplies
   
   
   DURALABEL LOBO
   
   Grab n' go labeler
    * Learn More
    * Lobo Supplies
   
   
   DURALABEL TORO
   
   Mobile, stand-alone
    * Support
    * Toro Supplies
   
   
   DURALABEL BRONCO
   
   Industrial, efficient
    * Support
    * Bronco Supplies
   
   
   DURALABEL PRO 300
   
   Simple and reliable
    * Learn More
    * Pro Series Supplies
   
   
   LEGACY PRINTERS
   
   Support and Supplies
    * Learn More
    * Shop All Supplies
   
   
   QUICK LINKS
   
   
   ALL PRINTERS
   
   
   PRINTER KITS
   
   
   PRINTER SUPPLIES
   
   
   PRINTER RIBBONS
   
   
   ACCESSORIES
   
   
   PRINTER SUPPORT
   
   
   LABELING SOFTWARE

 * Safety Signs
   
   
   COMPLIANCE SIGNS
   
    * Chemical Signage
    * Confined Space Signs
    * Electrical Hazard Signs
    * Fire Signage
    * PPE Safety Signs
    * All Compliance Signs
   
   
   FACILITY SIGNS
   
    * Restricted Area Signs
    * Smoking Signs
    * Machinery Signs
    * Bathroom Signs
    * Clearance Signs
    * All Facility Signs
   
   
   TRAFFIC SIGNS
   
    * Directional Signs
    * Exit Signs
    * Forklift Signs
    * Emergency Signs
    * All Traffic Signs
   
   
   FLOOR SIGNS
   
    * Blank Floor Signs
    * Exit Floor Signs
    * Fire Safety Floor Signs
    * First Aid Floor Signs
    * LOTO Floor Signs
    * All Floor Signs
   
   
   RELATED RESOURCES
   
   EHS Manager's Guide OSHA Safety Signs Guide Labeling Your Facility for Safety
   Safety Labels vs. Signs
   
   SEE MORE
   
 * Floor Marking
   
   
   FLOOR TAPE
   
    * 5S Floor Tape
    * Aisle Tape
    * Glow in the Dark Tape
    * Reflective Tape
    * Anti-Slip Tape
    * All Floor Tape
   
   
   FLOOR SIGNS
   
    * Blank Floor Signs
    * Exit Floor Signs
    * Fire Safety Floor Signs
    * First Aid Floor Signs
    * LOTO Floor Signs
    * All Floor Signs
   
   
   FLOOR MARKING SHAPES
   
    * Floor Marking Corners
    * Floor Marking T's
    * Floor Marking Footprints
    * Floor Marking Circles
    * Floor Marking Arrows
    * All Floor Marking Shapes
   
   
   OTHER
   
    * Discount Bundles
    * Floor Marking Accessories
    * Floor Laminate
   
   
   LUMEN PROJECTORS
   
    * Lumen Sign Projector
    * Lumen Line Projector
    * Lumen Accessories
   
   
   RELATED RESOURCES
   
   Floor Marking Best Practices Floor Marking Color Chart What is Floor Marking?
   Floor Tape vs. Paint
   
   SEE MORE
   
 * Pipe Markers
   
   
   SHOP BY STANDARD
   
    * ANSI A13.1 Pipe Markers
    * Ammonia (IIAR) Pipe Markers
    * Medical (NFPA 99) Pipe Markers
    * Marine (ISO 14726) Pipe Markers
    * European Pipe Markers
    * All Pipe Markers
   
   
   ANSI PIPE MARKERS
   
    * Fire Quenching
    * Flammable/Oxidizing
    * Toxic or Corrosive
    * Compressed Air
    * Various Water
    * All ANSI Pipe Markers
   
   
   OTHER
   
    * Pipe Marking Accessories
    * Valve Tags
    * Arrow Banding Tape
   
   
   
   
   RELATED RESOURCES
   
   Pipe Marking Best Practices Facility Pipe Marking Guide Pipe Marking Basics
   Getting Started with Pipe Marking
   
   SEE MORE
   
 * COVID-19
   
   
   COVID-19 SOLUTIONS
   
    * Safety Signs
    * Printer Kits
    * Awareness Posters
    * A-Frame Signs
    * Sneeze Guards
    * All COVID-19 Solutions
   
   
   SOCIAL DISTANCING
   
    * Social Distancing Signs
    * Social Distancing Floor Signs
    * Social Distancing Floor Tape
    * All Social Distancing
   
   
   COVID-19 BY INDUSTRY
   
    * Grocery & Retail
    * Medical & Healthcare
    * Office Settings
    * Restaurants & Food Service
    * Food Manufacturing
    * Construction
    * Manufacturing
    * Finance
    * Transportation
    * Education
   
   
   
   
   RELATED RESOURCES
   
   COVID-19 Safety At Work Webinar Social Distancing Reference Chart
   
   SEE MORE
   

 * Resources
 * Help
 * Free Samples
 * Quick Order
   Enter item SKU# and quantity
   
   
   
   
   
   Add to Cart


0
 * My Account
 * Printers & Supplies
 * Safety Signs
 * Floor Tape
 * Pipe Markers
 * COVID-19

 * Resources
 * Help
 * Free Samples
 * Quick Order
 * Favorites
 * Contact Us

 * Back
 * MY ACCOUNT
 * Account
 * Orders
 * Track My Order
 * Addresses
 * Login & Security
 * Payment Methods
 * Carrier Accounts
 * Favorites Lists
 * Sign Out

 * Back
 * SIGN IN
 * Email Address
   Password
   Remember Me
   Sign in
   
   No Account? Sign up
   Forgot password?

 * Back
 * Quick Order

Enter item SKU# and quantity





Add to Cart
 * Back
 * Printers & Supplies
 * DuraLabel Toro Max
 * DuraLabel Bronco Max
 * DuraLabel Toro
 * DuraLabel Bronco
 * DuraLabel Kodiak
 * DuraLabel Lobo
 * DuraLabel PRO 300

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Toro Max
 * Toro Max Printer
 * Toro Max Supplies
 * Toro Max Ribbon
 * Toro Max Accessories
 * Toro Max Bundles and Kits
 * Toro Max Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Bronco Max
 * Bronco Max Printer
 * Bronco Max Supplies
 * Bronco Max Ribbon
 * Bronco Max Accessories

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Toro
 * Toro Supplies
 * Toro Ribbon
 * Toro Accessories
 * Toro Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Bronco
 * Bronco Supplies
 * Bronco Ribbon
 * Bronco Accessories
 * Bronco Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Kodiak
 * Kodiak Printer
 * Kodiak Supplies
 * Kodiak Ribbon
 * Kodiak Accessories
 * Kodiak Bundles and Kits
 * Kodiak Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Lobo
 * Lobo Printer
 * Lobo Supplies
 * Lobo Ribbon
 * Lobo Accessories
 * Lobo Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel PRO 300
 * DLP 300 Printer
 * DLP 300 Supplies
 * DLP 300 Ribbon
 * DLP 300 Accessories
 * DLP 300 Bundles and Kits
 * DLP 300 Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * Safety Signs
 * Compliance Signs
 * Facility Signs
 * Traffic Signs
 * Floor Signs

 * Shop All Safety Signs

 * Back
 * Compliance Signs
 * Chemical Signage
 * Confined Space Signs
 * Electrical Hazard Signs
 * Fire Signage
 * PPE Safety Signs

 * All Compliance Signs

 * Back
 * Facility Signs
 * Restricted Area Signs
 * Smoking Signs
 * Machinery Signs
 * Bathroom Signs

 * All Facility Signs

 * Back
 * Traffic Signs
 * Directional Signs
 * Exit Signs
 * Emergency Signs
 * Forklift Signs

 * All Traffic Signs

 * Back
 * Floor Signs
 * Blank Floor Signs
 * Exit Floor Signs
 * Fire Safety Floor Signs
 * First Aid Floor Signs
 * LOTO Floor Signs

 * All Floor Signs

 * Back
 * Floor Tape
 * General Floor Tape
 * Floor Signs
 * Floor Marking Shapes
 * Other

 * Shop All Floor Tape

 * Back
 * Floor Tape
 * 5S Floor Tape
 * Aisle Tape
 * Glow in the Dark Tape
 * Reflective Tape
 * Anti-Slip Tape

 * All Floor Tape

 * Back
 * Floor Signs
 * Blank Floor Signs
 * Exit Floor Signs
 * Fire Safety Floor Signs
 * First Aid Floor Signs
 * LOTO Floor Signs
 * All Floor Signs

 * All Floor Signs

 * Back
 * Floor Marking Shapes
 * Floor Marking Corners
 * Floor Marking T's
 * Floor Marking Footprints
 * Floor Marking Circles
 * Floor Marking Arrows

 * All Floor Marking Shapes

 * Back
 * Other
 * Discount Bundles
 * Floor Marking Accessories
 * Floor Laminate
 * Lumen Projectors

 * Back
 * Pipe Markers
 * Shop By Standard
 * ANSI Pipe Markers
 * Other

 * Shop All Pipe Markers

 * Back
 * Shop By Standard
 * Standard (ANSI A13.1) Pipe Markers
 * Ammonia (IIAR) Pipe Markers
 * Medical (NFPA 99) Pipe Markers
 * Marine (ISO 14726) Pipe Markers
 * European Pipe Markers

 * All Pipe Markers

 * Back
 * ANSI Pipe Markers
 * Fire Quenching
 * Flammable/Oxidizing
 * Toxic or Corrosive
 * Compressed Air
 * Various Water

 * All ANSI Pipe Markers

 * Back
 * Other
 * Pipe Marking Accessories
 * Valve Tags
 * Arrow Banding Tape

 * Back
 * COVID-19
 * COVID-19 Solutions
 * Social Distancing
 * COVID-19 By Industry

 * Shop All COVID-19 Solutions

 * Back
 * COVID-19 Solutions
 * Safety Signs
 * Printer Kits
 * Awareness Posters
 * A-Frame Signs
 * Sneeze Guards

 * All COVID-19 Solutions

 * Back
 * Social Distancing
 * Social Distancing Signs
 * Social Distancing Floor Signs
 * Social Distancing Floor Tape

 * All Social Distancing

 * Back
 * COVID-19 By Industry
 * Grocery & Retail
 * Medical & Healthcare
 * Office Settings
 * Restaurants & Food Service
 * Food Manufacturing
 * Construction
 * Manufacturing
 * Finance
 * Transportation
 * Education

 * 

 * Home
 * Industrial Label Printers
 * Labeling and Signage
 * DuraLabel Lobo Industrial Label Printer

{"id":"66670","name":"DuraLabel Lobo Industrial Label
Printer","sku":"DLLOBO","price":"895.0000","brand":"DuraLabel","position":0}


DURALABEL LOBO INDUSTRIAL LABEL PRINTER

2 reviews

SKU: DLLOBO

Hover to zoom



DURALABEL LOBO INDUSTRIAL LABEL PRINTER

2 reviews

SKU: DLLOBO

Lobo is the perfect multipurpose portable labeler for any industry. It’s small,
yet durable to easily use in the office or out in the field in warehouse and
construction environments. Print onto 1/2’’ to 2’’ wide supply in any length to
make inventory labels, barcodes, pipe markers, wire and cable markers, and
miscellaneous office labels.

$895.00
+ -
 Add to cart
 Add to Favorites List

Most orders ship
same day.

Shipping & Returns Policy
Industry's Best Warranty


PRODUCT DESCRIPTION

 * Self-contained system: Lobo is ready to operate without a network connection.
   Design labels using the full-size keyboard, design software, and color screen
   to preview labels before printing. See more details and benefits in
   the DuraLabel Lobo flyer.

 * Portable design: Lobo is lightweight and has a built-in handle to easily
   transport. Use it with an AC adaptor or battery for hours of continuous
   printing (equivalent to 2,800 2”x 6” labels). Also, choose to connect it to a
   PC through the USB port.

 * Powerful software: includes label design software to create standardized
   labels that meet regulatory requirements using templates (DuraSuite) or
   customize labels from scratch (LabelForge).

 * 5-year warranty: all DuraLabel printers are warrantied to be free of defects
   and failure within five years of purchase. Read more here.




SPECIFICATIONS

 * Dimensions
   
   11.63" W x 12.25" D x 4.35" H

 * Weight
   
   5 lbs, excluding supplies & battery

 * Print technology
   
   Thermal transfer

 * Resolution
   
   203 dpi

 * Print speed
   
   2 inches per second

 * Print width
   
   1.79"

 * Maximum print length
   
   100"

 * Buttons
   
   Full-size 11.125" (W) QWERTY keyboard

 * Connectivity
   
   USB-B

 * Display
   
   3.5" diagonal color LCD

 * Memory
   
   1920 KB flash, 2" x 4" saved label file size: 3.0078 KB

 * Cutter
   
   Automatic cut off

 * Software
   
   Labeling Software

 * Input voltage
   
   100-240V—2.5A, 50-60HZ

 * Operation temperature
   
   41°F – 104°F (5°C – 40°C)

 * Operation humidity
   
   25% – 85%, non-condensing

 * Storage temperature
   
   -40°F – 140°F (-40°C – 60°C)

 * Storage humidity
   
   10% – 90%, non-condensing

 * Ventilation
   
   Free air movement

 * Environmental compliance
   
   RoHS, WEEE

 * Label stock type
   
   Premium Vinyl, Self-Laminating Wire Wrap, Extended-Life Vinyl, Shrink-Tubing,
   Circuit Board Polyimide Tape, Electrostatic Dissipative Tape (ESD),
   Repositionable Tape, Fluorescent HiViz Tape, High-Temp Poly Tape, LN2 PolyTM
   Tape, UL 969 Compliant Poly Tape with Extreme Chemical Resistant Ribbon,
   High-Tack Tape, Cold Storage Tape

 * Label stock width
   
   0.50" minimum, 2.00" maximum

 * Ribbon supply type
   
   Resin

 * Ribbon supply width
   
   1.02" & 2.03"

 * IsCustomizable
   
   False

 * Header for specifications
   
   

View More


REVIEWS

5
Out of 5.0
Overall Rating
100%
of customers that
buy this product give
it a 4 or 5-Star rating.



Love it!
November 9, 2018 by Denise R.
“This labeler has been great for people to use and we love the fact that it
doesn't have to be connected to a computer. It gets a lot of use from people who
normally would have me make the labels on my Pro300”
Response from graphicproducts.com:
Thanks for the great review and feedback, Denise.

DuraLabel Toro
May 3, 2017 by mike B.
“I really enjoy our machine. Does all the things we need with ease.”
Response from graphicproducts.com:
Thanks, Mike.


Display OptionsSort ReviewsHighest to LowestNewest to OldestOldest to
NewestLowest to HighestFavorited Reviews


COMPARE PRINTER MODELS

Duralabel Toro Max

Portable all-in-one

Duralabel Kodiak

Two-Color, Large Format

Duralabel Bronco Max

Dependable workhorse

Duralabel Lobo

Grab n' Go Labeler

Duralabel Pro 300

Simple and Reliable Price $2495.00 $3995.00 $1495.00 $895.00 $1995.00 Tape
Widths 1/2"- 4" 4"- 10" 1/2"- 4" 1/2"- 2" 1/2"- 4" Dimensions 13.5" W x 10.25" D
x 8.5" H 17.4' W x 19.5" D x 11.8" H 13.5" W X 10.25" D X 8.5" H 11.63" W x
12.25" D x 4.35" H 8.4" W x 12.4" D x 7.4" H Screen 9 inch capacitive touch
screen Touchscreen 9" (diagonal) NA 3.5" diagonal color LCD NA PC Connectivity
Standalone, PC Connect Standalone, PC Connect PC Connect Standalone, PC Connect
PC Connect Color Printing Single Color Two Color Single Color Single Color
Single Color Portable Yes w/ optional battery No No Yes Yes w/ optional battery
Add to cart






RELATED PRODUCTS

{"id":"66651","name":"DuraLabel PRO 300 Industrial Label
Printer","sku":"DLP300","price":"1995.0000","brand":"DuraLabel","position":1}


DURALABEL PRO 300 INDUSTRIAL LABEL PRINTER

Available to legacy customers

14
$1,995.00

{"id":"70048","name":"Extended-Life Vinyl
Tape","sku":"EXTLIFE","price":"69.9900","brand":"Graphic Products","position":2}
+17
22 Colors Available


EXTENDED-LIFE VINYL TAPE

Slim profile reduces peeling

6
From $69.99

{"id":"70187","name":"Petroleum Resistant
Ribbon","sku":"PETRO-RIBBON","price":"135.9900","brand":"Graphic
Products","position":3}


PETROLEUM RESISTANT RIBBON

Resists chemicals/oil/fumes

9
$135.99

{"id":"70236","name":"Premium
Ribbon","sku":"PREMIUM-RIBBON","price":"122.9900","brand":"Graphic
Products","position":4}
+4
9 Colors Available


PREMIUM RIBBON

Fade/scratch/weather resistant

72
From $122.99

{"id":"70237","name":"Premium Vinyl
Tape","sku":"PREMIUMVINYL","price":"44.9900","brand":"Graphic
Products","position":5}
+31
36 Colors Available


PREMIUM VINYL TAPE

Our most popular label stock

162
From $44.99

12


;

Get the latest deals straight to your inbox
Sign Up
Trusted by These Companies



 * Graphic Products, Inc.
   9825 SW Sunshine Ct
   Beaverton, OR
   97005 USA
   

 * Business Hours:
   Monday - Friday
   5:30am - 5pm Pacific
   

 * 1-888-326-9244 (U.S./Canada)
 * +1-503-644-5572 (International)
 * 

 * Products
 * Printers
 * Printer Supplies
 * Safety Signs
 * Safety Labels
 * Floor Marking
 * Pipe Markers & Tags

 * Support
 * Shipping & Returns
 * Manage Account
 * Printer Support
 * Warranties
 * Content Usage Guidelines

 * Resources
 * Resource Center
 * Guides
 * Articles
 * Video Library
 * Safety Blog
 * Infographics
 * Webinars

 * Company
 * About Us
 * Careers
 * Become a Dealer
 * Find a Dealer
 * Press Room

NEED HELP?

Give us a call at 1-888-326-9244 and speak with an expert.


 * Copyright © 2023
 * All Rights Reserved
 * Terms and Conditions
 * Shipping and Returns
 * Privacy Policy
 * Do Not Sell My Personal Data

 

 



Click for sound





2:02









Click for sound


Wherever people are, visual communication is needed. And when it comes to visual
communication DuraLabel leads the pack.






0:09










mgctlbxN$MZP mgctlbxV$5.3.7 mgctlbxL$C

mgctlbxN$MSC mgctlbxV$2.0.51 mgctlbxL$C

Click for sound





2:02














Write a Review
 
Please rate



Continue to feedback.

No thanks. I would rather not participate in rating.
Write a headline for your review here...:

*Write a review about this product:

Only 50 characters left to turn your standard review into a featured review!

Please enter your information below so we can confirm that you received your
order and that the transaction went smoothly.:

*Name:
*Email:



Your email is safe. It will only be used for order confirmation and customer
care.


Thank you for your feedback.
Thank you for your feedback.

×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our advertising partners use cookies and similar
technologies on this site and use personal data (e.g., your IP address). If you
consent, the cookies, device identifiers, or other information can be stored or
accessed on your device for the purposes described below. You can click "Allow
All" or "Decline All" or click Settings above to customize your consent.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalized content profile; ●
Select personalised content; ● Personalized ads, ad measurement and audience
insights; ● Product development. For some of the purposes above, our advertising
partners: ● Use precise geolocation data. Some of our partners rely on their
legitimate business interests to process personal data. View our advertising
partners if you wish to provide or deny consent for specific partners, review
the purposes each partner believes they have a legitimate interest for, and
object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences