WARDFlex Flexible Pipe & Fittings

View as List Grid

Items 1-10 of 14

Page
Set Descending Direction
  1. WARDFlex Coupling Product #:WF34C
    20A x 20A 3/4" Mechanical Coupling Learn More
    Out of stock
  2. WARDFlex Flush Mount Gas Valve Kit Product #:WFVALVEKIT
    1/2 x 1/2 in. Gas Flush Mount Valve Kit Learn More
    Out of stock
  3. WARDFlex Joint Fitting Product #:WF1F
    WARDFlex 1" Mechanical Joint Fitting Learn More
    Out of stock
  4. WARDFlex Joint Fitting Product #:WF12F
    WARDFlex 1/2" Mechanical Joint Fitting Learn More
    Out of stock
  5. WARDFlex Mechanical Joint Product #:WF34F
    WARDFlex 3/4" Mechanical Joint Fitting Learn More
    Out of stock
  6. WARDFlex Pipe Product #:WFII-34P
    3/4" WARDFlex Coated Flexible Pipe, Sold per Foot, 25ft Minimum Learn More
    Out of stock
  7. WARDFlex Pipe Product #:WFII-1P
    1" WARDFlex Coated Flexible Pipe, Sold per Foot, 25ft Minimum Learn More
    Out of stock
  8. WARDFlex Pipe Product #:WFII-12ROLL
    1/2" WARDFlex Coated Flexible Pipe, 100' Length Learn More
    Out of stock
  9. WARDFlex Pipe Product #:WFII-12P
    1/2" WARDFlex Coated Flexible Pipe, Sold per Foot, 25ft Minimum Learn More
    Out of stock
  10. WARDFlex Termination Outlet Product #:WF1OT
    WARDFlex 1" Outside Termination Outlet Learn More
    Out of stock
    View as List Grid

    Items 1-10 of 14

    Page
    Set Descending Direction
'); } else { $('#product-id-' + product_id + ' .stock').removeClass('available').removeClass('unavailable').addClass('unavailable').html('Out of stock'); } $('#product-id-' + product_id + ' .stock').show(); $('#product-id-' + product_id + ' .stock').css('visibility', 'visible'); $('#product-id-' + product_id + ' .custom_uom').val(uom); $('#product-id-' + product_id + ' .actions-primary').show(); $('.products-grid .product-info-left-section').css('display', 'block'); $('.products-grid .qty').css('display', 'inline-block'); $('.products-grid .price-box').css('display', 'block'); $('.products-grid .price-box.price-final_price').css('display', 'block'); $('.products-grid button.action.tocart.primary').css('display', 'block'); $('.products-list .product-info-left-section').css('display', 'block'); $('.products-list .qty').css('display', 'inline-block'); $('.products-grid .availability').css('display','block'); $('.products-list .price-box').css('display', 'block'); $('.products-list .price-box.price-final_price').css('display', 'block'); $('.products-list button.action.tocart.primary').css('display', 'block'); } }); $('.products-list .product-info-left-section').css('display', 'block'); } }); }); /* Request a Quote script */ $(document).ready(function () { if ($(document).find('body').hasClass('checkout-index-index')) { if (getUrlParams('type') == 'quote') { var interval = null; interval = setInterval(function () { if ($(document).find('.opc-block-summary span.title').text()) { $(document).find('.opc-block-summary span.title').html('Quote Summary'); clearInterval(interval); } }, 1000); } } /* configurable product display enhanced data for child products */ /* hide warehouse qty */ $('.custom-warehouse-qty .block-content button').click(function (e) { e.preventDefault(); e.stopPropagation(); $('.custom-warehouse-qty .block-content').hide().css({"visibility": "hidden"}); }); $('.custom-warehouse-qty .block-title a').click(function (e) { e.preventDefault(); e.stopPropagation(); //$('.custom-warehouse-qty .block-content').toggle(); var currentDisplay = $('.custom-warehouse-qty .block-content').css("display"); if (currentDisplay === "none") { $('.custom-warehouse-qty .block-content').show().css({"visibility":"visible"}); } else { $('.custom-warehouse-qty .block-content').hide().css({"visibility":"hidden"}); } }); /* configurable product on select */ $('#product-options-wrapper .field.configurable select').each(function () { $(this).on('change', function (e) { $('.product-info-main .box-tocart #product-addtocart-button').prop("disabled", true); var val = $(this).val(); var super_attribute = $(this).attr('data-selector'); var id = $(this).parents('form#product_addtocart_form').find(' input[name="product"]').val(); $('.product-info-price #product-price-' + id + ' .price').css('visibility', 'hidden'); var sku = $(this).parents('form#product_addtocart_form').attr('data-product-sku'); var customurl = "https://shopfront.badgermetals.net/Catalog/configurable/get/"; $.ajax({ url: customurl, type: 'POST', dataType: 'json', data: { id: id, sku: sku, selected_option: val, super_attribute: super_attribute }, success: function (response) { console.log(response); $.each(response, function (key, value) { var price = value.price; var sku = value.sku; var qty = value.qty; var long_desc = value.description; var specification = value.specification; var attachments = value.attachments; var type = value.type; console.log(specification); console.log(attachments); qty = parseInt(qty); if (type == 'configurable') { $('.product-info-price #product-price-' + id + ' .price').html(price).css('visibility', 'hidden'); } else { $('.product-info-price #product-price-' + id + ' .price').html(price).css('visibility', 'visible'); } $('.product-info-main .price-box.price-final_price span.price').css('display', 'block'); $('.product-info-stock-sku .sku .value').html(sku); $('.product-info-main .availability.only').remove(); $('#description').html('').css('display', 'block'); $('#description').append(long_desc); $('#additional').html('').css('display', 'block'); $('#additional').append(specification); $('#collateral').html('').css('display', 'block'); $('#collateral').append(attachments); if(type == "simple"){ if (qty > 0) { $('.product-info-main .stock').removeClass('available').removeClass('unavailable').addClass('available').css('display', 'block').html('Available In-Stock'); $('.product-info-main .stock').after('
Only ' + qty + ' left
'); } else { $('.product-info-main .stock').removeClass('available').removeClass('unavailable').addClass('unavailable').html('Out of stock'); $('.product-info-main .stock').after('
Only 0 left
'); } } else{ $('.product-info-main .stock').removeClass('available').removeClass('unavailable').addClass('unavailable').html(''); } $('.box-tocart #product-options-wrapper').show(); $('.box-tocart #product-options-wrapper #custom_uom').html(value.uom_html); $('.product-info-main .box-tocart #product-addtocart-button').prop("disabled", false); }); } }); }); }); }); /* customer account create page data feed */ /* print option in product page */ $('#print-action').on('click', function () { window.print(); }); function compareKeyValuePair(pair, param) { var key_value = pair.split('='); var decodedKey = decodeURIComponent(key_value[0]); var decodedValue = decodeURIComponent(key_value[1]); if (decodedKey == param) return decodedValue; return null; } function getUrlParams(param) { var search = window.location.search.substring(1); var quoteType = null; if (search.indexOf('&') > -1) { var params = search.split('&'); for (var i = 0; i
Copyright © Badger Metals, Inc. All rights reserved.