pioneergroup.co.nz Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://ecobin.nz/
Effective URL: https://pioneergroup.co.nz/products/ecobin-100
Submission: On May 21 via api from US — Scanned from NZ

Form analysis 3 forms found in the DOM

POST /checkout

<form id="mini-cart-form" action="/checkout" method="post" novalidate="" class="cart-form text-white flex flex-col h-full">
  <header class="mini-cart__header flex justify-between items-start p-6 md:px-12">
    <p class="text-3xl">Your Cart</p><button role="button" class="mobile-close underline" aria-label="Close the cart">Close</button>
  </header>
  <div class="mini-cart__cart-empty text-center my-12">
    <p class="text-xl text-white font-medium">Your cart is empty</p>
  </div>
  <ul class="mini-cart__products flex flex-col grow gap-9 p-6 md:px-12"></ul>
  <div class="mini-cart__checkout bg-green-dark flex flex-col rounded-t-2xl gap-6 sticky bottom-0 px-6 py-9 z-10" style="box-shadow: rgba(0, 0, 0, 0.1) 0px -8px 24px;">
    <div class="mini-cart__checkout-total flex justify-between">
      <p class="text-3xl">Total</p>
      <div class="mini-cart__total-price text-right">
        <p id="total-price" class="text-3xl">$0.00 NZD</p>
        <p class="text-sm leading-tight mt-3">Shipping &amp; taxes<br>calculated at checkout</p>
      </div>
    </div><!---->
    <div class="mini-cart__checkout-button"><button role="button"
        class="text-2xl font-medium text-green-dark bg-white hover:bg-green-light hover:text-white border-white rounded-full inline-flex justify-center transition-all duration-300 group relative w-full px-9 py-5 disabled:opacity-50" name="checkout"
        type="submit" aria-label="Proceed to checkout" disabled=""><span class="relative pointer-events-none">Checkout</span></button></div>
  </div>
</form>

/cart/add

<form class="product-form" action="/cart/add"><input id="product-select--input" name="id" type="hidden" value="8470552248595"><select name="id" class="hidden">
    <option value="45671528136979">Default Title</option>
  </select>
  <div class="product-switcher flex flex-col gap-3">
    <div class="switcher-options flex flex-col gap-4">
      <div class="switcher-option--label flex flex-col gap-2 w-full"><label for="label">Label</label><select name="properties[Label]" id="label">
          <option value="general">General Waste</option>
          <option value="paper">Paper</option>
          <option value="organic">Organic</option>
          <option value="plastic">Plastic Recycling</option>
          <option value="co-mingled">Co-Mingled</option>
        </select></div>
      <div class="switcher-option--base-colour flex flex-col gap-2 w-full"><label for="baseColour">Base Colour</label><select name="properties[Base Colour]" id="baseColour">
          <option value="black">Black</option>
          <option value="grey">Grey</option>
        </select></div>
      <div class="switcher-option--lid-style-colour flex flex-col gap-2 w-full"><label for="lidStyleColour">Lid Style &amp; Colour</label><select name="properties[Lid Style &amp; Colour]" id="lidStyleColour">
          <option value="single-hole-red">Single Hole Red</option>
          <option value="single-hole-yellow">Single Hole Yellow</option>
          <option value="single-hole-green">Single Hole Green</option>
          <option value="single-hole-blue">Single Hole Blue</option>
          <option value="single-hole-black">Single Hole Black</option>
          <option value="single-hole-grey">Single Hole Grey</option>
          <option value="paper-slot-red">Paper Slot Red</option>
          <option value="paper-slot-yellow">Paper Slot Yellow</option>
          <option value="paper-slot-green">Paper Slot Green</option>
          <option value="paper-slot-blue">Paper Slot Blue</option>
          <option value="paper-slot-black">Paper Slot Black</option>
          <option value="paper-slot-grey">Paper Slot Grey</option>
          <option value="closed-red">Closed Red</option>
          <option value="closed-yellow">Closed Yellow</option>
          <option value="closed-green">Closed Green</option>
          <option value="closed-blue">Closed Blue</option>
          <option value="closed-black">Closed Black</option>
          <option value="closed-grey">Closed Grey</option>
        </select></div>
    </div>
  </div>
  <div class="form-actions flex gap-4 mt-9">
    <div class="actions--quantity border-current border-2 rounded-full w-1/2"><label class="sr-only" for="quantity">Quantity</label>
      <div class="product-quantity rounded-2xl flex items-center justify-between px-4"><button role="button" aria-label="Decrease product quantity"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
            stroke="currentColor" aria-hidden="true" class="shrink-0 w-6 h-6">
            <path stroke-linecap="round" stroke-linejoin="round" d="M19.5 12h-15"></path>
          </svg></button><input name="quantity" class="text-center min-w-0" type="text" min="1"><button role="button" aria-label="Increase product quantity"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
            stroke="currentColor" aria-hidden="true" class="shrink-0 w-6 h-6">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"></path>
          </svg></button></div>
    </div>
    <div class="actions--add-to-cart flex items-center justify-center w-1/2"><button role="button" class="bg-green-medium text-white font-medium rounded-full w-full h-full hover:bg-green-light duration-300 disabled:opacity-50" type="submit">Add to
        cart</button></div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="form-fields relative">
    <div class="email w-full"><label class="sr-only" for="email">Email address</label><input type="hidden" name="return_to" value="/?customer_posted=true#contact-form"><input
        class="appearance-none rounded-full font-medium !border-white text-white placeholder:text-sm placeholder:text-white/20 outline-none bg-transparent w-full !py-4 !pr-16" type="email" name="contact[email]" placeholder="Email Address"
        required=""></div><button role="button" aria-label="Subscribe for updates"
      class="absolute top-1/2 -translate-y-1/2 right-3 bg-white hover:bg-green-light text-green-dark hover:text-white rounded-full after:content-['↗'] after:text-3xl after:flex after:items-center after:justify-center after:pb-2 after:leading-none after:hover:rounded-full duration-300 w-9 h-9"
      type="submit"></button>
  </div>
</form>

Text Content

Search
About Us
Resources
Shop Now
0508 474 663Cart (0)
Commercial Solutions Residential Solutions Manufacturing Innovation &
Sustainability
Contact Us
Open main menu


Your Cart

Close

Your cart is empty

Total

$0.00 NZD

Shipping & taxes
calculated at checkout

Checkout


ECOBIN 100L

$323.00


Stylish indoor recycling bins that are available in a variety of colours and lid
options. 100 litre capacity

Default Title
LabelGeneral WastePaperOrganicPlastic RecyclingCo-Mingled
Base ColourBlackGrey
Lid Style & ColourSingle Hole RedSingle Hole YellowSingle Hole GreenSingle Hole
BlueSingle Hole BlackSingle Hole GreyPaper Slot RedPaper Slot YellowPaper Slot
GreenPaper Slot BluePaper Slot BlackPaper Slot GreyClosed RedClosed YellowClosed
GreenClosed BlueClosed BlackClosed Grey
Quantity

Add to cart


FEATURES


 * Recycling bins for indoor use
 * Can be used alone or in groups to create recycling & waste collection points
 * Designed & manufactured in New Zealand
 * Suitable for a standard 80 Litre bin liner
 * Stylish design
 * 3 aperture options: open top, slot for paper & holes for bottles / cans
 * Different graphics options
 * Heavy duty polyethylene plastic
 * Standard bin grey with colour coded lid & label – other colours made to order


PRODUCT DESCRIPTION




DIMENSIONS




WEIGHT




OPTIONS




RELATED PRODUCTS

PBL100B Plastic Bin Liners 100 Litre

Rubbish Bin Liner 880x950x30mu - 350 per carton (black)
View Product↗

EcoBin 35L

A sleek modern designed indoor recycling bin that comes in a variety of colours.
Fully stackable, with a front opening lid. These bins can be stacked to save
space in the...
View Product↗

EcoBin 45L

A sleek modern designed indoor recycling bin that comes in a variety of colours.
Fully stackable, with a front opening lid. These bins can be stacked to save
space in the...
View Product↗

EcoBin 60L

Stylish indoor recycling bins that are available in a variety of colours and lid
options. 60 litre capacity.
View Product↗

Recycling Rack Free Standing

Freestanding recycling rack that takes reusable bags. A space saving, economical
option for recycling.
View Product↗

Recycling Rack Wall Mounted

Wall mounted recycling rack that takes reusable bags. A space saving, economical
option for recycling.
View Product↗



EXPLORE OUR RESOURCES SECTION FOR TIPS, TRICKS AND GUIDES ON WASTE MANAGEMENT,
MINIMISATION AND RECYCLING.

Resources↗

Waste minimisation
& recycling solutions

Commercial Solutions Residential Solutions Manufacturing Innovation &
Sustainability
About Us Resources Delivery & Returns Contact Us

Join Our Mailing List

Email address
Find us

19 Maruata Road
Whangarei
New Zealand 0173

Contact0508 474 663sales@pioneergroup.co.nz
Social

Privacy Policy
Terms of Service

© 2024 Pioneer Group

Brand & Site by Tomorrow