www.supplyed.com Open in urlscan Pro
173.249.147.171  Public Scan

URL: https://www.supplyed.com/
Submission Tags: sansec.io magecart Search All
Submission: On October 25 via api from US — Scanned from US

Form analysis 3 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="aa-SubmitButton" type="submit" title="Submit"><svg class="aa-SubmitIcon" viewBox="0 0 24 24" width="20" height="20"
          fill="currentColor">
          <path
            d="M16.041 15.856c-0.034 0.026-0.067 0.055-0.099 0.087s-0.060 0.064-0.087 0.099c-1.258 1.213-2.969 1.958-4.855 1.958-1.933 0-3.682-0.782-4.95-2.050s-2.050-3.017-2.050-4.95 0.782-3.682 2.050-4.95 3.017-2.050 4.95-2.050 3.682 0.782 4.95 2.050 2.050 3.017 2.050 4.95c0 1.886-0.745 3.597-1.959 4.856zM21.707 20.293l-3.675-3.675c1.231-1.54 1.968-3.493 1.968-5.618 0-2.485-1.008-4.736-2.636-6.364s-3.879-2.636-6.364-2.636-4.736 1.008-6.364 2.636-2.636 3.879-2.636 6.364 1.008 4.736 2.636 6.364 3.879 2.636 6.364 2.636c2.125 0 4.078-0.737 5.618-1.968l3.675 3.675c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z">
          </path>
        </svg></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 for products, categories, ..." 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 https://www.supplyed.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.supplyed.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail-popup">
  <div class="block-content">
    <div class="form-subscribe-header block-title">
      <label for="newsletter-popup">signup for our newsletter &amp; promotions</label>
    </div>
    <h2 class="promotions promotions1">Get</h2>
    <h2 class="promotions promotions2">50%<span class="off">Off</span></h2>
    <h3>on your next purchase</h3>
    <div class="subcribe-box newsletter-new clearfix">
      <div class="field newsletter input-box">
        <div class="control">
          <input name="email" type="email" id="newsletter-popup" class="input-text" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
        </div>
      </div>
      <div class="actions">
        <button class="action subscribe button" title="Subscribe" type="submit">
          <span>Subscribe</span>
        </button>
      </div>
    </div>
    <div class="subscribe-bottom">
      <input type="checkbox">Don’t show this popup again
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.supplyed.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Toggle Nav
My Account
 * My Wish List
 * My Account
 * Sign In
 * Create an Account
 * Custom pricing for you

My Quote 0
My Quote My Quote
Close Close You have no items in your quote.

My Cart Shopping cart

items -

My Cart
Close You have no items in your shopping cart.

Toggle Nav

CONTACT US


Menu
 * Drapery Supplies
   * Commercial
   * Cord Draw
   * Low Profile Cord Drawn
   * Decorative Hand Drawn
   * Cubicle & IV
   * C-Track
   * Iron
   * Batons
 * Motorization Supplies
   * Drapery Motorization
   * Shade Motorization
 * Shade Supplies
   * Head Boxes
   * Side Channels
   * Cassettes and Fascias
   * Clutches
 * Workroom Supplies
 * Catalog

 * Drapery Supplies
   * Commercial
   * Cord Draw
   * Low Profile Cord Drawn
   * Decorative Hand Drawn
   * Cubicle & IV
   * C-Track
   * Iron
   * Batons
 * Motorization Supplies
   * Drapery Motorization
   * Shade Motorization
 * Shade Supplies
   * Head Boxes
   * Side Channels
   * Cassettes and Fascias
   * Clutches
 * Workroom Supplies
 * Catalog

Account

signup for our newsletter & promotions


GET


50%OFF


ON YOUR NEXT PURCHASE

Subscribe
Don’t show this popup again




MANUFACTURER OF DRAPERY, SHADE, AND
MOTORIZATION HARDWARE!


MANUFACTURER OF
DRAPERY, SHADE, AND
MOTORIZATION HARDWARE!


Commercial and residential drapery hardware, decorative hardware,
and motorization products
VIEW PRODUCTS


WE PROVIDE PREMIUM QUALITY PRODUCTS AT COMPETITIVE PRICES
FOR THE WINDOW RELATED HOSPITALITY INDUSTRY


WE PROVIDE PREMIUM QUALITY PRODUCTS AT COMPETITIVE PRICES FOR THE WINDOW
RELATED HOSPITALITY INDUSTRY

Since day one, our drapery hardware and installation experts help design
products that cater to the installer, designer, and customer. With years of
experience and high demand products, we have grown to become one of the leading
suppliers of drapery hardware to the industry.


MOTORIZED
WINDOW TREATMENTS

LEADING SUPPLIERS OF WINDOW MOTORIZATION SOLUTIONS

VIEW PRODUCTS
VIEW PRODUCTS


COMMERCIAL

VIEW PRODUCTS


DECORATIVE

VIEW PRODUCTS


DRAPERY MOTORIZATION

VIEW PRODUCTS


SHADE MOTORIZATION

VIEW PRODUCTS


HEAD BOXES

VIEW PRODUCTS


CASSETTES & FASCIAS


WE DESIGN, EXTRUDE, AND MOULD
ALL OF OUR OWN PRODUCTS.

To name a few, we produce: batons, carriers, components, motorization solutions,
and workroom supplies. As a manufacturer we also provide custom fabrication and
OEM services to companies looking for private labeling.

VIEW PRODUCTS


FEATURED PRODUCTS

Check out our most popular products!

See Products


OVER 1200+ VARIATIONS

Complete the look with a color matched product!

See Variations


SUPPLYED CATALOG

For your viewing pleasure!

Download Catalog



 * 5500 Peck RdArcadia, CA 91006

 * support@supplyed.com

 * (626) 471-9980

 


QUICK LINKS

facebook
 * Home
 * About Us
 * FAQs
 * Careers
 * Products
 * Catalog
 * Contact Us


ACCOUNT

facebook
 * My Account
 * Cart
 * Orders
 * Wish List
 * Warranty
 * Refund Return Policy


PRODUCTS

facebook
 * Drapery Systems
 * Drapery Accessories
 * Workroom Supplies
 * Shade Systems
 * Motors

 * Terms of Use
 * Privacy Policy
 * Sitemap

Copyright © 2022 Supplyed.com, All rights reserved.

Back to Top

×
Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?