www.waydayhotsale.com Open in urlscan Pro
104.18.73.116  Public Scan

Submitted URL: https://www.waydayhotsale.com/email/click?utm_source=event_newsletter&utm_medium=carts_recovery_3&utm_mode=skip_if_exists&task...
Effective URL: https://www.waydayhotsale.com/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff?utm_source=event_newsletter&utm_medium=...
Submission: On December 12 via manual from US — Scanned from PT

Form analysis 1 forms found in the DOM

POST /110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff

<form class="cart_form" id="order_shipping_method_form" action="/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff" method="post" novalidate="">
  <input type="hidden" name="previous_step" id="previous_step" value="shipping_method" autocomplete="off">
  <input type="hidden" name="step" value="payment_method" autocomplete="off">
  <div class="order_contact_information_wrapper">
    <div class="order_contact_information_left">
      <header>
        <div class="logo pc_logo" style="display: flex;justify-content: center;">
          <a href="/">
				<img src="https://cdn.staticscc.com/uploads/99859/cart/resources/20240924/99859_61c1ba8227833b7c1e97404d62868db1.png">
			</a>
        </div>
        <div class="logo mobile_logo" style="display: flex;justify-content: center;">
          <a href="/">
				<img src="https://cdn.staticsee.com/uploads/110493/cart/resources/20241022/110493_be760b0e285ca78cdd39ad10ee925130.png">
			</a>
        </div>
        <div class="order_crumbs" style="text-align: center;">
          <a href="/cart">

				<span>Cart</span>
			</a> &gt; <a href="/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff?step=contact_information">

				<span>Information</span>
			</a> &gt; <a href="/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff?previous_step=contact_information&amp;step=shipping_method" class="on">

				<span>Shipping</span>
			</a> &gt; <a href="javascript:void(0);">

					<span>Payment</span>
				</a>
        </div>
      </header>
      <div class="plugin-container-header">
        <div app-weight="140" id="app_countdown_wrap" style="background-color: #FF526C;border-color: #FF526C;margin-bottom: 30px;">
          <div class="icon-container">
            <i class="shopyy-iconfont shopyyicon-a-countdown1" style="color: #FFFFFF;">
				</i>
          </div>
          <div class="text-container" style="color: #FFFFFF;">Your cart is reserved for <span class="countTime " style="color: ;background-color: ;">19:55</span> minutes! </div>
        </div>
      </div>
      <div class="order_shipping_method_form">
        <div class="order_shipping_method_wrapper">
          <div class="change_address">
            <ul>
              <li>
                <div class="name"> Email </div>
                <div class="value"> astrid.jacobson@usu.edu </div>
              </li>
              <li>
                <div class="name"> Ship to </div>
                <div class="value ship_to"> 1670 E 1500 N , Logan , Utah, 84341 , United States </div>
                <a class="change_address_btn" href="/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff?step=contact_information">
                    Change
                  </a>
              </li>
            </ul>
          </div>
          <div class="payment_method_box wap-coupon-box checkout-card" style="border-bottom: 1px solid #d9d9d9;">
            <script>
              $(function() {
                var couponbox = $("#coupon-box-order_shipping_method")
                var couponInput = couponbox.find(".coupon_code_input");
                var couponSubmit = couponbox.find(".order_discount_code_btn");
                var couponDiscountBox = $(".order_discount_code_box");

                function delConpon() {
                  couponDiscountBox.find('.close_coupon_code').off('click').click(function() {
                    moi.ajax({
                      url: "/coupon/cancel/4dbfff0c09b4b1d881049afa65c8f3ff",
                      type: 'DELETE',
                      dataType: 'json',
                      cache: false,
                      success: function(res) {
                        if (res.code == '0') {
                          window.location.reload();
                        }
                      },
                      beforeSend: function() {
                        createAjaxLoading();
                      },
                      complete: function() {
                        removeAjaxLoading();
                      }
                    });
                  })
                }
                couponInput.blur(function() {
                  if ($(this).attr('value') == '') {
                    couponSubmit.removeClass("order_discount_code_btn_on");
                    couponbox.find('.tip').remove();
                  }
                });
                couponInput.keydown(function() {
                  couponSubmit.addClass("order_discount_code_btn_on");
                });
                couponInput.bind('paste', function() {
                  couponSubmit.addClass("order_discount_code_btn_on");
                });
                couponSubmit.click(function() {
                  if ($.trim(couponInput.val()) == '') {
                    return;
                  }
                  var _this = $(this);
                  moi.ajax({
                    url: "/coupon/use/4dbfff0c09b4b1d881049afa65c8f3ff",
                    type: 'GET',
                    dataType: 'json',
                    data: {
                      code: couponInput.val(),
                      email: $('#checkout_email').val() || oemcart_order.customer_email
                    },
                    cache: false,
                    success: function(res) {
                      if (res.code != 0) {
                        couponInput.addClass('top-border');
                        if (!couponInput.siblings('.tip').length) {
                          couponInput.after('<p class="tip">' + res.msg + '</p>');
                        } else {
                          couponbox.find('.tip').html(res.msg);
                        }
                        return;
                      }
                      if (res.data.code != 0) {
                        couponInput.addClass('top-border');
                        if (!couponInput.siblings('.tip').length) {
                          couponInput.after('<p class="tip">' + res.data.msg + '</p>');
                        } else {
                          couponbox.find('.tip').html(res.data.msg);
                        }
                        return;
                      } else {
                        couponbox.find('.tip').remove();
                        couponDiscountBox.html(`
                  <div class="order_discount_coupon_code" data-code="${couponInput.val()}">
                    <div>
                      <span>
                        <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.78 3.09C17.45 2.443 16.778 2 16 2h-5.165c-.535 0-1.046.214-1.422.593l-6.82 6.89c0 .002 0 .003-.002.003-.245.253-.413.554-.5.874L.738 8.055c-.56-.953-.24-2.178.712-2.737L9.823.425C10.284.155 10.834.08 11.35.22l4.99 1.337c.755.203 1.293.814 1.44 1.533z" fill-opacity=".55"></path><path d="M10.835 2H16c1.105 0 2 .895 2 2v5.172c0 .53-.21 1.04-.586 1.414l-6.818 6.818c-.777.778-2.036.782-2.82.01l-5.166-5.1c-.786-.775-.794-2.04-.02-2.828.002 0 .003 0 .003-.002l6.82-6.89C9.79 2.214 10.3 2 10.835 2zM13.5 8c.828 0 1.5-.672 1.5-1.5S14.328 5 13.5 5 12 5.672 12 6.5 12.672 8 13.5 8z"></path></svg>
                        ${couponInput.val()}
                      </span>
                      <span class="close_coupon_code"><svg t="1633405599567" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1984" width="16" height="16"><path d="M453.44 512L161.472 220.032a41.408 41.408 0 0 1 58.56-58.56L512 453.44 803.968 161.472a41.408 41.408 0 0 1 58.56 58.56L570.56 512l291.968 291.968a41.408 41.408 0 0 1-58.56 58.56L512 570.56 220.032 862.528a41.408 41.408 0 0 1-58.56-58.56L453.44 512z" p-id="1985"></path></svg>
                      </span>
                    </div>
                    <p class="tip_code"></p>
                  </div>
                  
                `)
                        window.location.reload();
                      }
                    },
                    beforeSend: function() {
                      createAjaxLoading();
                    },
                    complete: function() {
                      removeAjaxLoading();
                    }
                  });
                })
                delConpon()
              })
            </script>
          </div>
          <div class="shipping_method_box">
            <div class="checkout-card">
              <div class="shipping_method_title card-title"> Shipping Method </div>
              <div class="shipping_method_content">
                <ul>
                  <li>
                    <div class="order_radio_box">
                      <label class="radio_label" for="shipping_206256">
                        <input type="radio" id="shipping_206256" class="order_radio shipping_method" autocomplete="off" name="shipping_id" value="206256" data_name="Wayfair door-to-door delivery" data_price="0" data_price_currency="0">
                        <span class="radio_icon"></span>
                        <div class="radio_name">
                          <div>Wayfair door-to-door delivery</div>
                          <div style="color: #999;margin-top:4px;line-height:18px;font-size: 12px;">3-year product warranty. Free returns and exchanges within 60 days!</div>
                        </div>
                        <span class="radio_t " style="text-align: right;"> $ 0.00 </span>
                      </label>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
          </div>
        </div>
        <div class="order_contact_information_btn">
          <a class="return_cart" href="/110493-4dbfff/checkouts/4dbfff0c09b4b1d881049afa65c8f3ff?step=contact_information">
                  <svg t="1633330622655" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3419" width="14" height="14"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8c-16.4 12.8-16.4 37.5 0 50.3l450.8 352.1c5.3 4.1 12.9 0.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" p-id="3420"></path></svg>
                  Return to information
                </a>
          <div class="">
            <a class="order_btn save_shipping_method_btn" style="background: #0558B1;display: block;" href="javascript:void(0);">
                    <span>
                      Continue to Payment
                    </span>
                    <svg t="1592222422836" class="order_btn_icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6126" width="20" height="20"><path d="M512.606821 958.898283c-246.319012 0-446.698738-200.379727-446.698738-446.698738S266.287809 65.479317 512.606821 65.479317c17.73185 0 32.117488 14.385639 32.117488 32.117488s-14.385639 32.117488-32.117488 32.117488c-210.897268 0-382.463762 171.58696-382.463762 382.484228s171.566494 382.463762 382.463762 382.463762 382.484228-171.566494 382.484228-382.463762c0-106.013499-42.384319-204.603935-119.332852-277.558503-12.859889-12.211113-13.403265-32.536021-1.212618-45.416376 12.190647-12.901845 32.536021-13.403265 45.416376-1.212618 89.870844 85.229127 139.365094 200.35926 139.365094 324.187497C959.327048 758.518556 758.925832 958.898283 512.606821 958.898283z" p-id="6127"></path></svg>
                  </a>
          </div>
        </div>
      </div>
      <div class="plugin-container-footer">
        <div app-weight="110" class="app-trusttool-1">
          <div class="app-trusttool-networksecurity">
            <div class="the-scene-security
				trusttool-alert dis_show" data-popup="1">
              <div class="the-scene-security-header" style="color:#38B336">
                <span> <i class="trusttool icon-anquan_4"></i> <span> Trusted Store </span> </span>
              </div>
              <div class="the-scene-security-body"> SECURE PAYMENT </div>
            </div>
          </div>
        </div>
      </div>
      <footer class="order_footer">
        <div class="order_copyright">All rights reserved Wayfair </div>
      </footer>
      <script type="text/javascript">
        var countryLimit = {}
        $(function() {
          orderFormInput();
          orderProductScroll();
          discount();
          moi.ajax({
            url: "/country/viewlimit",
            type: "GET",
            dataType: "json",
            success: function(res) {
              countryLimit = res.data;
              var code = $("#checkout_shipping_address_country").find("option:selected").attr("country_code");
              if (code) {
                setCountryProvincesZipIsShowNode(code)
              }
              $("select[name='country_id']").change();
            }
          });

          function setCountryProvincesZipIsShowNode(country_code) {
            if (country_code == "BD") {
              $("#shipping_address_provinces_box").show();
              $("#shipping_address_postal_code_box").hide();
              return
            }
            if (countryLimit[country_code]) {
              if (countryLimit[country_code].format.province && countryLimit[country_code].format.province.hiding == 'true') {
                $("#shipping_address_provinces_box").hide();
              } else {
                $("#shipping_address_provinces_box").show();
              }
              if (countryLimit[country_code].format.postal_code) {
                if (countryLimit[country_code].format.postal_code.hiding == 'true') {
                  $("#shipping_address_postal_code_box").hide();
                }
                if (countryLimit[country_code].format.postal_code.required == 'true') {
                  $('input[name="zip"]').attr("required", true)
                } else {
                  $('input[name="zip"]').prop("required", false)
                }
              } else {
                if ($('#checkout_shipping_address_country').val() != 100) {
                  $("#shipping_address_postal_code_box").show();
                }
                $('input[name="zip"]').attr("required", true)
              }
            } else {
              $("#shipping_address_provinces_box").show();
              if ($('#checkout_shipping_address_country').val() != 100) {
                $("#shipping_address_postal_code_box").show();
              }
              $('input[name="zip"]').attr("required", true)
            }
            $('#checkout_shipping_address_country').removeClass('top-border');
            $('#checkout_shipping_address_country').siblings('.tip').remove();
          }
          window.setOrderCountryNode = setCountryProvincesZipIsShowNode;
          $('.change_address_btn').click(function() {
            $('.pop_change_addresss').addClass('pop_change_addresss_on');
          })
          $('.pop_change_addresss_close').click(function() {
            $('.pop_change_addresss').removeClass('pop_change_addresss_on');
          })
          $('#checkout_shipping_address_country').change(function() {
            var _value = $('#checkout_shipping_address_province').attr('value');
            var country_code = $("#checkout_shipping_address_country").find("option:selected").attr("country_code");
            setCountryProvincesZipIsShowNode(country_code)
            var _id = $(this).val();
            changeCountryToChangeSate(_id, _value);
            if (_id == 229) {
              $("#new_shipping_address_state label").text('State')
              $("#new_shipping_address_state select option").eq(0).text('State')
            }
          })
          $('.wap_order_summary').click(function() {
            if ($(this).hasClass('wap_order_summary_on')) {
              $(this).removeClass('wap_order_summary_on');
              if ($('.order_contact_information_right').is(':animated')) {
                return false;
              } else {
                $('.order_contact_information_right').slideUp();
              }
            } else {
              $(this).addClass('wap_order_summary_on');
              if ($('.order_contact_information_right').is(':animated')) {
                return false;
              } else {
                $('.order_contact_information_right').slideDown();
              }
            }
          })
        })

        function discount() {
          $('#use_coupon_code').blur(function() {
            if ($(this).attr('value') == '') {
              $(this).parents(".order_discount").find(".order_discount_code_btn").removeClass("order_discount_code_btn_on");
            }
          });
          $('#use_coupon_code').keydown(function() {
            $(this).parents(".order_discount").find(".order_discount_code_btn").addClass("order_discount_code_btn_on");
          });
          $('.valide_coupon_btn').click(function() {
            if ($.trim($(this).parents(".order_discount").find('.coupon_code_input').val()) == '') {
              return;
            }
            var codeobj = $(this).parents(".order_discount").find('.coupon_code_input').val();
            var _this = $(this);
            moi.ajax({
              url: "/coupon/use/4dbfff0c09b4b1d881049afa65c8f3ff",
              type: 'GET',
              dataType: 'json',
              data: {
                code: codeobj
              },
              cache: false,
              success: function(res) {
                if (res.data.code != 0) {
                  $('input[name="coupon_code"]').addClass('top-border');
                  $(".coupons-record-item").removeClass("coupons-record-item-active");
                  if (!$('input[name="coupon_code"]').siblings('.tip').length) {
                    $('input[name="coupon_code"]').after('<p class="tip">' + res.data.msg + '</p>');
                  } else {
                    $('.tip').html(res.data.msg);
                  }
                  return;
                } else {
                  window.location.reload();
                }
              },
              beforeSend: function() {
                createAjaxLoading();
              },
              complete: function() {
                removeAjaxLoading();
              }
            });
          });
        }

        function orderFormInput() {
          $('.order_text_box .order_text').each(function() {
            if ($(this).attr('value') != '') {
              $(this).parents('.order_text_box').addClass('order_text_on');
            }
          });
          $('.order_text_box .order_text').focus(function() {
            $(this).parents('.order_text_box').addClass('order_text_on');
          });
          $(document).on('keydown', '.order_text_box .order_text', function() {
            $(this).parents('.order_text_box').addClass('order_text_on');
            $(this).removeClass('top-border');
            $(this).siblings('.tip').remove();
          });
          $(document).on('blur', '.order_text_box .order_text', function() {
            if ($(this).attr('value') == '') {
              $(this).parents('.order_text_box').removeClass('order_text_on');
            }
          })
          $('.order_textarea_box .order_textarea').each(function() {
            if ($(this).attr('value') != '') {
              $(this).parents('.order_textarea_box').addClass('order_textarea_on');
            }
          });
          $(document).on('keydown', '.order_textarea_box .order_textarea', function() {
            $(this).parents('.order_textarea_box').addClass('order_textarea_on');
            $(this).removeClass('top-border');
            $(this).siblings('.tip').remove();
          });
          $(document).on('blur', '.order_textarea_box .order_textarea', function() {
            if ($(this).attr('value') == '') {
              $(this).parents('.order_textarea_box').removeClass('order_textarea_on');
            }
          })
          $('select[name=country_id]').change(function() {
            $(this).removeClass('top-border');
            $(this).siblings('.tip').remove();
          })
        }

        function orderProductScroll() {
          var _h1 = $('.product_info_list').height();
          var _h2 = $('.product_info_list ul').height();
          $('.product_info_list').hover(function() {
            $(this).css('overflow-y', 'auto');
          }, function() {
            $(this).css('overflow-y', 'hidden');
          });
          if (_h2 > _h1) {
            $('.order_product_list_tip').show();
          }
          $('.product_info_list').scroll(function() {
            $('.order_product_list_tip').hide();
          })
        }
        // function checkEmail(value) {
        //     return /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(value)
        // }
        function Loading() {
          $('.order_btn').addClass('btn_loading');
        }
      </script>
    </div>
    <div class="order_contact_information_right">
      <div class="order_product_info">
        <div class="product_info_list">
          <ul>
            <li>
              <a class="order_product_pic">
        <div class="order_product_pic_img" style="position: relative;"><img src="https://cdn.staticsee.com/uploads/110493/cart/resources/20241020/3E8A8A5C-84C5-8A4D-9636-0CA7D6E845F9.jpg?x-oss-process=image/resize,m_lfit,w_128/quality,q_95/format,webp" alt="Everett Outdoor 6 ft. W x 3 ft. D Plastic Storage Shed">
          
        </div>
        <div class="order_product_num">
          1
        </div>
      </a>
              <div class="order_product_content">
                <div class="order_product_content-info">
                  <div class="order_product_content-header">
                    <a class="product_name">
              Everett Outdoor 6 ft. W x 3 ft. D Plastic Storage Shed
            </a>
                  </div>
                  <div class="order_product_sku">
                  </div>
                  <script>
                    $(function() {
                      var cart = _GET_C_SETTING_('cart');
                      var cartNodeList = $(".product_info_list li");
                      var productList = cart.items;
                      for (let i = 0; i < productList.length; i++) {
                        const cuurentTimer = productList[i].property.find(function(item) {
                          return item.type == "promotion_timer"
                        })
                        if (cuurentTimer) {
                          var timing = productList[i].ends_at - cart.sys_time;
                          if (timing > 0) {
                            moi.countdown(cartNodeList.eq(i).find(".cart-label-timer"), timing, function() {
                              window.location.reload();
                            })
                            cartNodeList.eq(i).find(".cart-label-timer").show();
                          }
                        }
                      }
                    })
                  </script>
                </div>
                <div class="product_price">
                  <span>$ 61.16</span>
                </div>
              </div>
            </li>
          </ul>
          <div class="order_product_list_tip"> Scroll for more items <svg t="1591928747155" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3887" width="14" height="14">
              <path
                d="M467.985218 937.525717c0.122866 0.124914 0.24778 0.248804 0.372694 0.370646 11.174684 10.873662 25.852081 16.831651 41.412066 16.831651 0.277473 0 0.554946-0.001024 0.832419-0.005119 15.837458-0.217064 30.643864-6.574368 41.702849-17.905707l334.741901-339.769178c9.525205-9.667525 9.408482-25.226487-0.259043-34.750668-9.666501-9.524181-25.227511-9.408482-34.750668 0.259043l-315.80719 320.551874L536.230246 88.475979c0-13.5716-11.001648-24.573248-24.573248-24.573248-13.5716 0-24.573248 11.001648-24.573248 24.573248l0 798.397108L166.360888 561.132161c-9.52111-9.670597-25.080071-9.791415-34.750668-0.269282-9.670597 9.52111-9.791415 25.080071-0.270306 34.750668L467.985218 937.525717z"
                p-id="3888"></path>
            </svg>
          </div>
        </div>
        <script>
          $(function() {
            var couponbox = $("#coupon-box-order_shipping_method_pc")
            var couponInput = couponbox.find(".coupon_code_input");
            var couponSubmit = couponbox.find(".order_discount_code_btn");
            var couponDiscountBox = $(".order_discount_code_box");

            function delConpon() {
              couponDiscountBox.find('.close_coupon_code').off('click').click(function() {
                moi.ajax({
                  url: "/coupon/cancel/4dbfff0c09b4b1d881049afa65c8f3ff",
                  type: 'DELETE',
                  dataType: 'json',
                  cache: false,
                  success: function(res) {
                    if (res.code == '0') {
                      window.location.reload();
                    }
                  },
                  beforeSend: function() {
                    createAjaxLoading();
                  },
                  complete: function() {
                    removeAjaxLoading();
                  }
                });
              })
            }
            couponInput.blur(function() {
              if ($(this).attr('value') == '') {
                couponSubmit.removeClass("order_discount_code_btn_on");
                couponbox.find('.tip').remove();
              }
            });
            couponInput.keydown(function() {
              couponSubmit.addClass("order_discount_code_btn_on");
            });
            couponInput.bind('paste', function() {
              couponSubmit.addClass("order_discount_code_btn_on");
            });
            couponSubmit.click(function() {
              if ($.trim(couponInput.val()) == '') {
                return;
              }
              var _this = $(this);
              moi.ajax({
                url: "/coupon/use/4dbfff0c09b4b1d881049afa65c8f3ff",
                type: 'GET',
                dataType: 'json',
                data: {
                  code: couponInput.val(),
                  email: $('#checkout_email').val() || oemcart_order.customer_email
                },
                cache: false,
                success: function(res) {
                  if (res.code != 0) {
                    couponInput.addClass('top-border');
                    if (!couponInput.siblings('.tip').length) {
                      couponInput.after('<p class="tip">' + res.msg + '</p>');
                    } else {
                      couponbox.find('.tip').html(res.msg);
                    }
                    return;
                  }
                  if (res.data.code != 0) {
                    couponInput.addClass('top-border');
                    if (!couponInput.siblings('.tip').length) {
                      couponInput.after('<p class="tip">' + res.data.msg + '</p>');
                    } else {
                      couponbox.find('.tip').html(res.data.msg);
                    }
                    return;
                  } else {
                    couponbox.find('.tip').remove();
                    couponDiscountBox.html(`
                  <div class="order_discount_coupon_code" data-code="${couponInput.val()}">
                    <div>
                      <span>
                        <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M17.78 3.09C17.45 2.443 16.778 2 16 2h-5.165c-.535 0-1.046.214-1.422.593l-6.82 6.89c0 .002 0 .003-.002.003-.245.253-.413.554-.5.874L.738 8.055c-.56-.953-.24-2.178.712-2.737L9.823.425C10.284.155 10.834.08 11.35.22l4.99 1.337c.755.203 1.293.814 1.44 1.533z" fill-opacity=".55"></path><path d="M10.835 2H16c1.105 0 2 .895 2 2v5.172c0 .53-.21 1.04-.586 1.414l-6.818 6.818c-.777.778-2.036.782-2.82.01l-5.166-5.1c-.786-.775-.794-2.04-.02-2.828.002 0 .003 0 .003-.002l6.82-6.89C9.79 2.214 10.3 2 10.835 2zM13.5 8c.828 0 1.5-.672 1.5-1.5S14.328 5 13.5 5 12 5.672 12 6.5 12.672 8 13.5 8z"></path></svg>
                        ${couponInput.val()}
                      </span>
                      <span class="close_coupon_code"><svg t="1633405599567" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1984" width="16" height="16"><path d="M453.44 512L161.472 220.032a41.408 41.408 0 0 1 58.56-58.56L512 453.44 803.968 161.472a41.408 41.408 0 0 1 58.56 58.56L570.56 512l291.968 291.968a41.408 41.408 0 0 1-58.56 58.56L512 570.56 220.032 862.528a41.408 41.408 0 0 1-58.56-58.56L453.44 512z" p-id="1985"></path></svg>
                      </span>
                    </div>
                    <p class="tip_code"></p>
                  </div>
                  
                `)
                    window.location.reload();
                  }
                },
                beforeSend: function() {
                  createAjaxLoading();
                },
                complete: function() {
                  removeAjaxLoading();
                }
              });
            })
            delConpon()
          })
        </script>
        <div class="order_total">
          <div class="order_total_list">
            <div class="control-checkout-coupon_bottom"></div>
            <ul>
              <li>
                <div class="name"> Subtotal </div>
                <div class="value" id="subtotal_price" data_price="61.16"> $ 61.16 </div>
              </li>
              <li>
                <div class="name"> Promotion Discount </div>
                <div class="value" id="promotion_price"> $ -12.02 </div>
              </li>
              <li>
                <div class="name"> Shipping Cost </div>
                <div class="value" id="shipping_price">$ 0.00</div>
              </li>
              <li style="display:none">
                <div class="name"> Insurance </div>
                <div class="value" id="insurance_fee_cart">0</div>
              </li>
              <li style="display:none">
                <div class="name">
                </div>
                <div class="value" id="tip_price_show"> $ 0.00 </div>
              </li>
              <li style="display:none">
                <div class="name">Charge Fee</div>
                <div class="value" id="payment_price" data_price="0">$ 0.00</div>
              </li>
            </ul>
            <ul id="custom-cost-warp"></ul>
          </div>
          <div class="order_total_price">
            <div class="name"> Total Price </div>
            <div class="value" id="total_price">$ 49.14</div>
          </div>
        </div>
      </div>
      <div class="plugin-checkout-right_bottom">
        <div app-weight="110" class="app-trusttool-0">
          <div class="app-trusttool-badge">
            <div class="badge-flex dis_flex" style="">
              <div class="app-trusttool-badge-list list-129349 " style="">
                <p class="badge-title" style="color:rgba(29, 31, 33, 1);text-align:center">
                  <span style="background-color:#fafafa">GUARANTEED SAFE CHECKOUT</span>
                </p>
                <div class="badge-list-reep">
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/paypal.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/VISA.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/mastercard2.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/American_express.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/dalaika.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/JCB.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/pay/colours/discover.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/platform/colours/100percentgenuine.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/platform/colours/100percentsatisfaction.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/platform/colours/kuaisuyunshu_huoche.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/network/colours/maikefei.svg">
                  </div>
                  <div style="background:undefined;" class="badge-list border undefined">
                    <img src="https://cdn.staticsee.com/statics/apps/trusttool/svg/network/colours/Symantec_SSL.svg">
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

CANNOT PLACE ORDER!

 * The maximum order quantity is 1 orders within 1 Days.

OK
Show order summary Hide order summary $ 49.14
Cart > Information > Shipping > Payment
Your cart is reserved for 19:55 minutes!
 * Email
   astrid.jacobson@usu.edu
 * Ship to
   1670 E 1500 N , Logan , Utah, 84341 , United States
   Change


Shipping Method
 * Wayfair door-to-door delivery
   3-year product warranty. Free returns and exchanges within 60 days!
   $ 0.00

Return to information
Continue to Payment
Trusted Store
SECURE PAYMENT
All rights reserved Wayfair
 * 1
   Everett Outdoor 6 ft. W x 3 ft. D Plastic Storage Shed
   
   $ 61.16

Scroll for more items
 * Subtotal
   $ 61.16
 * Promotion Discount
   $ -12.02
 * Shipping Cost
   $ 0.00
 * Insurance
   0
 * $ 0.00
 * Charge Fee
   $ 0.00

Total Price
$ 49.14

GUARANTEED SAFE CHECKOUT