www.hydraulicmegastore.com Open in urlscan Pro
2a04:4e42::347  Public Scan

Submitted URL: https://fluidpowermegastore.co.uk/
Effective URL: https://www.hydraulicmegastore.com/
Submission: On July 23 via api from US — Scanned from GB

Form analysis 4 forms found in the DOM

POST

<form class="woocommerce-form woocommerce-form-login login" method="post">
  <p class="form-row form-row-first">
    <label for="username">Username or email&nbsp;<span class="required">*</span></label>
    <input type="text" class="input-text" name="username" id="username" autocomplete="username">
  </p>
  <p class="form-row form-row-last">
    <label for="password">Password&nbsp;<span class="required">*</span></label>
    <input class="input-text woocommerce-Input" type="password" name="password" id="password" autocomplete="current-password">
  </p>
  <div class="clear"></div>
  <p class="form-row">
    <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
      <input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever"> <span>Remember me</span>
    </label>
    <input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="a77a2522a9"><input type="hidden" name="_wp_http_referer" value="/wp-admin/admin-ajax.php"> <input type="hidden" name="redirect" value="">
    <button type="submit" class="woocommerce-button button btn secondary w-full woocommerce-form-login__submit" name="login" value="Login">Login</button>
  </p>
  <p class="lost_password">
    <a href="https://www.hydraulicmegastore.com/my-account/lost-password/">Lost your password?</a>
  </p>
  <div class="clear"></div>
  <input type="hidden" name="redirect" value="https://www.hydraulicmegastore.com/">
</form>

GET https://www.hydraulicmegastore.com/

<form role="search" method="get" class="relative z-20 flex flex-grow mr-2 bg-white search-form border-greylight" action="https://www.hydraulicmegastore.com/">
  <label class="sr-only" for="search-form-1">Search…</label>
  <div class="flex w-full">
    <div class="relative search-by-wrapper">
      <label for="searchby" class="sr-only">Search By:</label>
      <select class="absolute inset-0 visible w-full opacity-0" name="searchby" id="searchby">
        <option value="sku" data-placeholder="Search by a product code">Product Code</option>
        <option value="custom_ref" data-placeholder="Search by your custom reference">Custom Reference</option>
        <option value="product_name" data-placeholder="Search by a product name">Product Name</option>
      </select>
      <div class="flex items-center h-full pl-4 bg-gray-200 border-r border-gray-300 cursor-pointer selection primary-text whitespace-nowrap">
        <span> Product Code </span>
        <i class="px-4 icon-arrow-down"></i>
      </div>
    </div>
    <input type="search" id="search-form-1" class="w-full px-4 py-3 search-field -md" placeholder="Search by a product code" value="" name="s" autocomplete="off">
  </div>
  <button type="submit" aria-label="Search" class="p-2 px-4 text-black more-results">
    <i class="icon-search"></i>
  </button>
  <div class="absolute z-20 flex justify-around -left-px py-2 px-[30px] bg-greyvlight border-t border-b overflow-y-auto ajax-search-results top-full lg:border sm:justify-center lg:justify-between">
    <div class="hidden mx-2 mt-2 transform -translate-x-1/2 loader"></div>
    <ul class="primary-text"></ul>
    <hr class="w-full">
    <div>
      <p class="text-xs font-medium primary-text">Not what you're looking for? <a href="/?s=" class="more-results" rel="nofollow">Click here for more results</a></p>
    </div>
  </div>
</form>

POST #

<form method="post" id="product-quick-add-form" action="#">
  <div class="basket-add" id="row-products[0]">
    <div class="basket-add-row">
      <div class="sku_wrapper input_wrapper">
        <label for="product_sku0" class="primary-text">Product Code</label>
        <input name="products[0][product_sku]" class="primary-text product_sku" id="product_sku_0" type="text" placeholder="Enter product code">
      </div>
      <div class="quantity_wrapper input_wrapper">
        <label for="quantity0" class="primary-text">Qty</label>
        <input name="products[0][quantity]" class="primary-text product_quantity" id="quantity_0" type="number" min="1" placeholder="1">
      </div>
      <button type="button" id="product_add_0" class="add-product-btn button" aria-disabled="true" disabled=""> Add To Cart </button>
    </div>
    <div class="success-error"></div>
  </div>
  <div class="basket-add" id="row-products[1]">
    <div class="basket-add-row">
      <div class="sku_wrapper input_wrapper">
        <label for="product_sku1" class="primary-text">Product Code</label>
        <input name="products[1][product_sku]" class="primary-text product_sku" id="product_sku_1" type="text" placeholder="Enter product code">
      </div>
      <div class="quantity_wrapper input_wrapper">
        <label for="quantity1" class="primary-text">Qty</label>
        <input name="products[1][quantity]" class="primary-text product_quantity" id="quantity_1" type="number" min="1" placeholder="1">
      </div>
      <button type="button" id="product_add_1" class="add-product-btn button" aria-disabled="true" disabled=""> Add To Cart </button>
    </div>
    <div class="success-error"></div>
  </div>
  <div class="basket-add" id="row-products[2]">
    <div class="basket-add-row">
      <div class="sku_wrapper input_wrapper">
        <label for="product_sku2" class="primary-text">Product Code</label>
        <input name="products[2][product_sku]" class="primary-text product_sku" id="product_sku_2" type="text" placeholder="Enter product code">
      </div>
      <div class="quantity_wrapper input_wrapper">
        <label for="quantity2" class="primary-text">Qty</label>
        <input name="products[2][quantity]" class="primary-text product_quantity" id="quantity_2" type="number" min="1" placeholder="1">
      </div>
      <button type="button" id="product_add_2" class="add-product-btn button" aria-disabled="true" disabled=""> Add To Cart </button>
    </div>
    <div class="success-error"></div>
  </div>
  <div id="more-rows"></div>
  <div class="actions">
    <button class="button button--ghost add-more-rows" type="button">Add More Rows </button>
    <button class="button add-all-products" type="submit" aria-disabled="true" disabled="">Add all products to cart </button>
  </div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-UFrLhM" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 880px; margin: 0px auto; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(250, 206, 47, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><label id="label-email_83180784" for="email_83180784" class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(54, 54, 54); font-family: Montserrat, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">ENTER YOUR EMAIL ADDRESS</label><input
            id="email_83180784" class="needsclick go3635461042 kl-private-reset-css-Xuajs1" type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-labelledby="label-email_83180784" aria-invalid="false"
            options="[object Object]"
            style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 44px; text-align: left; color: rgb(54, 54, 54); font-family: Montserrat, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(54, 54, 54);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 0 1 auto; margin: 0px auto;"><button class="needsclick go1515943218 kl-private-reset-css-Xuajs1"
          type="button" tabindex="0"
          style="background: rgb(54, 54, 54); border-radius: 0px; border-style: none; border-color: rgb(29, 29, 29); border-width: 2px; color: rgb(255, 255, 255); font-family: Montserrat, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 44px;">Subscribe</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Your internet browser has JavaScript disabled. Our website works best with
JavaScript enabled: Learn how to enable JavaScript


Skip to main content Skip to footer
 * 
 * 
 * 
 * 

 * Thread ID Doc
 * 01472 255928
 * EX VAT
   Toggle VAT
   INC VAT
 * Select LanguageArabicDutchEnglishFrenchGermanItalianPortugueseRussianSpanish
   
 * My Account

login


Username or email *

Password *



Remember me Login

Lost your password?



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

Don't have an account? Register

Menu
Search…
Search By: Product Code Custom Reference Product Name
Product Code

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

Not what you're looking for? Click here for more results

Product Quick Add Quick Add
Product Code
Qty
Add To Cart

Product Code
Qty
Add To Cart

Product Code
Qty
Add To Cart


Add More Rows Add all products to cart
(0) close


SHOPPING CART

Your cart is currently empty.

Go to Cart
 * 
 * 
 * 
 * 

 * Shop All Products
    * Back
    * Hydraulic Products
       * Back
       * 
         Hose & Fittings
       * 
         Adaptors
       * 
         Quick Release Couplings
       * 
         Steel Tube & Compression Fittings
       * 
         Swaging Machines
       * 
         Cylinders
       * 
         Oil Coolers
       * 
         Accessories & Consumables
       * 
         Valves, Manifolds & Control
       * 
         Pumps & Motors
       * 
         Power Packs & Accessories
       * 
         Test Equipment
       * 
         High Pressure Hydraulic Equipment
       * 
         SAE Flanges and Socket Weld Fittings
       * 
         Accumulators
       * 
         Filtration
       * 
         Pressure Switches & Transmitters
       * 
         Hydraulic Oil
   
    * Pneumatic Products
       * Back
       * 
         Nylon Tubing
       * 
         Camozzi Push Fittings
       * 
         CDC Plastic Push-in Fittings
       * 
         Transair
       * 
         Pneumatic Cylinders
       * 
         Rotary Cylinders
       * 
         Pneumatic Valves, Mounts & Accessories
       * 
         Air Reservoirs
       * 
         Soft Start Valves
       * 
         Mounting Accessories For Cylinders
       * 
         Reed Switches
       * 
         Brackets For Magnetic Switches
   
    * Industrial Products
       * Back
       * 
         Industrial Hose
       * 
         Macdonald & Maclock Type Couplings
       * 
         Grease Guns & Accessories
       * 
         Industrial Valves
       * 
         Adhesives & Sealants
       * 
         Stainless Steel Flanges
       * 
         Wash Down Equipment
       * 
         Camlock Fittings
       * 
         Donaldson Filters
       * 
         Stainless Steel Fittings
       * 
         Electric Motors
       * 
         Flexible Connectors
       * 
         Frequency Inverters
       * 
         Hose Reels
       * 
         Spill Kits & Absorbents
       * 
         Stainless Sandpiper/Blagdon pumps
   
    * Ancillary Products
       * Back
       * 
         Pressure Washers
       * 
         Workwear
       * 
         Power Tools
       * 
         PPE & Safety
       * 
         Heaters
       * 
         Cleaning Supplies
       * 
         Hand Tools
       * 
         Air Conditioning
       * 
         Torches
       * 
         Toolboxes
       * 
         Water Pumps
       * 
         Padlocks
       * 
         Socket Sets
       * 
         Site Transformers & Power
       * 
         Miscellaneous
   
    * Seal Products
       * Back
       * 
         Cylinder Parts
       * 
         O-Rings
   
    * Clearance Products
       * Back
       * 
         Analogue Pressure Test Kit with Hoses & Adaptors
       * 
         Defender Heavy Duty Reel 4-Way 50m
       * 
         200cc, 4 Bolt, 32mm Shaft Motor
       * 
         Youli Spool Valve MB-5/4S-3/18L/G-4-6/M3 80LPM All Double Acting C/W
         R/V 1/2
       * 
         Youli Spool Valve MB-5/2S-3/18L/G-4-6/M3 80LPM All Double Acting C/W
         R/V 1/2
       * 
         OMT 1″ BSP Return Line Filter
       * 
         DCK2111L2T XR Dewalt Brushless Sub-Compact Twin Pack 12V
       * 
         Food Grade Oils

 * DICSA
 * Brands
 * Power Packs
 * Hose Builder
 * Mobile Workshops

 * Select LanguageArabicDutchEnglishFrenchGermanItalianPortugueseRussianSpanish
   
 * My Account
 * Thread ID Doc
 * EX VAT
   Toggle VAT
   INC VAT



PRODUCTS BY LEADING MANUFACTURERS

FREE UK DELIVERY ON ORDERS OVER £250+VAT

FOLLOW THE LATEST ON OUR LINKEDIN

PRODUCTS BY LEADING MANUFACTURERS

FREE UK DELIVERY ON ORDERS OVER £250+VAT

FOLLOW THE LATEST ON OUR LINKEDIN



SERVING THE HYDRAULICS INDUSTRY WORLDWIDE




Previous

OUR TOP SELLERS

Next

HYDRAULIC TANKS

View Products

BELL HOUSINGS

View Products

AIR HOSE

View Products

THREE PHASE ELECTRIC MOTORS

View Products

NYLON TUBING

View Products

CYLINDER COMPONENTS

View Products

ANALOGUE PRESSURE TEST KIT

View Products

HOSE STORAGE RACK

View Products

JET WASH HOSE – GLOBAL FLEX SUPERJET

View Products

MILD STEEL HOSE FITTINGS

View Products

JUBILEE CLIPS & HOSE CLIPS

View Products

QUICK RELEASE COUPLINGS

View Products

COMPRESSION FITTINGS

View Products

HYDRAULIC PIPE CLAMPS

View Products

SWAGING MACHINES

View Products

SERVICE PLUGS

View Products

HYDRAULIC TANKS

View Products

BELL HOUSINGS

View Products

AIR HOSE

View Products

THREE PHASE ELECTRIC MOTORS

View Products

NYLON TUBING

View Products

CYLINDER COMPONENTS

View Products

ANALOGUE PRESSURE TEST KIT

View Products

HOSE STORAGE RACK

View Products

JET WASH HOSE – GLOBAL FLEX SUPERJET

View Products

MILD STEEL HOSE FITTINGS

View Products

JUBILEE CLIPS & HOSE CLIPS

View Products

QUICK RELEASE COUPLINGS

View Products

COMPRESSION FITTINGS

View Products

HYDRAULIC PIPE CLAMPS

View Products

SWAGING MACHINES

View Products

SERVICE PLUGS

View Products

HYDRAULIC TANKS

View Products

BELL HOUSINGS

View Products

AIR HOSE

View Products

THREE PHASE ELECTRIC MOTORS

View Products

NYLON TUBING

View Products


EXPERT HYDRAULIC EQUIPMENT SUPPLIER WITH OVER 30 YEARS EXPERIENCE

We are a Hydraulic fittings and equipment supplier that has developed over 30
years of business; we supply many business sectors, from supplying the public,
to Blue Chip Companies all around the globe.

Find Us
Find us at our head office location
Call Us
Call our experienced team 01472 255928
Email Us
Email our team with your requirements
Follow Us
Visit our social pages for all our updates
Previous

YOU MAY BE INTERESTED IN…

Next

YELLOW PIGS TAIL PROTECTIVE WRAP

View Products

JUBILEE CLIPS & HOSE CLIPS

View Products

RACOR FILTRATION

View Products

DEFENDER HEAVY DUTY REEL 4-WAY 50M

View Products

POLYPROPYLENE CAMLOCK FITTINGS

View Products

CYLINDER PARTS SEAL KITS

View Products

SAE 100 R7 NON-CONDUCTIVE HOSE

View Products

YELLOW PIGS TAIL PROTECTIVE WRAP

View Products

JUBILEE CLIPS & HOSE CLIPS

View Products

RACOR FILTRATION

View Products

DEFENDER HEAVY DUTY REEL 4-WAY 50M

View Products

POLYPROPYLENE CAMLOCK FITTINGS

View Products

CYLINDER PARTS SEAL KITS

View Products

SAE 100 R7 NON-CONDUCTIVE HOSE

View Products

YELLOW PIGS TAIL PROTECTIVE WRAP

View Products

JUBILEE CLIPS & HOSE CLIPS

View Products

RACOR FILTRATION

View Products

DEFENDER HEAVY DUTY REEL 4-WAY 50M

View Products

POLYPROPYLENE CAMLOCK FITTINGS

View Products

CUSTOM POWER PACK BUILDER


BUILD YOUR VERY OWN POWER PACK IN MINUTES

Using our assembly creation for custom power packs, you can design and create a
power pack which will suit the exact requirements you need.

Need help on designing? Our experienced and knowledgeable team of hydraulic
power packs, are on hand to help you every step of the way!

Build Now Contact Us


Parts Supplied By


LEADING MANUFACTURERS AND SUPPLIERS




HYDRAULIC FITTINGS

Hydraulic Megastore is well known for it’s extensive technical knowledge and
customer support, putting the main focus on service as well as offering
a slick and streamlines way of purchasing hydraulic products, including a vast
range of hydraulic fittings.

We are also known for the original, best and very popular Custom Hose Builder,
as well as our Custom Power Pack Builder which enables designers and
engineers the ability to build and order custom hoses and power packs in just a
few clicks, thus meaning fewer emails, fewer phone calls and a smoother ordering
process.

We work very close with some of the top leading suppliers and manufactures
around the world, meaning we have the flexibility to supply, stock and ship from
either our
warehouse here in North East Lincolnshire, or to ship products from our
suppliers.

Make a start on shopping on our most popular ranges:

Hydraulic Hose Fittings | Hydraulic Adaptors | Hydraulic Hoses



DELIVERY EXCLUSIONS

Product ranges excluded from our free delivery service include but are not
limited to:

 * Steel & stainless steel tubing
 * Any type of oil or lubrication product
 * Hydraulic oil tanks
 * Industrial hose
 * Hydraulic hose, over a certain size/weight threshold
 * Electric motors
 * Swaging / Cutting machines
 * Any palletised shipments

This information serves as a guide only and isn’t an exhaustive list.

Continue Shopping More Information


NEWSLETTER SIGN UP

Sign up to receive our latest news and offers

ENTER YOUR EMAIL ADDRESS

Subscribe
 * 
 * 
 * 
 * 
 * 

Get In Contact Get In Contact

Hydraulic Megastore a Division of Global Hydraulic Services Ltd

Unit 3, Estate Road 5
South Humberside Industrial Estate,
Grimsby, North Lincolnshire,
DN31 2TG

T: 01472 255928

E: hello@hydraulicmegastore.com

Information Information
 * About Us
 * Delivery
 * Returns
 * Contact Us
 * Blog

Help & Support Help & Support
 * Hydraulic Megastore Calculators
 * Mobile Hydraulic Hose Repair
 * Thread ID Document
 * Order Tracking

Legal Legal
 * Terms & Conditions
 * Terms of Service Agreement
 * Privacy Notice
 * Cookie Notice

Payment Methods

© 2024 Hydraulic Megastore a Division of Global Hydraulic Services Ltd -
Registration No. 02400813
 * Terms & Conditions
 * Terms of Service
 * Privacy Notice
 * Cookie Notice

Web Development by Laser Red in Lincolnshire

We use cookies This site uses cookies for improved browsing and personalised
ads. By clicking 'Accept', you agree to our use. Manage settings via 'Customise'
or see our Privacy Notice.

Accept Customise
Help Settings Policies


REQUIRED


Several cookies are required for the site to function (such as this acceptance
form). These enhance the experience of using the site by remembering certain
actions and allowing core functionality.

More Less

 * cc_cookies_acknowledged Allows the site to record your cookie preferences.
   
   

 * wordpress_test_cookie To check if cookies can be placed.
   
   

 * wordpress_sec_* Logged In Users Only: A default site cookie used to maintain
   your logged in status
   
   

 * wfwaf-authcookie-* Logged In Users Only: Provide protection against hackers,
   store account details.
   
   

 * wordpress_logged_in_* Logged In Users Only: To keep users logged in.
   
   

 * woocommerce_cart_hash Helps WooCommerce determine when cart contents/data
   changes.
   
   

 * woocommerce_items_in_cart Helps WooCommerce determine when cart contents/data
   changes.
   
   

 * wp_woocommerce_session_* Contains a unique code for each customer so that it
   knows where to find the cart data in the database for each customer.
   
   

MARKETING


This site uses third party marketing cookies to collect anonymous information
such as the number of visitors to the site, and the most popular pages.

More Less

 * _hjid Hotjar user experience helper
   
   

TRACKING


This site uses tracking cookies (cookies shared by one or more website or
service) to collect anonymous information such as the number of visitors to the
site, and the most popular pages.

More Less

 * GTM Google Tag Manager
   
   

MY UUID

Your unique identifier is used to track your consent preferences and for us to
be able to assist in any queries you may have. If a formal request for deletion
is not made, your identifier (along with and stored preferences) will be removed
30 days after your last visit to this website.

[Pending]

Accept All Save & Close Back
Open Cookie Consent options