www.couponsplusdeals.com Open in urlscan Pro
2606:4700:20::681a:de0  Public Scan

Submitted URL: http://couponsplusdeals.com/
Effective URL: https://www.couponsplusdeals.com/
Submission: On February 23 via api from IT — Scanned from IT

Form analysis 3 forms found in the DOM

<form class="search-form">
  <div class="select2-container select2-container-multi form-control search-form-header" id="s2id_search-any">
    <ul class="select2-choices">
      <li class="select2-search-field"> <label for="s2id_autogen3" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input select2-default"
          id="s2id_autogen3" placeholder="" style="width: 343px;"> </li>
    </ul>
    <div class="select2-drop select2-drop-multi select2-display-none bigdrop">
      <ul class="select2-results"> </ul>
    </div>
  </div><input id="search-any" class="form-control search-form-header select2-offscreen" tabindex="-1">
  <script>
    $(document).ready(function() {
      $(".search-form-header").select2({
        placeholder: "Search for Stores...",
        minimumInputLength: 2,
        multiple: true,
        ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
          url: "http://www.couponsplusdeals.com/search",
          dataType: 'json',
          quietMillis: 250,
          data: function(term, page) { // page is the one-based page number tracked by Select2
            return {
              keyword: term, //search term
              page: page // page number
            };
          },
          results: function(data, page) {
            var more = (page * 30) < data.total_count; // whether or not there are more results available
            // notice we return the value of more so Select2 knows if more results can be loaded
            return {
              results: data.items,
              more: more
            };
          },
          cache: true
        },
        formatResult: searchFormatResult, // omitted for brevity, see the source of this page
        formatSelection: searchFormatSelection, // omitted for brevity, see the source of this page
        dropdownCssClass: "bigdrop", // apply css that makes the dropdown taller
        escapeMarkup: function(m) {
          return m;
        } // we do not want to escape markup since we are displaying html in results
      }).on("select2-selecting", function(e) {
        if (e.object.type == 'store') {
          var alias = e.object.note === 'ngach' ? e.object.alias : e.object.alias;
          window.location = "http://www.couponsplusdeals.com" + '/' + alias;
        } else if (e.object.type == 'coupon') {
          window.open("http://www.couponsplusdeals.com" + '/' + e.object.store_alias + '?c=' + e.object.coupon_key, '_blank');
          window.open("http://www.couponsplusdeals.com/go" + '/' + e.object.coupon_key, '_self');
        } else {
          window.open('?d=' + e.object.coupon_key, '_blank');
          window.open("http://www.couponsplusdeals.com/go" + '/' + e.object.coupon_key, '_self');
        }
      });

      function searchFormatResult(repo) {
        var markup = '';
        if (repo.type == 'store' || repo.type == 'deal') {
          markup = '<div class="row">' +
            //            '<div class="col-sm-4"><img class="img-responsive" src="' + repo.image + '" /></div>' +
            '<div class="col-sm-12">' + '<div class="">' + '<div><b>' + repo.title + '</b></div>' +
            //            '<div>' + repo.description + '</div>' +
            '</div></div></div>';
        } else {
          markup = '<div class="row">' + '<div class="col-sm-4">';
          if (repo.coupon_type == 'COUPON CODE') {
            markup += '<figcaption class="search-coupon"><samp class="btn-coupon-small">';
            if (repo.exclusive == 1) markup += '<span class="exclu-stamp">Exclusive</span>';
            markup += '<strong>' + repo.discount + '<sup>' + repo.currency + '</sup>' + '</strong><span>Discount</span></samp></figcaption>'
          } else if (repo.coupon_type == 'FREE SHIPPING') {
            markup += '<figcaption class="search-free"><samp class="btn-coupon-small">';
            if (repo.exclusive == 1) markup += '<span class="exclu-stamp">Exclusive</span>';
            markup += '<strong>Free</strong><span>Shipping</span></samp></figcaption>'
          } else {
            markup += '<figcaption class="search-deal"><samp class="btn-coupon-small">';
            if (repo.exclusive == 1) markup += '<span class="exclu-stamp">Exclusive</span>';
            markup += '<strong>Great</strong><span>Offer</span></samp></figcaption>'
          }
          markup += '</div>' + '<div class="col-sm-8">' + '<div class="">' + '<div><b>' + repo.title + '</b></div>' + '<div>' + repo.description + '</div>' + '</div></div></div>';
        }
        return markup;
      }

      function searchFormatSelection(repo) {
        return repo.title;
      }
    });
  </script>
</form>

http://www.couponsplusdeals.com/user/subscribeHome

<form class="form" action="http://www.couponsplusdeals.com/user/subscribeHome" id="subscribe-home-form">
  <input type="hidden" name="_token" value="afcQgyU3t0o2mPPClmqDvCzqyh8OluBrTJgn66hd">
  <input class="form-control input-subcribe" required="" name="email" type="email" placeholder="Enter your email">
  <button class="btn btn-default btn-submit btn-subcribe" type="submit">Subscribe</button>
</form>

<form class="little-comment-form col-md-12">
  <div class="row">
    <input type="hidden" name="_token" value="afcQgyU3t0o2mPPClmqDvCzqyh8OluBrTJgn66hd">
    <input type="hidden" name="couponId" value="">
    <input type="hidden" name="type" value="0">
    <div class="form-group clearfix">
      <div class="col-md-12">
        <textarea maxlength="200" required="" class="form-control" name="cmt3" rows="3" placeholder="Add a comment"></textarea>
      </div>
      <div class="col-md-12 margin-top-15">
        <div id="reCaptchaLittleFormSubmit" class="g-recaptcha"></div>
      </div>
      <div class="col-md-12 margin-top-15">
        <button type="submit" class="btn btn-coupon btn-block">Send Comment</button>
      </div>
    </div>
    <div class="alert alert-warning hidden" role="alert">Your comment has been successfully submitted. However, it needs to be moderated before being displayed.</div>
    <div class="alert alert-danger hidden" role="alert">There was an error encountered, please try again later.</div>
  </div>
</form>

Text Content

 * 


 * 


 * Coupon Code
   *   Categories
   *   Blogs

 * 


Coupons Plus Deals

Weekly-added Free Coupon Codes & Discount Codes up to 9000

 * Udemy
   322 Coupons
 * TB Dress
   14 Coupons
 * EricDress
   5 Coupons
 * Shoespie
   3 Coupons
 * eBags
   24 Coupons
 * Starbucks
   14 Coupons
 * 1800PetMeds
   27 Coupons

 1. 1
 2. 2
 3. 3

 * TOP coupon codes & DEALS


APPLY CODE AT CHECKOUT TO ENJOY 20% OFF ALL SUBSCRIPTIONS

Get Code



ENJOY 6% OFF ON YOUR CART AT GT RACING. CLICK IT NOW!

Get Code


SHOP FOR 40% OFF YOUR PURCHASE

Get Code


$10 OFF ORDERS $100 OR MORE

Get Code

Get Deal


GET 30% OFF FULL PRICED ITEMS AT HERB APPROACH

Get Code


SAVE $40 AND GET FREE SHIPPING!

Get Deal


IPBURGER COUPON: 10% OFF ON YOUR ORDER IMMEDIATELY!

Get Code


10% OFF

Get Code


$10 OFF SITEWIDE

Get Code


GET 20% OFF FRAME BY FRAME HANDDRAWN FX COURSE

Expires 13 Feb 2020 11:42 am
Get Code


SAVE 5% OFF FOR YOUR ORDER

Get Code



ABOUT COUPONS PLUS DEALS “SAVE FOR FUTURE” SCHOLARSHIP

 * “ Concordia University appreciates that Coupons Plus Deals has offered this
   financial assistance to students who have financial problems. ”
   
   Concordia University

 * “ Thanks Coupons Plus Deals for sharing this scholarship with us ”
   
   Wentworth Institute of Technology

 * “ Hope you will have more scholarships for students who have financial
   difficulties ”
   
   University of Boston

 * “ Students from Hanoi can apply for this scholarship. It will help you a lot
   ”
   
   Hanoi University of Science and Technology

 * “ Join to get this $3000 scholarship to relieve from your families ”
   
   Singapore Polytechnic

 * “ A great chance to reduce your tuition fees. Many thanks to Coupons Plus
   Deals ”
   
   Royal Agricultural University

 * “ Concordia University appreciates that Coupons Plus Deals has offered this
   financial assistance to students who have financial problems. ”
   
   Concordia University

 * “ Thanks Coupons Plus Deals for sharing this scholarship with us ”
   
   Wentworth Institute of Technology

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

 * Previous
 * Next


ABOUT COUPON CODES - COUPONSPLUSDEALS.COM

    Welcome to Coupons plus Deals- your reliable company while shopping. We are
not simply a company as a boyfriend sitting there and waiting for his girl
shopping around. What could be smarter than shopping with us to grasp your
favorite items with surprisingly economical price?
Coupons plus Deals is the website listing go-to coupons, deals, discounts and
other saving offers for more saving on your purchase. With the hope of
contributing to the development of ecommerce market as well as being the best
company of consumers and sellers, Coupons plus Deals was established by
professional team constantly updating thousands of verified coupon codes and
deals on affiliated stores both online and in-store around the world, especially
in the US, such as 6pm.com, EricDress, Amazon, Udemy and Macys. For employees,
here comes the workplace that lifts up their career, making their lives easier
and greatlly happier with friendly co-workers. They are always ambitious to
innovate the site, creating the greater bridge between sellers and purchasers.
For merchants from any fields (Electronics, Health & Medicine,
Jewelry, Clothing, Games or Travel…etc), Coupons Plus Deals serves as a partner
of their successful business, building an open space where their products can be
more recommended and prefered among communities. For consumers, regardless where
you’re from and who you are, that means you can enjoy everything in need without
worrying about paying way too much than its real price. 


HOW CAN COUPONS AND DISCOUNTS BE USED ?

    All you need is internet-connected devices (computer, ipad, ipod or
smartphone) allowing you to have access to a great number of saving offers such
as 6pm coupons, Amazon deals, Kohls discounts and Macys coupon codes. As simple
as you can ever imagine, just choose the items you want in the store you adore
then get the coupon codes, discounts and deals we update, and now it’s time to
own it.
What else does Coupons Plus Deals have ? No need to waste your time surfing from
page to page in order to get information. Besides offering coupon codes for a
wide range of categories, we share tips and tricks, shopping secrets that make
your shopping journey much more interesting.



Stay with us and you will be the smartest shopaholic ever, the leading retailer
ever and the high-performing employee ever!






POPULAR STORES

 * Gigajob Coupon Codes
 * Engine Templates Coupon Codes
 * Thxsilk Coupon Codes
 * The Bay Coupon Codes
 * Newegg Coupon Codes
 * Buyingle Coupon Codes
 * Buytricycle Coupon Codes
 * TomTop Coupon Codes
 * MinerGate Coupon Codes
 * Macy's Coupon Codes
 * PandaHall Coupon Codes
 * TripAdvisor Coupon Codes
 * Jane Coupon Codes
 * HAIYI WIG COUPONS Coupon Codes
 * Vesgantti Coupon Codes
 * PupSocks Coupon Codes
 * BangGood Coupon Codes
 * Amazon Coupon Codes
 * Organic Start Coupon Codes
 * Lampeez Coupon Codes
 * BestSelf Co Coupon Codes
 * Mermaid Pillow Co Coupon Codes



Subscribe us

Get the best coupon codes with our deal alerts & weekly newsletters

Subscribe

×

Send Comment
Your comment has been successfully submitted. However, it needs to be moderated
before being displayed.
There was an error encountered, please try again later.


CouponsPlusDeals® is a registered trademark

© 2012 - 2022. All rights reserved. Tel: (805) 517-8692

Terms & Conditions | Privacy Policy | DMCA | Contact Us |
Disclaimer: Presence of third-party trademarks does not conclusively mean that
Coupons Plus Deals has relationship with that third-party. The displays contain
links to third-party’s websites that are not controlled by Coupons Plus Deals.
If you purchase through the links, we might be paid a small fee by the
merchants.