www.olliix.com Open in urlscan Pro
13.91.100.28  Public Scan

Submitted URL: http://olliix.com/
Effective URL: https://www.olliix.com/
Submission: On December 01 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /Product/Search

<form action="/Product/Search" method="get" id="search_global" novalidate="novalidate">
  <input id="J_search" name="k" placeholder="What can we help you find?" maxlength="150" autocomplete="off" disableautocomplete="" aria-label="search" class="input--search" title="What can we help you find?">
  <div class="head-public-layer search__layer">
    <div class="search__layer--tipsB search-list">
      <ul class="search-list--text" id="search-list-text">
      </ul>
    </div>
  </div>
  <button type="submit" aria-label="search button">
    <svg width="24" height="24" class="svg-icon-search">
      <use xlink:href="/content/V3/img/icon.svg#svg-icon-search"></use>
    </svg>
  </button>
</form>

POST /CMS/Dealer

<form action="/CMS/Dealer" id="easyRegistration" method="post" novalidate="novalidate">
  <div class="wrap flex cols-12-gap-1 m-cols-6-gap-2 checkout__box">
    <div class="block col-12 layer__signUP--logo">
      <span class="svg-tips-icon">
        <svg width="400" height="115" viewBox="0 0 548 158">
          <use xlink:href="/Content/images/icon.svg#svg-logo-l-icon"></use>
        </svg>
      </span>
    </div>
    <!--ko if:$root.IsShowSwitchBtn()-->
    <div class="block col-2 only--pc"></div>
    <div class="block col-4 m-col-3">
      <a href="javascript:;" id="NewDealerBtn" class="btn btn--l btn--font-m btn--major" data-bind="click: $root.SetNewDealer">New Dealer</a>
    </div>
    <div class="block col-4 m-col-3">
      <a href="javascript:;" id="ExistingDealerBtn" class="btn btn--l btn--font-m btn--white" data-bind="click:$root.SetExistingDealer">Existing Dealer</a>
    </div>
    <div class="block col-2 only--pc"></div>
    <!-- /ko -->
    <div class="block col-12 layer__signUP--title" data-bind="visible:$root.IsNewDealer">
      <dl>
        <dt>WELCOME!</dt>
        <dd>Create An Account &amp; Get <span data-bind="text:$root.NewDealerDiscountMsg"></span>Your First Order!</dd>
      </dl>
    </div>
    <div class="block col-12 layer__signUP--title" data-bind="visible:$root.IsExistingDealer">
      <dl>
        <dt>WELCOME!</dt>
        <dd>Get <span data-bind="text:$root.ExistingDealerDiscountMsg"></span>Your Order!</dd>
      </dl>
    </div>
    <div class="block col-12 form__item m-whole" data-bind="visible:$root.IsNewDealer">
      <label class="form-item__textbox">
        <input type="text" placeholder="Email" aria-label="Email" data-bind="value:$root.Entity.Email" data-val="true" data-val-required="The Email Address field is required." data-val-length-max="50"
          data-val-length="The field Email Address must be a string with a maximum length of 50." data-val-regex-pattern="^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$" data-val-regex="Email must be a valid Email address." name="Email">
        <span class="error-tips" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </label>
    </div>
    <div class="block col-12 form__item m-whole" data-bind="visible:$root.IsExistingDealer">
      <label class="form-item__textbox">
        <input type="text" placeholder="Existing Dealer Email" aria-label="Existing Dealer Email" data-bind="value:$root.Entity.Email" data-val="true" data-val-required="The Email Address field is required." data-val-length-max="50"
          data-val-length="The field Email Address must be a string with a maximum length of 50." data-val-regex-pattern="^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$" data-val-regex="Email must be a valid Email address." name="Email">
        <span class="error-tips" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </label>
    </div>
    <div class="block col-12 form__item m-whole" data-bind="visible:$root.IsNewDealer">
      <div class="form-item__textbox">
        <select class="select__form" aria-label="Company Type" data-bind="options: $root.RegisterDealerCompanyTypeListVM.DataSource, optionsText: 'Name', optionsValue: 'Name', optionsCaption: '- Company Type -', value: $root.Entity.CompanyType"
          id="SelectCompanyType" name="SelectCompanyType" data-val="true" data-val-required="The Company Type field is required.">
        </select>
        <span class="error-tips" data-valmsg-for="SelectCompanyType" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="block col-6 form__item m-whole" data-bind="visible:$root.IsNewDealer">
      <label class="form-item__textbox">
        <input type="text" placeholder="Resale License" aria-label="Resale License" data-bind="value:$root.Entity.CertificateNo" id="CertificateNo" name="CertificateNo" data-val="true" data-val-length-max="100"
          data-val-length="The field Resale License must be a string with a maximum length of 100.">
        <span class="error-tips" data-valmsg-for="CertificateNo" data-valmsg-replace="true"></span>
      </label>
    </div>
    <div class="block col-6 form__item m-whole" data-bind="visible:$root.IsNewDealer">
      <div id="sel_A" class="form-item__textbox">
        <select class="select__form" aria-label="Resale State"
          data-bind="options: $root.CertificateStateDDLVM.DataSource, optionsText: 'Name', optionsValue: 'ID', optionsCaption: '- Resale State -', value: $root.Entity.StateProvince_ID, visible: $root.CertificateStateDDLVM.ShowStateSelector()"
          id="Certificate_State" name="CertificateState"></select>
      </div>
    </div>
    <div class="block col-12 signUP__action" data-bind="visible:$root.IsNewDealer">
      <a href="javascript:;" class="btn btn--l btn--font-m btn--major" data-bind="click: $root.Finish">SIGN ME UP!</a>
    </div>
    <div class="block col-12 signUP__action" data-bind="visible:$root.IsExistingDealer">
      <a href="javascript:;" class="btn btn--l btn--font-m btn--major" data-bind="click:$root.Sumbit">SUMBIT</a>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8GAld4ziOvZLnlCdI1Xx0l73WyMOf1Mxo8XBmi1_vWGrrnJR-COe-YyqLZFWdSmJMduizc8J1YX7DBcf-x4EH0dPWdZ0avklOTyJX_MP1NjgSr1rN_8lIcWR_Q5yE56QxlQkeyWQLZYvnDYo7UcQ5xU">
</form>

POST

<form action="" id="ftbcForm" method="post" novalidate="novalidate">
  <div class="wrap flex cols-12-gap-1 m-cols-6-gap-2 checkout__box">
    <div class="block col-12 layer__signUP--logo">
      <span class="svg-tips-icon">
        <svg width="400" height="115" viewBox="0 0 548 158">
          <use xlink:href="/Content/images/icon.svg#svg-logo-l-icon"></use>
        </svg>
      </span>
    </div>
    <div class="block col-12 layer__signUP--title">
      <dl>
        <dt>WELCOME!</dt>
        <dd>Thank you for visiting us at the Bedding conference, enter your email for 5% off.</dd>
      </dl>
      <dl>
        <dd>
        </dd>
      </dl>
    </div>
    <div class="block col-12 form__item m-whole">
      <label class="form-item__textbox" aria-label="Email">
        <input type="text" placeholder="Email" aria-label="Email" data-bind="value:$root.Email" data-val="true" data-val-required="The Email Address field is required." data-val-length-max="50"
          data-val-length="The field Email Address must be a string with a maximum length of 50." data-val-regex-pattern="^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$" data-val-regex="Email must be a valid Email address." name="Email">
        <span class="error-tips" data-valmsg-for="Email" data-valmsg-replace="true"></span>
        <em style="display:none">Email</em>
      </label>
    </div>
    <div class="block col-12 signUP__action">
      <a data-bind="click:Submit" href="javascript:;" class="btn btn--l btn--font-m btn--major">SUMBIT</a>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8GAld4ziOvZLnlCdI1Xx0l73WyMOf1Mxo8XBmi1_vWGrrnJR-COe-YyqLZFWdSmJMduizc8J1YX7DBcf-x4EH0dPWdZ0avklOTyJX_MP1NjgSr1rN_8lIcWR_Q5yE56QxlQkeyWQLZYvnDYo7UcQ5xU">
</form>

Text Content

OLLIIX WHOLESALE PLATFORM FOR HOUSEHOLD

 * Download APP
 * Wish List
 * Sign in
 * Registration




SHOP BY CATEGORY

 * CATALOG
   
   
   CATALOG
   
    * SHOP ALL
   
    * Features Features
      
      
      FEATURES
      
       * SHOP ALL
       * New Arrival
       * Best Seller
   
   TOP PICKS
   
   MADISON PARK FURNITURE
   
   MADISON PARK SIGNATURE BEDDING

 * ROOMS
   
   
   ROOMS
   
    * SHOP ALL
   
    * Living & Family Room
      
      
      LIVING & FAMILY ROOM
      
       * SHOP ALL
       * NewPort
       * Rocket
       * Crackle
       * Stanton
       * Walker
       * Grant
       * Shasta
       * View All
   
    * Bedroom
      
      
      BEDROOM
      
       * SHOP ALL
       * Suzanna
       * Aubrey
       * Farmhouse
       * Hollywood Glam
       * Barely There
       * Wellington
       * Laurel
       * View All
   
    * Teen
      
      
      TEEN
      
       * SHOP ALL
       * Arissa
       * Olivia
       * Aviation
       * View All
   
    * Kids
      
      
      KIDS
      
       * SHOP ALL
       * Spring Bloom
       * Dinosaur Dreams
       * View All
   
    * Dining Room
      
      
      DINING ROOM
      
       * SHOP ALL
       * Renu
       * Helena
       * Lancaster
       * Mercer
       * View All
   
    * Bathroom
      
      
      BATHROOM
      
       * SHOP ALL
       * Alpine
       * Amherst
       * View All

 * FURNITURE
   
   
   FURNITURE
   
    * SHOP ALL
   
    * Living & Family Room
      
      
      LIVING & FAMILY ROOM
      
       * SHOP ALL
       * Accent Chairs & Chaises
       * Accent Chests & Cabinets
       * Accent Tables
       * Benches & Ottomans
       * Coffee & End Tables
       * Console Tables
       * Loveseats & Settees
       * Recliners & Swivels
       * Sofas & Sectionals
   
    * Home Office
      
      
      HOME OFFICE
      
       * SHOP ALL
       * Bookcases & Shelving
       * Desks
       * Office Chairs
   
    * Bedroom
      
      
      BEDROOM
      
       * SHOP ALL
       * Accent Chairs & Chaises
       * Beds
       * Benches & Ottomans
       * Dressers
       * Headboards
       * Mirrors
       * Nightstands
   
    * Entry & Mudroom
      
      
      ENTRY & MUDROOM
      
       * SHOP ALL
       * Accent Chairs & Chaises
       * Accent Chests & Cabinets
       * Accent Tables
       * Benches & Ottomans
       * Console Tables
       * Loveseats & Settees
   
    * Kitchen & Dining
      
      
      KITCHEN & DINING
      
       * SHOP ALL
       * Bar & Counter Stools
       * Cabinets
       * Dining Benches
       * Dining Chairs
       * Dining Storage
       * Dining Tables
       * Sideboards & Buffets
   
   
 * BEDDING
   
   
   BEDDING
   
    * SHOP ALL
   
    * All Bedding
      
      
      ALL BEDDING
      
       * SHOP ALL
       * Blankets
       * Comforters
       * Daybed Covers
       * Decorative Pillows
       * Duvet Covers
       * Pillowcases & Shams
       * Quilts & Coverlets
       * Sheets
       * Throws
   
    * Bedding Basics
      
      
      BEDDING BASICS
      
       * SHOP ALL
       * Bed Skirts
       * Comforter & Duvet Fillers
       * Heated Bedding
       * Mattress Pads
       * Mattress Toppers
       * Pillow Inserts
   
    * Brands Brands
      
      
      BRANDS
      
       * SHOP ALL
       * Hampton Hill
       * Harbor House
       * INK+IVY
       * Intelligent Design
       * Madison Park
       * Madison Park Essentials
       * Madison Park Signature
       * Mi Zone
   
   
 * YOUTH
   
   
   YOUTH
   
    * SHOP ALL
   
    * Bedding
      
      
      BEDDING
      
       * SHOP ALL
       * Comforters
       * Decorative Pillows
       * Duvet Covers
       * Quilts & Coverlets
       * Sheets
       * Throws
   
    * Bath
      
      
      BATH
      
       * SHOP ALL
       * Shower Curtains
       * Towels
   
    * Home Décor
      
      
      HOME DÉCOR
      
       * SHOP ALL
       * Wall Art
       * Window
   
    * Brands Brands
      
      
      BRANDS
      
       * SHOP ALL
       * Intelligent Design
       * Mi Zone
       * Mi Zone Kids
       * INK+IVY Kids
       * Urban Habitat Kids
   
   
 * WINDOW
   
   
   WINDOW
   
    * SHOP ALL
   
    * Window
      
      
      WINDOW
      
       * SHOP ALL
       * Curtains
       * Curtain Pairs
       * Outdoor Curtains
       * Sheers
       * Valances & Tiers
       * Roman Shade
   
    * Brands Brands
      
      
      BRANDS
      
       * SHOP ALL
       * INK+IVY
       * Intelligent Design
       * Madison Park
       * Urban Habitat
   
   
 * BATH
   
   
   BATH
   
    * SHOP ALL
   
    * Bath
      
      
      BATH
      
       * SHOP ALL
       * Bath Accessories
       * Bath Rugs
       * Shower Curtains
       * Towels
   
    * Brands Brands
      
      
      BRANDS
      
       * SHOP ALL
       * INK+IVY
       * Intelligent Design
       * Madison Park
       * Madison Park Essentials
       * Madison Park Signature
       * Mi Zone
   
   
 * Décor
   
   
   DÉCOR
   
    * SHOP ALL
   
    * Lighting
      
      
      LIGHTING
      
       * SHOP ALL
       * Chandeliers
       * Floor Lamps
       * Pendants
       * Table & Task Lamps
   
    * Wall Art
      
      
      WALL ART
      
       * SHOP ALL
       * Canvas Art
       * Dimensional Art
       * Framed Art
   
    * Home Accents
      
      
      HOME ACCENTS
      
       * SHOP ALL
       * Chair & Seat Cushions
       * Clocks
       * Decorative Objects
       * Decorative Pillows
       * Mirrors
       * Outdoor Pillows & Poufs
       * Rugs
       * Throws
       * Vases & Planters
       * Wall Décor
   
    * Brands Brands
      
      
      BRANDS
      
       * SHOP ALL
       * INK+IVY
       * Intelligent Design
       * Madison Park
       * Madison Park Signature
       * Mi Zone
       * Mi Zone Kids
   
   
 * Rugs
 * PETS
 * Outdoor
 * Brands
   
   
   BRAND
   
    * 510 Design
    * Beautyrest
    * Bed Guardian by Sleep Philosophy
    * Clean Spaces
    * Hampton Hill
    * Harbor House
    * HipStyle
    * INK+IVY
    * INK+IVY Kids
    * Intelligent Design
    * Madison Park
    * Madison Park Essentials
    * Madison Park Pure
    * Madison Park Signature
    * Martha Stewart
    * Mi Zone
    * Mi Zone Kids
    * N Natori
    * Peak Performance
    * Premier Comfort
    * Sleep Philosophy
    * Tao
    * True North by Sleep Philosophy
    * Urban Habitat
    * Urban Habitat Kids
    * Woolrich
    * Wonder Wool by Sleep Philosophy
    * Serta
    * Croscill Home
    * Croscill Casual
    * Croscill Classics
    * Croscill

 * Sales


HOME PAGE


SIGN IN


REGISTRATION


WISH LIST





OLLIIX HOME FURNISHINGS & HOME DECOR

Olliix, a JLA Home company, is a wholesale platform providing home furnishing
solutions that address the lifestyles of today's consumers. Olliix provides
direct online access to over 12,000 products ranging from living room furniture,
bedroom products, kitchen/dining furniture, and unique home decorative accents
such as lamps, wall art and decor. Our site is designed to enable interior
designers, home stagers, store owners, and other business partners with the
ability to view our catalogs, get product details, and place orders easily and
efficiently. Whether you are looking for industrial or mid-century modern
furniture within our INK & IVY brand or traditional lifestyle and classic
designs in our Madison Park brand, Olliix has every lifestyle covered. We invite
you to explore our key brands like Harbor House, TAO, INK & IVY, Madison Park
and more. If you happen to be in High Point, NC, do visit our Olliix/ LIVN CO.
Design Center at the historic post office building located at 100 East Green Dr.
High Point, NC 27260.


Newsletter

Sign up for latest updates on home trends, trade shows, exclusive offers, and
more!

subscribe
 * New Arrivals
 * What's Hot
 * Contact us
 * Privacy Policy
 * Returns Policy
 * Showrooms
 * FAQ
 * Warranty



2022 OLLIIXJLAHOME ALL RIGHTS RESERVED.




HOME PAGE SHOP SHOPPING CART ACCOUNT

Acknowledge
New Dealer
Existing Dealer

WELCOME! Create An Account & Get Your First Order!
WELCOME! Get Your Order!





SIGN ME UP!
SUMBIT
WELCOME! Thank you for visiting us at the Bedding conference, enter your email
for 5% off.
Email
SUMBIT


E&E/JLA PRICING POLICY (UPDATED MAY 2020)

In efforts to maintain a fair market value and healthy margins for all of our
customers, E&E has updated our Pricing Policy.


LICENSED AND NATIONAL BRANDS

For brands that are classified as Licensed or National Brands, E&E requests that
retailers promote at their discretion, while helping us maintain the integrity
of the brand by not discounting more than 10%-15% off suggested retail when
promoting these products, with the exception of “C”/discontinued items.


ECOMMERCE AND HOUSE BRANDS

For brands that are classified as Ecommerce or House Brands, E&E requests that
all on-line retailers, or retailers selling E&E stock Products/Item #’s with an
on-line presence, maintain an advertised price that does not go below 15% of the
“Suggested Retail/MAP” published by E&E on all fashion bedding, furniture, wall
art, lighting, and decor items. Basic Bedding (white goods, solid sheets, and
solid blankets) may be priced below 15% below suggested retail, within reason.
Our new value brand; “510 Designs” may also be sold for any retail as long as it
is within reason. The first violation will result in a written notice to raise
retails. The second violation will result in both a written and verbal
notification to raise retails. Both instances will be given 3 business days to
comply. If after the 3 day period is reached on the second notice, then E&E
reserves the right to discontinue offering that SKU to the retailer in violation
of the pricing policy. The SKU may be reactivated after the retailer agrees to
comply with E&E’s pricing policy. Any exception to this pricing policy should
first be discussed, planned and agreed upon by representatives of E&E to avoid
discontinuation of that SKU. Periodically E&E will discontinue patterns. Once a
pattern is discontinued, the minimum advertised price requirement will be
removed and retailers are free to advertise and retail at whatever price point
the retailer feels is appropriate to maximize sales and margin. Please check
with your sales representative if you have questions on Suggested Retails or
Active versus Discontinued Skus.

Retailers that maintain a brick & mortar storefront as well as a website are
allowed to post E&E items on selected marketplace websites, however pricing must
be maintained as set forth above. At no point do we allow any JLA brands
(national or house) to be posted to Walmart.com marketplace. Any customer that
does not fit the above criteria is not allowed to post items from any category
to online marketplace websites. This includes the following: Amazon, Walmart,
Ebay, Sears, Jet, and any other subsequent marketplaces that exist today or in
the future. In addition, no buyer of E&E goods are allowed to ship orders to any
3rd party logistic centers for purpose of selling on marketplaces or sites other
than their owned website.

If you feel you have a unique situation that pertains to marketplace sales,
please contact your sales representative and this will be discussed with E&E
ecommerce senior management.

We recognize ecommerce is a very price sensitive and competitive landscape, and
our hope is that this MAP policy will enable all retailers to benefit from
pricing that is more fair and equitable for all parties involved. We appreciate
you as our partner, and we look forward to continuing to grow our business
together.


LICENSED AND NATIONAL BRANDS

Beautyrest Hampton HillHarbor House Josie by NatoriMartha Stewart N
NatoriNatoriWoolrichCosmoliving


ECOMMERCE AND HOUSE BRANDS

510 Designs90◦ by DesignLabAdjusta-FitClassic ComfortComfort SpacesDesign
LabEco-WeaveFresh SpunGoGreenH2ologyHome EssenceHome Essence
ApartmentInk+IvyIntelligent Design (ID)Liquid CottonMadison ClassicsMadison
ParkMadison Park EssentialsMadison Park PureMadison Park SignatureMi-ZoneMi-Zone
KidsPeak PerformancePremier ComfortProtechSleep PhilosophySoft TouchSoloftStyle
LabTrue NorthUrban HabitatWonderWool

Acknowledge


OLLIIX / DEALER AGREEMENT

By clicking the “AGREE” button below, your company [referenced herein as
“Company”, “Dealer” and “Customer”] agrees to accept responsibility for all
transactions it authorizes through its principal(s), agents, employees,
representatives, independent contractors and/or any other person(s) acting on
its behalf and agrees to abide by all Olliix/Dealer terms and conditions set-out
herein.


NON-DISCLOSURE

Dealer agrees and warrants that it will not disclose its Olliix account number
and/or password to anyone other than its authorized agents, employees,
representatives and/or independent contractors and guarantees payment of all
transactions that are authorized by its agents, employees, representatives,
independent contractors and/or any other person(s) acting on its behalf.


PAYMENT

If by Credit Card or PayPal:
Dealer Authorizations create product holds.
Olliix will not charge Dealer until the authorized order ships.
Funds must be available when order ships.
Failure of Customer to pay amount owed and due constitutes a breach of this
Agreement.

Handling Fee: All dealers placing orders with a subtotal of $250.00 or under
will be charged a handling fee of 8%. Standard Pricing Dealers will be charged a
handling fee of 8% on all orders, regardless of subtotal, until the Dealer
reaches $5000 net purchasing in that calendar year, after which the 8% handling
fee will be waived for rest of the calendar year on the Dealer’s orders
exceeding $250.00.

On Account/Terms:
All invoices are payable within 30 days of receipt.
Invoices are generated at time of shipment.
Credit memos may be applied to the invoice Customer is to be credited against.
Customer failure to pay its account in a timely manner will result in revocation
of their account and payment of their accounts in arrears pursued through legal
system, collections, etc.
All charges related to re-routing fees, extra-item charges, lift-gate (after the
order is placed), etc. are payable only by Credit Card.

Detention Charges:
When shipping an order as prepaid LTL (less than truckload shipping via LTL
carrier), Dealer/Customer must note that they have 15 minutes to offload an
order from the time the delivery carrier arrives. Should the carrier be detained
longer than 15 minutes, detention fees will accrue that are the responsibility
of the Dealer/Customer.

Wire Transfers:
At this time, wire transfers are only available to International Dealers.


MINIMUM ADVERTISED PRICING POLICY

With the intention of maintaining a fair market value and healthy margins for
all Olliix customers, Olliix requires that its customers adhere to Olliix
Minimum Advertised Pricing Policy.


LICENSED AND NATIONAL BRANDS

For brands that are classified as Licensed or National Brands, Dearlers are
prohibited from advertising Olliix sourced products at prices below 15%
discounts off suggested retail prices unless the Olliix sourced products are
discontinued (“C”) items.


ECOMMERCE AND HOUSE BRANDS

For brands that are classified as Ecommerce or House Brands, Olliix Dealers
agree to maintain advertised price levels at or above 15% of the “Suggested
Retail/MAP” – which Olliix publishes for fashion bedding, furniture, wall art,
lighting, and other decor and home accessories. Basic Bedding (white goods,
solid sheets, and solid blankets) may be advertised at prices below 15%
suggested retail.


VIOLATIONS OF MINIMUM ADVERTISED PRICING POLICY

A Dealer violation of MAP is a breach of the their Dealer Agreement with Olliix.
If and when a MAP violation is discovered, Olliix will notify the violating
Customer in writing to allow them to correct their mistake, which must be
corrected (raise advertised retail pricing to or above MAP) within 3-business
days after violation notification is sent. If within a 6-month period a Dealer
violates MAP again, Olliix may suspend the Dealer’s account or, at Olliix’
discretion, issue a 2nd (and Final) violation notice to the Dealer. Failure to
comply with MAP rules results in withdrawal of the SKU from the violating
Dealer. However, egregious violations of MAP will constitute a serious breach of
Agreement and warrant immediate suspension of the breaching Dealer’s account.
Olliix believes that its MAP Policy is fair and intends to collectively benefit
all of its Customer Dealers.


DAMAGED OR DEFECTIVE ITEMS

Olliix has policies and procedures in place that must be followed when the
Dealer has a defective or damaged product claim. Olliix requires proof of damage
and/or defect; a confirmation that the item was donated or destroyed;
determination from Dealer as to preference of receiving a refund, replacement or
credit. Dealers agree to work with their customers to provide the Dealer with
necessary information about damaged and/or defective products, specifically,
photos, explanations, descriptions and confirmations, which the Dealer can then
provide to Olliix to assist processing of Dealer’s refund, replacement or
credit.


SPECIAL CIRCUMSTANCES

Periodically, Olliix discontinues a design/pattern. Once a pattern is
discontinued, the minimum advertised price requirement is removed and Dealers
may advertise at whatever price point the retailer feels is appropriate to
maximize sales and margin. Dealers should make themselves aware of periodic MAP
changes by consulting their sales representative and the Olliix Dealer pages.

Dealers with physical storefronts (Brick & Mortar) and websites are authorized
to post Olliix items on selected marketplace websites, however pricing must be
maintained as set forth herein. A Dealer may never post (advertise) E&E, JLA or
Olliix national or house brands on Walmart.com. Any customer that does not fit
the above criteria is not allowed to post items from any category to online
marketplace websites, which includes the following: Amazon, Walmart, Ebay,
Sears, Jet, and any other marketplaces that exist today or in the future. In
addition, no Customer is allowed to ship orders to any 3rd party logistic
centers for purpose of selling on marketplaces or websites unless that
marketplace or website is owned by that Customer.


GUIDELINES FOR ECOMMERCE ACCOUNTS ON OLLIIX

 1. Dealer will enter their own orders.
 2. Return Authorizations: All Ecommerce accounts should generate their own RA’s
    for returns unless there is a damaged or defective issue in play. Training
    on generating an RA can be provided. If there is a damaged or defective
    issue, please contact Customer Service at cs@olliix.com.
 3. Ecommerce Accounts can use a packing slip for their orders. The shipping
    label will appear as though the order is coming from Olliix.
 4. We do not offer images for Ecommerce accounts. All images on Olliix are
    Hi-Res that the Customer can download from Olliix website site.
 5. Once a customer reaches a certain threshold in purchasing, we will present
    to them the Mass Upload and/or EDI ability. Mass Upload and/or EDI will also
    allow them the extra benefit of image services and customized packing slip.


LICENSED AND NATIONAL BRANDS

Beautyrest Hampton HillHarbor House Josie by NatoriMartha Stewart N
NatoriNatoriWoolrichCosmoliving


ECOMMERCE AND HOUSE BRANDS

510 Designs90◦ by DesignLabAdjusta-FitClassic ComfortComfort SpacesDesign
LabEco-WeaveFresh SpunGoGreenH2ologyHome EssenceHome Essence
ApartmentInk+IvyIntelligent Design (ID)Liquid CottonMadison ClassicsMadison
ParkMadison Park EssentialsMadison Park PureMadison Park SignatureMi-ZoneMi-Zone
KidsPeak PerformancePremier ComfortProtechSleep PhilosophySoft TouchSoloftStyle
LabTrue NorthUrban HabitatWonderWool

Olliix may periodically update terms of this Agreement as when brand and
licensing status changes and when MAP and MAPP revisions are made.

Acknowledge
Acknowledge