epco-plastics.com Open in urlscan Pro
2606:4700:3034::6815:3896  Public Scan

Submitted URL: http://www.epco-plastics.com/
Effective URL: https://epco-plastics.com/
Submission: On October 08 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form method="post" id="fme-form-validate" enctype="multipart/form-data" autocomplete="off" data-hasrequired="* Required Fields" novalidate="novalidate">
  <input name="form_key" type="hidden" value="06NW4iP1mXCCphaq">
  <fieldset class="fieldset">
    <legend class="legend fmehideprice-form-legend">
      <span>Get a Quote for</span>
      <span style="font-weight: bolder;" class="product-name"></span>
      <span style="color:red;float:right;font-size:13px;"> * Required Fields</span>
    </legend>
    <div class="field name required">
      <label class="label" for="name"><span>Name</span></label>
      <div class="control">
        <input name="name" id="name" title="name" class="input-text" type="text" data-validate="{required:true}" value="" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="field email required">
      <label class="label" for="email"><span>Email</span></label>
      <div class="control">
        <input name="email" id="email" title="Email" class="input-text" type="email" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="field size required">
      <label class="label" for="size"><span>Size</span></label>
      <div class="control">
        <input type="hidden" name="_1664808979826_826" value="Size" aria-required="true">
        <input name="additional_1664808979826_826" data-validate="{required:true}" title="Size" class="input-text" type="text" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="field quantity required">
      <label class="label" for="quantity"><span>Quantity</span></label>
      <div class="control">
        <input type="hidden" name="_1664808988513_513" value="Quantity" aria-required="true">
        <input name="additional_1664808988513_513" data-validate="{required:true}" title="Quantity" class="input-text" type="text" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="field message required">
      <label class="label" for="message"><span>Message</span></label>
      <div class="control">
        <input type="hidden" name="_1664808995364_364" value="Message" aria-required="true">
        <textarea name="additional_1664808995364_364" data-validate="{required:true}" title="Message" class="input-text" cols="5" rows="3" aria-required="true"></textarea>
      </div>
    </div>
    <div class="hideprice-form-actions">
      <button class="" type="submit" data-role="action"><span>Submit</span></button>
      <button class="" type="reset" data-role="action"><span>Reset</span></button>
    </div>
    <input name="productid" type="hidden" value="">
    <input name="storeid" type="hidden" value="">
  </fieldset>
</form>

GET https://epco-plastics.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://epco-plastics.com/catalogsearch/result/" method="get">
  <div class="search_form_wrap">
    <div class="field search">
      <div class="control">
        <div class="flashing-cursor"></div>
        <input id="search" type="text" name="q" value="" placeholder="Search" class="input-text js-input-focus" 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="label animated-text--masked">
          <div class="wrap">
            <label class="inner" for="search" data-role="minisearch-label">Search</label>
          </div>
        </div>
      </div>
    </div>
    <div class="actions">
      <button type="submit" title="Go" class="action search" aria-label="Search" disabled="">
        <span class="search-icon-wrapper"><svg data-name="search-icon-small 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15">
            <rect x="11.73223" y="10.52513" width="2" height="4.41421" transform="translate(-5.27386 12.73223) rotate(-45)"></rect>
            <path d="M7,0a7,7,0,1,0,7,7A7,7,0,0,0,7,0ZM7,12a5,5,0,1,1,5-5A5,5,0,0,1,7,12Z"></path>
          </svg></span> <span>Go</span>
      </button>
    </div>
  </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 template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le9c80UAAAAAGO4p0QnPFb1jmMhz6DAeKDjKxq5&amp;co=aHR0cHM6Ly9lcGNvLXBsYXN0aWNzLmNvbTo0NDM.&amp;hl=de&amp;v=vP4jQKq0YJFzU6e21-BGy3GP&amp;theme=light&amp;size=invisible&amp;badge=bottomleft&amp;cb=18i6q1r6ob95"
              width="256" height="60" role="presentation" name="a-qidozbo0yq1w" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /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://epco-plastics.com/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</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.


COOKIE

 

This website requires cookies to provide all of its features. For more
information on what data is contained in the cookies, please see our Privacy
Policy page. To accept cookies from this site, please click the Accept button
below.

 

Allow Cookies
 * U-PVC
   
   
   U-PVC RANGE
   
   High quality U-PVC Range suitable for any industrial of commercial pipe
   project operating temperatures between +5ºc to +60ºc.
   
    * U-PVC Pipe
      * PN16
      * PN10
      * PN6
      * Class C
      * Class E
      * Class 7
    * U-PVC Fittings
      * Socket
      * 90° Elbow
      * Adaptor
      * Equal Tee
      * Union
      * Tank Connector
    * U-PVC Valves
      * Ball Valve
      * Spring Check Valve
      * Butterfly Valve
      * Compact Ball Valve
      * Diaphragm Valve
      * Flowmeter
    * U-PVC Flanges
      * Stub Flange
      * Backing Ring
      * Full Face Flange
      * Blank Flange
      * Full Face Gasket
      * Stub Gasket
   
   request
   SHOP ALL PIPE SHOP ALL FITTINGS SHOP ALL VALVES SHOP ALL FLANGES
   
   REQUEST A CREDIT ACCOUNT FORM.

 * ABS
   
   
   ABS RANGE
   
   High quality ABS Range suitable for any industrial of commercial pipe project
   operating temperatures between -40ºc to +70ºc.
   
    * ABS Pipe
      * Class C
      * Class E
      * Class T
    * ABS Fittings
      * 90° Elbows
      * Sockets
      * Adaptor
      * Equal Tees
      * Unions
      * Tank Connector
    * ABS Valves
      * Ball Valve
      * Spring Check Valve
      * Flowmeter
      * Electric Ball Valve
      * Pneumatic Ball Valve
      * Pneumatic Diaphragm Valve
    * ABS Flanges
      * Stub Flange
      * Full Face Flange
      * Blank Flange
      * Full Face Gasket
      * Stub Gasket
      * Galvanised Backing Ring
   
   request
   SHOP ALL PIPE SHOP ALL FITTINGS SHOP ALL VALVES SHOP ALL FLANGES
   
   REQUEST A CREDIT ACCOUNT FORM.

 * C-PVC
   
   
   C-PVC RANGE
   
   High quality C-PVC Range suitable for any industrial of commercial pipe
   project operating temperatures of up to +90°C.
   
    * C-PVC Pipe
      * PN16
    * C-PVC Fittings
      * Socket
      * 90° Elbow
      * 45° Elbow
      * Equal Tee
      * Union
      * Adaptor
    * C-PVC Valves
      * Ball Valve
    * C-PVC Flanges
      * Stub Flange
      * Full Face Gasket
      * Stub Gasket
      * Galvanised Backing Ring
      * GRPP Backing Ring
      * Bolts
   
   request
   SHOP ALL PIPE SHOP ALL FITTINGS SHOP ALL VALVES SHOP ALL FLANGES
   
   REQUEST A CREDIT ACCOUNT FORM.

 * PP
   
   
   PP RANGE
   
   We stock a high quality PP Range suitable for any industrial of commercial
   pipe project.
   
    * PP Hose Fittings
      * Straight Hose Tail
      * 90 Degree Hose Tail
    * PP Camlock Fittings
      * Dust Plug
      * Dust Cap
      * Male Adaptor
      * Female Coupler
    * PP Threaded Fittings
      * Socket
      * Elbow
      * Reducing Socket
      * Nipple
    * PP Compression Fittings
      * Coupling
      * Adaptor
      * Elbow
      * Tee
      * Clamp Saddle
   
   request
   SHOP ALL HOSE FITTINGS SHOP ALL CAMLOCK FITTINGS SHOP ALL THREADED FITTINGS
   SHOP ALL COMPRESSION FITTINGS
   
   REQUEST A CREDIT ACCOUNT FORM.

 * Accessories
   
   
   ACCESSORIES RANGE
   
   We stock a large range of U-PVC, ABS and C-PVC accessories for any industrial
   of commercial pipe project.
   
    * Cements
      * UNI-100 Cement
      * B-25 Cement
      * UNI-100 XT Cement
      * UNI-100 GT Cement
      * HCR-36 Cement
      * WDF-05 Cement
    * Sealants
      * Thread Seal
      * Aqua-Max
    * Tape
      * Emery Tape
      * Fibre Roll
      * SFT-101 Tape
      * PTFE Tape
    * Tools
      * Cable Saw
      * Chamfering Tool
      * Glue Brushes
    * Pipe Clips
      * Rubber Pipe Clip
      * Quick Clamp
      * Ind Pipe Clip
      * Ind Spacing Block
   
   SHOP ALL ACCESSORIES
   
   REQUEST A CREDIT ACCOUNT FORM.

 * Metal
   
   
   METAL VALVES
   
   We stock high quality Metal Valves suitable for any industrial of commercial
   pressure pipe project.
   
    * Valves
      * Ball Valve
      * Gate Valve
      * Swing Check Valve
      * Butterfly Valve
   
   request
   
   REQUEST A CREDIT ACCOUNT FORM.

 * About
    * Our Success
    * Our Projects
    * Our Brands
      * Comer
      * Griffon
      * Walraven

 * News

My Account
0

Already a customer? Request your Customer Login

PIPE
SYSTEMS UK STOCKS pipe
fittings UK STOCKS valves & flanges griffon cements UK STOCKS UK STOCKS





epco ltd. is one of the UK's largest suppliers of U-PVC, ABS and C-PVC Pressure
Pipe Systems including pipe, fittings, valves, accessories and more... shop
u-pVC HIGH QUALITY PIPE SYSTEMS providing custom fabrications Looking for
something special? about us for commercial and industrial pipeline projects epco
ltd offers a range of Griffon adhesives, sealants, lubricants and maintenance
products. Griffon offers unique, high-quality product ranges aimed at providing
solutions for the professional. shop now WRAS ACCESSORIES
 
epco says farewell


STEVE BOOKER - SENIOR SALES MANAGER

After 22 years of dedicated service to epco, the time has come for us to say
farewell to Steve Booker as he pursues a new opportunity within the industry.
Steve has been an integral part of the development of epco and the backbone of
the Sales Team for the past 2 decades. We wish him all the best for the future
and thank him for his dedication and commitment throughout the years. His
leadership, wit and singing will be sorely missed 😁.


 
 

ABS

view our range

U-PVC

view our range

C-PVC

view our range

PP

view our range
 
epco ltd. sole UK distributor


COMER PRESSURE PIPE SYSTEMS

Our partnership with Comer - Italy, as their exclusive UK distributor, enables
us to bring the Comer brand to the UK market place. Working closely, we ensure
all Comer products are designed and engineered to the highest technical quality
and specifications. Today Comer is proudly one of the most widely used and
trusted brands in the worldwide market place.

read more


 
 


FEATURED PRODUCTS

U-PVC Plain Socket
Griffon Cleaner Fluid
U-PVC Class E Pipe
U-PVC Plain Standard Ball Valve - Double Union
Industrial Pipe Clip - Black PP
ABS Plain 90° Elbow
Griffon UNI-100 U-PVC Cement
 
latest updates


FROM OUR NEWS

epco Plastics News


ABS PIPE SIZES



ABS Pipes are renowned for their excellent impact strength, wide operating
temperature range from (minus) -40ºc to (plus) +70ºc and its electrical
resistance

Read more
epco Plastics News


PLASTIC PIPE SIZES CHART



The introduction of the metric sizing system was to bring the UK into line with
the rest of Europe, and whilst accepted in many areas of industry, has had a
slower uptake, resulting in both Imperial and Metric remaining readily available
in the UK.

Read more
epco Plastics News


GRIFFON PLASTIC PIPE GLUE



Plastic pipe sealants, often referred to as ‘Solvent Cements’ are offered in a
range of variants from single to multiple use application. With so many types of
PVC pipe sealants on the market we choose to sell three PVC glue variants from
one of the top European manufacturers.

Read more
 
 
 


WHAT OUR
CUSTOMERS SAY

I have traded with epco for well over ten years. A lot of my orders are slightly
unusual, and in one instance, epco were the only company prepared to get a
particular part made for me. They also carry large stocks of the more commonly
used pipe and fittings, and are more than happy to advise.

Mick Wastewater Treatment

epco had what we needed and got the order delivered to site the following day.
Excellent!

Kevin Website Customer

Excellent communication, fast delivery and friendly knowledgeable staff. Even
after we received the order we had communication to make sure everything was OK.
Highly recommended!

Louise Reseller
 

 * U-PVC

 * U-PVC Pipe
 * U-PVC Fittings
 * U-PVC Valves
 * U-PVC Flanges

 * ABS

 * ABS Pipe
 * ABS Fittings
 * ABS Valves
 * ABS Flanges

 * C-PVC

 * C-PVC Pipe
 * C-PVC Fittings
 * C-PVC Valves
 * C-PVC Flanges

 * PP

 * PP Hose Fittings
 * PP Camlock Fittings
 * PP Threaded Fittings
 * PP Compression Fittings

 

To Top

COMPANY

 * epco Pipe Systems
   6 Felnex Square
   Cross Green Ind. Estate
   Leeds, West Yorkshire
   LS9 0ST
   0113 2491155

TIMINGS

 * Mon – Thu: 8:30AM – 5:30PM
 * Fri: 8:30AM – 5:00PM
 * Sat & Sun: Closed
 * Public Holidays: Closed

ORDER INFO

 * Frequent Questions
 * Stock Availability and Price
 * Delivery Information
 * Product Catalogue
 * Customer Account

LEGAL

 * About Us
 * Terms of Use
 * Privacy Policy
 * Contact Us

 
facebook twitter linkedin youtube
 

© 2022 epco ltd. All Rights Reserved.

 
Get a Quote for * Required Fields
Name

Email

Size

Quantity

Message

Submit Reset

Search
Go
 * 
 * My Account
 * My Orders
 * Checkout
 * 
   
   
   
 * Request an account
 * Log In
   


Product added to cart

You have no items in your shopping cart. Continue Shopping.
Menu

Account

Settings


Close
Register as a New Customer

Creating an account has many benefits:

 * View your Custom Pricing
 * Maintain a full Order History
 * and much more?

Request an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?