new.megabuild.com.na Open in urlscan Pro
172.67.210.186  Public Scan

URL: https://new.megabuild.com.na/
Submission: On June 12 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST main/subscribe

<form action="main/subscribe" method="POST" id="subscribe-form">
  <input type="hidden" name="lead_source" value="web_full_section">
  <!-- <input type="hidden" name="category_id" value="76"> -->
  <input type="hidden" name="recaptcha_token" class="recaptcha_token" value="">
  <input type="hidden" name="ci_csrf_token" value="">
  <div class="row mb-3">
    <div class="col-md-6 mb-12">
      <label for="firstName">First name</label>
      <input type="text" class="form-control" name="first_name" value="" placeholder="" required="">
      <div class="invalid-feedback"> Valid first name is required. </div>
    </div>
    <div class="col-md-6 mb-12">
      <label for="lastName">Last name</label>
      <input type="text" class="form-control" id="lastName" placeholder="" name="last_name" value="" required="">
      <div class="invalid-feedback"> Valid last name is required. </div>
    </div>
  </div>
  <div class="input-group mb-3">
    <input type="text" name="mobile" class="form-control" placeholder="0810000000" aria-label="Mobile Number" aria-describedby="button-addon2">
  </div>
  <div class="input-group mb-3">
    <input type="email" name="email" class="form-control" placeholder="you@example.com" aria-label="Email Address" aria-describedby="button-addon2" required="true">
    <div class="input-group-append">
      <button class="btn btn-light btn-form-action disabled" disabled="" type="submit" id="subscribe-btn">Subscribe</button>
    </div>
  </div>
</form>

POST main/contact/

<form action="main/contact/" id="enquire_form" method="POST" role="form" class="form needs-validation" novalidate="">
  <input type="hidden" name="ci_csrf_token" value="">
  <input type="hidden" name="booking" value="true">
  <input type="hidden" name="recaptcha_token" class="recaptcha_token" value="">
  <input type="hidden" name="product_id">
  <input type="hidden" name="type" value="product">
  <input type="hidden" name="type_id">
  <input type="hidden" name="title">
  <input type="hidden" name="slug">
  <input type="hidden" name="price">
  <div class="form-group" id="package_preview" style="margin-bottom:0px;margin-top:0px">
  </div>
  <div class="row">
    <div class="col-6 mb-3">
      <label for="firstName">First name</label>
      <input type="text" class="form-control" name="first_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid first name is required. </div>
    </div>
    <div class="col-6 mb-3">
      <label for="lastName">Last name</label>
      <input type="text" class="form-control" name="last_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid last name is required. </div>
    </div>
  </div>
  <div class="mb-3">
    <label for="username">Mobile</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text">+264</span>
      </div>
      <input type="number" maxlength="10" minlength="8" name="mobile" class="form-control" id="mobile" placeholder="81 888 8888" required="">
      <div class="invalid-feedback" style="width: 100%;"> Your mobile number is required. </div>
    </div>
  </div>
  <div class="mb-3">
    <label for="email">Email <span class="text-muted"></span></label>
    <input type="email" class="form-control" name="email" placeholder="you@example.com" required="">
    <div class="invalid-feedback"> Please enter a valid email address for shipping updates. </div>
  </div>
  <div class="mb-3">
    <label for="address">Address</label>
    <input type="text" class="form-control" name="address" placeholder="24 Sam Nujoma Avenue" required="">
    <div class="invalid-feedback"> Please enter your shipping address. </div>
  </div>
  <div class="mb-3">
    <label for="address2">Message <span class="text-muted"></span></label>
    <textarea class="form-control" name="msg" placeholder="Message" required=""></textarea>
  </div>
  <hr class="mb-4">
  <button class="btn btn-primary btn-lg btn-block" type="submit">Submit Enquiry</button>
</form>

POST main/product_order/

<form action="main/product_order/" id="purchase_form" method="POST" role="form" class="form needs-validation" novalidate="">
  <input type="hidden" name="ci_csrf_token" value="">
  <input type="hidden" name="booking" value="true">
  <input type="hidden" name="recaptcha_token" class="recaptcha_token" value="">
  <input type="hidden" name="product_id">
  <input type="hidden" name="type" value="product">
  <input type="hidden" name="type_id">
  <input type="hidden" name="title">
  <input type="hidden" name="slug">
  <input type="hidden" name="price">
  <div class="form-group" id="product_preview" style="margin-bottom:0px;margin-top:0px">
  </div>
  <div class="row">
    <div class="col-6 mb-3">
      <label for="firstName">First name</label>
      <input type="text" class="form-control" name="first_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid first name is required. </div>
    </div>
    <div class="col-6 mb-3">
      <label for="lastName">Last name</label>
      <input type="text" class="form-control" name="last_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid last name is required. </div>
    </div>
  </div>
  <div class="mb-3">
    <label for="username">Mobile</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text">+264</span>
      </div>
      <input type="number" maxlength="10" minlength="8" name="mobile" class="form-control" placeholder="81 888 8888" required="">
      <div class="invalid-feedback" style="width: 100%;"> Your mobile number is required. </div>
    </div>
  </div>
  <div class="mb-3">
    <label for="email">Email <span class="text-muted">(Optional)</span></label>
    <input type="email" class="form-control" name="email" placeholder="you@example.com">
    <div class="invalid-feedback"> Please enter a valid email address for shipping updates. </div>
  </div>
  <div class="mb-3">
    <label for="address">Address</label>
    <input type="text" class="form-control" name="address" id="address" placeholder="24 Sam Nujoma Avenue" required="">
    <div class="invalid-feedback"> Please enter your shipping address. </div>
  </div>
  <div class="mb-3">
    <label for="address2">Address 2 <span class="text-muted">(Optional)</span></label>
    <input type="text" class="form-control" name="address2" id="address2" placeholder="Apartment or suite">
  </div>
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="country">Country</label>
      <select class="custom-select d-block w-100" name="country" required="">
        <option value="">Choose...</option>
        <option value="NA">Namibia</option>
      </select>
      <div class="invalid-feedback"> Please select a valid country. </div>
    </div>
    <div class="col-md-6 mb-3">
      <label for="state">City</label>
      <select class="custom-select d-block w-100" name="city" required="">
        <option value="">Choose...</option>
        <option value="Windhoek">Windhoek</option>
        <option value="Gobabis">Gobabis</option>
        <option value="Grootfontein">Grootfontein</option>
        <option value="Henties Bay">Henties Bay</option>
        <option value="Karasburg">Karasburg</option>
        <option value="Karibib">Karibib</option>
        <option value="Keetmanshoop">Keetmanshoop</option>
        <option value="Mariental">Mariental</option>
        <option value="Okahandja">Okahandja</option>
        <option value="Omaruru">Omaruru</option>
        <option value="Otjiwarongo">Otjiwarongo</option>
        <option value="Outjo">Outjo</option>
        <option value="Swakopmund">Swakopmund</option>
        <option value="Tsumeb">Tsumeb</option>
        <option value="Usakos">Usakos</option>
        <option value="Walvis Bay">Walvis Bay</option>
        <option value="Arandis">Arandis</option>
        <option value="Eenhana">Eenhana</option>
        <option value="Katima Mulilo">Katima Mulilo</option>
        <option value="Khorixas">Khorixas</option>
        <option value="Lüderitz">Lüderitz</option>
        <option value="Nkurenkuru">Nkurenkuru</option>
        <option value="Okakarara">Okakarara</option>
        <option value="Ondangwa">Ondangwa</option>
        <option value="Ongwediva">Ongwediva</option>
        <option value="Opuwo">Opuwo</option>
        <option value="Oshakati">Oshakati</option>
        <option value="Oshikango">Oshikango</option>
        <option value="Rehoboth">Rehoboth</option>
        <option value="Aus">Aus</option>
        <option value="Fish River Canyon">Fish River Canyon</option>
        <option value="Gochas">Gochas</option>
        <option value="Grünau">Grünau</option>
        <option value="Helmeringhausen">Helmeringhausen</option>
        <option value="Kamanjab">Kamanjab</option>
        <option value="Chobe">Chobe</option>
        <option value="Naukluft">Naukluft</option>
        <option value="Otavi">Otavi</option>
        <option value="Sesriem">Sesriem</option>
        <option value="Skeleton Coast">Skeleton Coast</option>
        <option value="Solitaire">Solitaire</option>
        <option value="Sossusvlei">Sossusvlei</option>
        <option value="Waterberg">Waterberg</option>
        <option value="Rundu">Rundu</option>
        <option value="Rosh pinah">Rosh pinah</option>
        <option value="Maltahöhe">Maltahöhe</option>
        <option value="Sesfontein">Sesfontein</option>
        <option value="Okaukuejo">Okaukuejo</option>
        <option value="Noordoewer">Noordoewer</option>
        <option value="Palmwag">Palmwag</option>
        <option value="Seeis">Seeis</option>
        <option value="Namutoni">Namutoni</option>
        <option value="Ngoma">Ngoma</option>
        <option value="Ruacana">Ruacana</option>
        <option value="Kongola">Kongola</option>
        <option value="Cape Cross">Cape Cross</option>
        <option value="Tsumkwe">Tsumkwe</option>
        <option value="Warmbad">Warmbad</option>
        <option value="kalkrand">kalkrand</option>
        <option value="Dordabis">Dordabis</option>
        <option value="Divundu">Divundu</option>
        <option value="Rietoog">Rietoog</option>
        <option value="Hoachanas">Hoachanas</option>
        <option value="Otjinene">Otjinene</option>
        <option value="Sangwali">Sangwali</option>
        <option value="Purros">Purros</option>
        <option value="Seeis">Seeis</option>
        <option value="Tsumkwe">Tsumkwe</option>
        <option value="Seeheim">Seeheim</option>
        <option value="Kasana">Kasana</option>
        <option value="Kalkveld">Kalkveld</option>
        <option value="Oranjemund">Oranjemund</option>
        <option value="Uis">Uis</option>
        <option value="Dolphin Beach">Dolphin Beach</option>
        <option value="Long Beach">Long Beach</option>
        <option value="Omuthiya">Omuthiya</option>
        <option value="Kalkfeld">Kalkfeld</option>
        <option value="Oshikuku">Oshikuku</option>
        <option value="Outapi">Outapi</option>
        <option value="Okahao">Okahao</option>
        <option value="Etosha">Etosha</option>
        <option value="Ogongo">Ogongo</option>
        <option value="Tsandi">Tsandi</option>
        <option value="Bethanie">Bethanie</option>
      </select>
      <div class="invalid-feedback"> Please provide a valid state. </div>
    </div>
  </div>
  <hr class="mb-4">
  <div class="row">
    <div class="col-9">
      <label for="product">Product</label>
      <div class="product-title"></div>
    </div>
    <div class="col-3 sm-3">
      <label for="zip">Quantity</label>
      <input type="number" min="0" minlength="0" maxlength="99" name="quantity" class="form-control" id="product_quantity" value="1" required="">
      <div class="invalid-feedback"> Quantity required. </div>
    </div>
    <!-- <div class="col-md-3 mb-3">
                  <label for="zip">Zip</label>
                  <input type="text" class="form-control" id="zip" placeholder="" required>
                  <div class="invalid-feedback">
                    Zip code required.
                  </div>
                </div> -->
  </div>
  <hr class="mb-4">
  <div class="custom-control custom-checkbox">
    <input type="checkbox" class="custom-control-input" id="same-address">
    <label class="custom-control-label" for="same-address">Shipping address is the same as my billing address</label>
  </div>
  <!-- <div class="custom-control custom-checkbox">
                <input type="checkbox" class="custom-control-input" id="save-info">
                <label class="custom-control-label" for="save-info">Save this information for next time</label>
              </div> -->
  <hr class="mb-4">
  <!-- <h4 class="mb-3">Payment</h4>

              <div class="d-block my-3">
                <div class="custom-control custom-radio">
                  <input id="credit" name="paymentMethod" type="radio" class="custom-control-input" checked required>
                  <label class="custom-control-label" for="credit">Credit card</label>
                </div>
                <div class="custom-control custom-radio">
                  <input id="debit" name="paymentMethod" type="radio" class="custom-control-input" required>
                  <label class="custom-control-label" for="debit">Debit card</label>
                </div>
                <div class="custom-control custom-radio">
                  <input id="paypal" name="paymentMethod" type="radio" class="custom-control-input" required>
                  <label class="custom-control-label" for="paypal">PayPal</label>
                </div>
              </div>
              <div class="row">
                <div class="col-md-6 mb-3">
                  <label for="cc-name">Name on card</label>
                  <input type="text" class="form-control" id="cc-name" placeholder="" required>
                  <small class="text-muted">Full name as displayed on card</small>
                  <div class="invalid-feedback">
                    Name on card is required
                  </div>
                </div>
                <div class="col-md-6 mb-3">
                  <label for="cc-number">Credit card number</label>
                  <input type="text" class="form-control" id="cc-number" placeholder="" required>
                  <div class="invalid-feedback">
                    Credit card number is required
                  </div>
                </div>
              </div>
              <div class="row">
                <div class="col-md-3 mb-3">
                  <label for="cc-expiration">Expiration</label>
                  <input type="text" class="form-control" id="cc-expiration" placeholder="" required>
                  <div class="invalid-feedback">
                    Expiration date required
                  </div>
                </div>
                <div class="col-md-3 mb-3">
                  <label for="cc-cvv">CVV</label>
                  <input type="text" class="form-control" id="cc-cvv" placeholder="" required>
                  <div class="invalid-feedback">
                    Security code required
                  </div>
                </div>
              </div> 
              <hr class="mb-4">-->
  <button class="btn btn-primary btn-lg btn-block" type="submit">Submit Order</button>
</form>

POST auth/register/?type=customer

<form method="post" action="auth/register/?type=customer" id="register_frm">
  <input type="hidden" name="recaptcha_token" class="recaptcha_token" value="">
  <input type="hidden" name="ci_csrf_token" value="">
  <div class="row">
    <div class="col-6 mb-3">
      <label for="firstName">First name</label>
      <input type="text" class="form-control" name="first_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid first name is required. </div>
    </div>
    <div class="col-6 mb-3">
      <label for="lastName">Last name</label>
      <input type="text" class="form-control" name="last_name" placeholder="" value="" required="">
      <div class="invalid-feedback"> Valid last name is required. </div>
    </div>
  </div>
  <div class="form-group">
    <input type="email" name="email" class="form-control bg-ash" placeholder="Email" required="">
  </div>
  <div class="form-group">
    <input type="password" name="password" class="form-control bg-ash" placeholder="Password" required="">
  </div>
  <div class="custom-control custom-checkbox mb-12">
    <input class="custom-control-input" type="checkbox" value="Yes" name="i_agree">
    <label class="custom-control-label" for="business_types_plumber"> I agree to the terms of use and privacy. </label>
  </div>
  <div class="form-group">
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-lg btn-primary btn-block" id="register_btn">Create Account</button>
  </div>
</form>

POST auth/login/?type=customer

<form method="post" action="auth/login/?type=customer" id="login_frm">
  <input type="hidden" name="ci_csrf_token" value="">
  <div class="form-group">
    <input type="email" name="email" class="form-control bg-ash" placeholder="Email" required="">
  </div>
  <div class="form-group">
    <input type="password" name="password" class="form-control bg-ash" placeholder="Password" required="">
  </div>
  <div class="custom-control custom-checkbox mb-12">
    <input class="custom-control-input" type="checkbox" value="Yes" name="i_agree">
    <label class="custom-control-label" for="business_types_plumber"> Keep me logged in </label>
  </div>
  <div class="checkbox">
    <a class="forgotPass clerfix" href="">Fogot Password?</a>
  </div>
  <button type="button" class="btn btn-primary btn-block btn-lg" onclick="login()" id="logn_btn">Login</button>
</form>

Text Content

 * Branch Locator
 * 
   

 * View Cart
   
   Checkout

 * Register Login

 * About
 * We Care
 * Team
 * Careers
 * Services
   30 Day AccountCash AccountProfessional CardGift Card
 * Products
   PromotionsNewsroomProduct ShowcaseSmart Products
 * Subscribe

Contact Us

Newsroom:
 * Otjiwarongo Relaunch Branch - Redefining Shopping Excellence
 * World Autism Month - Empowering Autistic Women and Girls
 * Earth Day & Beyond! - Moving towards a sustainable Future with Virobags and
   Pupkewitz Megabuild
 * Once-off lawn treatment - Tips to ensure your grass is always greener
 * Graduate Program 2022 - Looking for talented young professionals
 * Graduate Program as a Stepping Stone - Breaching the Gap Between Graduation
   and Full-Time Employment
 * Staying on Top of Our Game - Cool & Modern Tools
 * History of Tools - The Tools of an Ever-Changing World
 * New Rundu Branch - Economic Investment & Commitment Towards Environmental
   Sustainability
 * Celebrating ‘Inspiring’ Women - Rosalia Doeses - Be the Inspiration
 * Celebrating ‘Independent’ Women - Martha Swartbooi - Independent Working
   Mother
 * Celebrating ‘Unstoppable’ Women - Ronel Kaaijk - ‘Unstoppable’ Does Not Come
   with Age
 * Celebrating Women - Toini Shikonga - Climbing Her Way Up
 * PIMP MY SHACK 2020 - SEASON 1
 * Graduate Program 2021 - Are you a young and vibrant graduating student ready
   to start the next chapter of your life?
 * Recycle, Reuse and Reduce - Together with Megabuild
 * Reduce Your Carbon Footprint with Lighting -
 * Reduce Your Carbon Footprint with Paint - MegaPaint Family
 * Working Together with Pupkewitz Foundation - COVID-19 Food Relief
   Distribution
 * Spectiles by Pupkewitz Megabuild - Latest Addition to The Family






WE CARE




HISTORY




PRODUCTS







 

Whats Happening at Megabuild


LATEST NEWS

OTJIWARONGO RELAUNCH BRANCH

Redefining Shopping Excellence

2023-06-05




WORLD AUTISM MONTH

Empowering Autistic Women and Girls

2023-04-26




EARTH DAY & BEYOND!

Moving towards a sustainable Future with Virobags and Pupkewitz Megabuild

2023-04-23




View All




 

Megabuild is Acknowledged As The Oldest & Largest


BUILDING MATERIAL & HARDWARE SUPPLIER IN NAMIBIA

PUPKEWITZ MEGABUILD AND BUILDERS WAREHOUSE OFFER ITS CLIENTS PROFESSIONAL
SERVICES VIA ITS 19 BRANCHES ACROSS THE COUNTRY. WE STOCK MORE THAN 20 000 LINE
ITEMS, SUPPLYING FROM FOUNDATION TO ROOF.

Since we’ve opened our doors in 1904 it has been our goal to provide Namibians
with the necessary tools to achieve whatever you can dream of. Over 19 branches,
stretching over 16 towns, Megabuild is accessible to each and every one. Whether
you are dusting off and giving life to an old chair, revamping your kitchen,
building a block of flats or even in the business of mining, we can help you.





Superior Service


& EXPERT ADVICE


PUPKEWITZ MEGABUILD STOCKS MORE THAN 20 000 LINE ITEMS AND CATERS TO
CONTRACTORS, MINES, INDUSTRIALISTS, RESELLERS, PARASTATALS, THE PUBLIC SECTOR,
HOUSEHOLDS AND DIY HOME IMPROVEMENT ENTHUSIASTS.


PRODUCTS FROM FOUNDATION TO ROOF

We supply the widest range of building supplies and DIY materials.




ADVICE

We offer technical expertise in many fields and have our own professional
in-house interior designer and horticulturalist to assist you.





ESTIMATION

We provide completely free estimations on all products we stock.




CREDIT FACILITIES

We offer credit facilities to approved customers, corporate and private.




DELIVERIES

We deliver, or arrange delivery of products to any destination in Namibia.



Our Coverage


THE MEGABUILD FOOTPRINT

Harold Pupkewitz establishes the Pupkewitz Builders’ Merchant – The Building and
Engineering Division. Builders Warehouse, acquired in 2007 and also part of the
Pupkewitz Megabuild brand, is a specialist building material shop located in
Katutura, Windhoek. The store has specialized product lines and offers a
complete, one-stop solution to builders.

Our footprint is further extended through our associated agricultural services
provider, Kaap Agri Namibia, with 21 branches throughout Namibia. Kaap Agri
Namibia understands the agriculture sector’s unique characteristics and
requirements, which forms the basis of their service offering.

Pupkewitz Megabuild is especially proud of the fact that we pioneered Namibia’s
largest and premier retail outlet that inspires fine living – Megabuild
Lifestyle, established in Windhoek in 2014. Innovative, sophisticated and
contemporary, Megabuild Lifestyle is proof that traditional hardware stores can
be so much more. This unique shopping experience offers a wide range of
products, ranging from gardening to home appliances and the latest in-home
improvement trends.

The first-of-its-kind in Namibia, Pupkewitz MegaBoards was established in
Windhoek in 2019 as a one-stop shop for wood-based products and hardware,
offering high-end cutting and edging services. Whether you are a joiner,
cupboard manufacturer, furniture maker or shopfitting company, we will deliver
to your exact specifications.



Smart partnerships are the way forward and we’ve branched out to urbane, chic
and stylish interior design with the emphasis on quality and international
brands. Spectiles, acquired in 2020, represents an expansion of our services and
offering and redefines interior and exterior living. See what’s possible in our
branches in Windhoek and Walvis Bay.


CAREERS

Building a Legacy Through Empowerment


OPEN THE DOOR TO OPPORTUNITY WITH MEGABUILD.

In 2008, a specialised department was established at Pupkewitz Megabuild and
Builders Warehouse to assist and develop small and medium enterprises (SMEs) in
Namibia. We also offer multiple benefits to our employees.


View Jobs




SIGN UP FOR MEGABUILD PROMOTIONS

Be the first one to receive our specials and promotions!

First name
Valid first name is required.
Last name
Valid last name is required.

Subscribe










AVOID


THAT AWKWARD GIFT MOMENT WITH THE MEGABUILD GIFT CARD

Gift cards can be redeemed at any Megabuild Branch Nationwide


30 Day Account Cash Account Professional Card

Pupkewitz Megabuild and Builders Warehouse offer its clients professional
services via its 19 branches across the country. The company stocks more than 20
000 line items, supplying from foundation to roof.

 * 
 * 
 * 


FOOTER NAVIGATION

 * The Team
 * Careers at Megabuild
 * About
 * Services
 * Product Showcase
 * Products


FOOTER NAVIGATION

 * 30 Day Account
 * Cash Account
 * Professional Card
 * Gift Card
 * Employee Login


QUICK LINKS

Stores
Promotions
Products
 * Privacy Policy
 * Conditions of Sale
 * Terms and Conditions


 * 
 * 
 * 

Copyright © 2019 - 2024 Megabuild. All rights reserved.

ENQUIRE

×
First name
Valid first name is required.
Last name
Valid last name is required.
Mobile
+264
Your mobile number is required.
Email
Please enter a valid email address for shipping updates.
Address
Please enter your shipping address.
Message

--------------------------------------------------------------------------------

Submit Enquiry

PURCHASE

×
First name
Valid first name is required.
Last name
Valid last name is required.
Mobile
+264
Your mobile number is required.
Email (Optional)
Please enter a valid email address for shipping updates.
Address
Please enter your shipping address.
Address 2 (Optional)
Country Choose... Namibia
Please select a valid country.
City Choose... Windhoek Gobabis Grootfontein Henties Bay Karasburg Karibib
Keetmanshoop Mariental Okahandja Omaruru Otjiwarongo Outjo Swakopmund Tsumeb
Usakos Walvis Bay Arandis Eenhana Katima Mulilo Khorixas Lüderitz Nkurenkuru
Okakarara Ondangwa Ongwediva Opuwo Oshakati Oshikango Rehoboth Aus Fish River
Canyon Gochas Grünau Helmeringhausen Kamanjab Chobe Naukluft Otavi Sesriem
Skeleton Coast Solitaire Sossusvlei Waterberg Rundu Rosh pinah Maltahöhe
Sesfontein Okaukuejo Noordoewer Palmwag Seeis Namutoni Ngoma Ruacana Kongola
Cape Cross Tsumkwe Warmbad kalkrand Dordabis Divundu Rietoog Hoachanas Otjinene
Sangwali Purros Seeis Tsumkwe Seeheim Kasana Kalkveld Oranjemund Uis Dolphin
Beach Long Beach Omuthiya Kalkfeld Oshikuku Outapi Okahao Etosha Ogongo Tsandi
Bethanie
Please provide a valid state.

--------------------------------------------------------------------------------

Product

Quantity
Quantity required.

--------------------------------------------------------------------------------

Shipping address is the same as my billing address

--------------------------------------------------------------------------------

Submit Order
Create your account ×
First name
Valid first name is required.
Last name
Valid last name is required.


I agree to the terms of use and privacy.

Create Account


OR

Login with Social Providers
Log in with facebook Log in with Google

Already have an Account? Login

Log in to your account ×
Keep me logged in
Fogot Password?
Login


OR

Login with Social Providers
Log in with facebook Log in with Google

Don’t have an Account? Sign up

×

Ok, Thanks


This website or its third-party tools use cookies, which are necessary to its
functioning and required to achieve the purposes illustrated in the cookie
policy.


I Accept