www.powerbee.co.uk Open in urlscan Pro
178.159.14.134  Public Scan

URL: https://www.powerbee.co.uk/
Submission Tags: sansec.io magecart Search All
Submission: On September 16 via api from US — Scanned from GB

Form analysis 5 forms found in the DOM

GET https://www.powerbee.co.uk/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.powerbee.co.uk/catalogsearch/result/" method="get">
  <div class="field search mf-initial" data-was-processed="true">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control mf-initial" data-was-processed="true">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search entire store here...'" maxlength="128" role="combobox"
        aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.powerbee.co.uk/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'" class="mf-initial" data-was-processed="true">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size, css: 'num-result'" class="num-result">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: (result.product.data().length == 0)"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions mf-initial" data-was-processed="true">
    <button type="submit" title="Search" class="action search primary" disabled="disabled">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.powerbee.co.uk/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.powerbee.co.uk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit" am-captcha-protect="true">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST https://www.powerbee.co.uk/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.powerbee.co.uk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST https://www.powerbee.co.uk/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.powerbee.co.uk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </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.powerbee.co.uk/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 in the case 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.


Skip to Content
 * Welcome to our Solar Shop.
      
    * Login
    * Account / Register
    * Contact

Toggle Nav
 * Free UK Delivery
 * 30 Day Returns
 * Guaranteed

 * Login
 * Account / Register
 * Contact

07786948899 Monday - Friday | 9AM - 5PM

Search
Search
Advanced Search
Suggested
Products See All 0
No Result
Search
My Cart 0
My Cart
Close You have no items in your shopping cart.


Menu
 * Solar Lights
   * Go to Solar Lights
   *  * Solar Garden Lights
      * Solar Security Light
      * Solar Shed Light
      * Solar Wall Lights
     
      * Solar Spot Lights
      * Solar Fairy Lights
      * Solar Lanterns
      * Solar Lamp Post
     
      * Solar Post Lights
      * Solar Fence Lights
      * Solar Path Lights
 * Solar Water Features
 * Solar Pump
 * Pond Supplies
 * Outdoor Lighting
   * Go to Outdoor Lighting
   *  * Security Lights
      * Shed Lights
      * Led Motion Sensor Light
     
      * Garden Lights
      * Outdoor Wall Lights
     
      * Hanging Lanterns
      * Christmas Lights
 * Battery Operated Lights
 * Fairy Lights
 * Festoon Lights

Account
 * Welcome to our Solar Shop.
      
    * Login
    * Account / Register
    * Contact


HOME PAGE


Excellent


1,917 Reviews on


Google
Solar Lights
prev
next






Popular Categories

Solar Lights
Solar Water Features
Solar Fountain Pump
Solar Air Pump
Pond Supplies
Water Features and Garden Fountains
Outdoor Lighting
Battery Operated Lights
Portable Phone Charger
Fairy Lights
Festoon Lights
Accessories
prev
next

Solar Lights
Solar Water Features
Solar Fountain Pump
Solar Air Pump
Pond Supplies
Water Features and Garden Fountains
Outdoor Lighting
Battery Operated Lights
Portable Phone Charger
Fairy Lights
Festoon Lights
Accessories
Solar Lights
Solar Water Features
Solar Fountain Pump
Solar Air Pump
Pond Supplies
Water Features and Garden Fountains
Outdoor Lighting
Battery Operated Lights
Portable Phone Charger
Fairy Lights
Festoon Lights
Accessories
Solar Lights
Solar Water Features
Solar Fountain Pump
Solar Air Pump
Pond Supplies
Water Features and Garden Fountains
Outdoor Lighting
Battery Operated Lights
Portable Phone Charger
Fairy Lights
Festoon Lights
Accessories
prev
next

Welcome to Powerbee Lighting helping you to Save Energy & Save Money  

New Collections

Loading...


Best Selling Products

Loading...

Welcome to PowerBee Ltd The Home of Quality Solar Lights & Solar Garden Lighting

Welcome to our Solar Shop. We are one of the best priced Quality Online Solar
Garden Lights store in the UK, specialising in solar lights for your home and
garden.

The Powerbee ® range is designed to work all year round in the UK and represents
reliable high quality products, true value for money, and our service is
exceptional.

Formed in 2008, Powerbee is a collection of family and close friends who all
have a passion and an interest in technology and environmental issues. Since
then, we have become established as a leader in selling the best solar lights at
very low prices! Whilst striving to provide a service that makes customers truly
happy.

We have spent years designing and developing our products, not just solar
lighting but also solar fountains and solar phone chargers, we are very
selective about our products.

PowerBee is able to offer you an extensive range of unique solar powered lights
that work in the UK.

We really care about what we do, our staff are committed to us, and are part of
the family, we have a huge base of very loyal customers, stretching over nearly
10 years, many times we hear that after purchasing from us they will go nowhere
else for their solar lights.

So please shop with complete confidence, our website is safe and secure, you can
chat to us any time, send messages or call us, we are always ready to help or
give advice to our customers.

Show more

Sign up to our Newsletter

Exclusive offers for you & brand new products. Plus
we won’t share your details

Newsletter
Sign Up for Our Newsletter:

Subscribe

Sign up to our Newsletter

Newsletter
Sign Up for Our Newsletter:

Subscribe

Exclusive offers for you & brand new products. Plus
we won’t share your details

Sign up to our Newsletter

Exclusive offers for you & brand new products. Plus
we won’t share your details

Newsletter
Sign Up for Our Newsletter:

Subscribe

Where We Are

Johns Cross Farm, Mountfield, Robertsbridge, TN325JP


CORPORATE

 * About Us
 * Orders and Returns
 * Delivery
 * Terms of Service

Support

 * FAQ
 * Our services
 * Contact Us
 * Solar blog



         

Company Registration Number: 060486578 VAT Registration Number: GB 938269579
2022 Copyright PowerBee - All Rights Reserved
Top
Go To Compare List




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?