test.sprintstickers.com Open in urlscan Pro
185.204.218.114  Public Scan

Submitted URL: http://test.sprintstickers.com/
Effective URL: https://test.sprintstickers.com/en/
Submission: On January 20 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://test.sprintstickers.com/en/module/iqitsearch/searchiqit

<form method="get" action="https://test.sprintstickers.com/en/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" data-all-text="Show all results" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
      placeholder="Search our catalog" class="form-control form-search-control">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

GET https://test.sprintstickers.com/en/module/iqitsearch/searchiqit

<form method="get" action="https://test.sprintstickers.com/en/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" placeholder="Search" data-all-text="Show all results" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" autocomplete="off" autocorrect="off" autocapitalize="off"
      spellcheck="false" class="form-control form-search-control">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

POST //test.sprintstickers.com/en/?fc=module&module=iqitemailsubscriptionconf&controller=subscription

<form action="//test.sprintstickers.com/en/?fc=module&amp;module=iqitemailsubscriptionconf&amp;controller=subscription" method="post">
  <div class="input-group newsletter-input-group ">
    <input name="email" type="email" value="" class="form-control input-subscription" placeholder="Your email address" aria-label="Your email address" required="">
    <input type="hidden" name="blockHookName" value="displayFooterBefore">
    <button class="btn btn-primary btn-subscribe btn-iconic" name="submitNewsletter" type="submit" aria-label="Subscribe" disabled="disabled">
      <i class="fa fa-envelope-o" aria-hidden="true"></i></button>
  </div>
  <p class="mt-2 text-muted ps-emailsubscription-conditions">You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.</p>
  <div class="mt-2 text-muted">
    <div id="gdpr_consent_22" class="gdpr_module_22">
      <div class="custom-checkbox" style="display: flex;">
        <label class="psgdpr_consent_message">
          <input id="psgdpr_consent_checkbox_22" name="psgdpr_consent_checkbox" type="checkbox" value="1" class="psgdpr_consent_checkboxes_22">
          <span class="psgdpr_consent_checkbox_span mr-2"><i class="fa fa-check rtl-no-flip checkbox-checked psgdpr_consent_icon" aria-hidden="true"></i></span>
          <span>I agree to the terms and conditions and the privacy policy</span> </label>
      </div>
    </div>
    <script type="text/javascript">
      var psgdpr_front_controller = "https://test.sprintstickers.com/en/module/psgdpr/FrontAjaxGdpr";
      psgdpr_front_controller = psgdpr_front_controller.replace(/\amp;/g, '');
      var psgdpr_id_customer = "0";
      var psgdpr_customer_token = "da39a3ee5e6b4b0d3255bfef95601890afd80709";
      var psgdpr_id_guest = "0";
      var psgdpr_guest_token = "536e552759825400c5c9f61437708fecdc60be13";
      try {
        prestashop.on('quickViewShown', (elm) => {
          let psgdpr_id_module = "22";
          let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
          let toggleFormActive = function() {
            let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
            let checkbox = $('#psgdpr_consent_checkbox_' + psgdpr_id_module);
            let element = $('.gdpr_module_' + psgdpr_id_module);
            let iLoopLimit = 0;
            // by default forms submit will be disabled, only will enable if agreement checkbox is checked
            if (element.prop('checked') != true) {
              element.closest('form').find('[type="submit"]').attr('disabled', 'disabled');
            }
            $(document).on("change", '.psgdpr_consent_checkboxes_' + psgdpr_id_module, function() {
              if ($(this).prop('checked') == true) {
                $(this).closest('form').find('[type="submit"]').removeAttr('disabled');
              } else {
                $(this).closest('form').find('[type="submit"]').attr('disabled', 'disabled');
              }
            });
          }
          // Triggered on page loading
          toggleFormActive();
          $(document).on('submit', parentForm, function(event) {
            $.ajax({
              type: 'POST',
              url: psgdpr_front_controller,
              data: {
                ajax: true,
                action: 'AddLog',
                id_customer: psgdpr_id_customer,
                customer_token: psgdpr_customer_token,
                id_guest: psgdpr_id_guest,
                guest_token: psgdpr_guest_token,
                id_module: psgdpr_id_module,
              },
              error: function(err) {
                console.log(err);
              }
            });
          });
        });
      } catch (err) {}
      document.addEventListener('DOMContentLoaded', function() {
        let psgdpr_id_module = "22";
        let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
        let toggleFormActive = function() {
          let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
          let checkbox = $('#psgdpr_consent_checkbox_' + psgdpr_id_module);
          let element = $('.gdpr_module_' + psgdpr_id_module);
          let iLoopLimit = 0;
          // by default forms submit will be disabled, only will enable if agreement checkbox is checked
          if (element.prop('checked') != true) {
            element.closest('form').find('[type="submit"]').attr('disabled', 'disabled');
          }
          $(document).on("change", '.psgdpr_consent_checkboxes_' + psgdpr_id_module, function() {
            if ($(this).prop('checked') == true) {
              $(this).closest('form').find('[type="submit"]').removeAttr('disabled');
            } else {
              $(this).closest('form').find('[type="submit"]').attr('disabled', 'disabled');
            }
          });
        }
        // Triggered on page loading
        toggleFormActive();
        $(document).on('submit', parentForm, function(event) {
          $.ajax({
            type: 'POST',
            url: psgdpr_front_controller,
            data: {
              ajax: true,
              action: 'AddLog',
              id_customer: psgdpr_id_customer,
              customer_token: psgdpr_customer_token,
              id_guest: psgdpr_id_guest,
              guest_token: psgdpr_guest_token,
              id_module: psgdpr_id_module,
            },
            error: function(err) {
              console.log(err);
            }
          });
        });
      });
    </script>
  </div>
  <input type="hidden" name="action" value="0">
</form>

POST https://test.sprintstickers.com/en/login

<form id="login-form-modal" action="https://test.sprintstickers.com/en/login" method="post">
  <section>
    <input type="hidden" name="back" value="">
    <div class="form-group row align-items-center ">
      <label class="col-md-2 col-form-label required" for="field-email"> Email </label>
      <div class="col-md-8">
        <input id="field-email" class="form-control" name="email" type="email" value="" autocomplete="email" required="">
      </div>
      <div class="col-md-2 form-control-comment">
      </div>
    </div>
    <div class="form-group row align-items-center ">
      <label class="col-md-2 col-form-label required" for="field-password"> Password </label>
      <div class="col-md-8">
        <div class="input-group js-parent-focus">
          <input id="field-password" class="form-control js-child-focus js-visible-password" name="password" aria-label="Password input of at least 5 characters" title="At least 5 characters long" autocomplete="new-password" type="password" value=""
            pattern=".{5,}" required="">
          <span class="input-group-append">
            <button class="btn btn-outline-secondary" type="button" data-action="show-password">
              <i class="fa fa-eye-slash" aria-hidden="true"></i>
            </button>
          </span>
        </div>
      </div>
      <div class="col-md-2 form-control-comment">
      </div>
    </div>
    <div class="forgot-password">
      <a href="https://test.sprintstickers.com/en/password-recovery" rel="nofollow">
          Forgot your password?
        </a>
    </div>
  </section>
  <footer class="form-footer text-center clearfix">
    <input type="hidden" name="submitLogin" value="1">
    <button id="submit-login" class="btn btn-primary form-control-submit" data-link-action="sign-in" type="submit">Sign in</button>
  </footer>
</form>

Text Content

We deliver our products to European Union countries. To get 0% VAT for
intra-community transaction provide us your valid EU VAT number
 * Home
 * Terms and conditions of use
 * Privacy policy
 * My account
 * Contact us


English
 * English
 * Polski
 * Deutsch

EUR €
 * EUR €
 * GBP £
 * PLN zł
 * USD $

Wishlist (0)


SPRINT STICKERS


WE ARE A PRINTING HOUSE WITH THE HIGHEST-CLASS PRINTER.

Search

Sign in
0 Cart / Empty
Your cart ×

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

There are no more items in your cart

 * 
 * Square stickers
 * Round stickers
 * Cut stickers
 * Small quantities cut stickers


 * Home
 * Round stickers

Menu


Search

Sign in
0 Cart

   
 * Everything you see on our website
   was printed with us!
   
   directly or through intermediaries
   
 * Now you can order directly from the printing house!
   without intermediaries.
   
   
   
   
   
   
   Sample 1
   Sample 2
   







SQUARE STICKERS

order now


ROUND STICKERS

order now


CUT STICKERS

order now


SMALL QUANTITIES CUT STICKERS

order now


WHO WE ARE?

We are a printing house.

We have at our disposal top-of-the-line printing machines, laminators and
bindery equipment that allow us to deliver outstanding products with the most
competitive prices on the market. We make sure that you receive the highest
quality stickers. Our printing is done on FSC certified paper with the strongest
available adhesive. Whether you're a businessman or just have an idea for your
own unique design, this is a great way to create the perfect custom sticker to
showcase your products, just as a cool promotional gadget or a sticker of your
favourite sports club, band or team.

After years of printing we decided to create our own site for ordering stickers
directly from us as the manufacturer. You can trust us, we have 30 years of
experience in what we do. We have already produced more than 200,000,000
stickers, printed more than 4,500,000 sheets with 250,000 different designs.

Regular customers can benefit from attractive promotions and discounts.

If you have printed stickers in the last 15 years, it’s likely that we were the
ones who printed them.

Print directly from the manufacturer.
 
Best regards 
The SPRINT STICKERS team






WE HAVE ALREADY PRINTED OVER

types
stickers
printed sheets

Follow us on

INSTAGRAM




 * 
 * 

You may unsubscribe at any moment. For that purpose, please find our contact
info in the legal notice.

I agree to the terms and conditions and the privacy policy

MENU

 * Home
 * Terms and conditions of use
 * Privacy policy
 * My account
 * Contact us

CONTACT US

SPRINT STICKERS S.C.
91-863 Łódź, Łagiewnicka 147, Poland


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

contact@sprintstickers.com

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

REGON: 522549696
NIP: 7262692356
EU VAT: PL7262692356





You need to login or create account ×

Save products on your wishlist to buy them later or share with your friends.

Email


Password


Forgot your password?
Sign in

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

No account? Create one here
Product added to wishlist
Product added to compare.


Please be advised that our online store uses cookie technology and at the same
time does not automatically collect any information, except for the information
contained in these files (so-called "cookies").

Accept