www.autohaulersupply.com Open in urlscan Pro
2606:4700:3108::ac42:292e  Public Scan

Submitted URL: https://www.autohaulersupply.com/index.php?l=product_detail&p=554521&utm_source=newsletter_asu&utm_medium=email&utm_term=AH-3820G...
Effective URL: https://www.autohaulersupply.com/catalog/38-g70-binder-chain/38-x-20-grade-70-binder-chain-with-2-clevis-grab-hooks-554521.php?ut...
Submission: On May 11 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://www.autohaulersupply.com/index.php?l=search_list

<form action="https://www.autohaulersupply.com/index.php?l=search_list" method="post" id="searchForm">
  <fieldset>
    <input type="hidden" name="s[advanced]" value="0">
    <input type="hidden" name="s[title]" value="Y">
    <input type="hidden" name="s[short_desc]" value="Y">
    <input type="hidden" name="s[full_desc]" value="Y">
    <input type="hidden" name="s[sku]" value="Y">
    <input type="hidden" name="s[match]" value="all">
    <input type="hidden" name="s[cid]" value="0">
    <input type="hidden" name="s[subcats]" value="Y">
    <div class="input_box left_float_5_px" style="display:inline;">Search:&nbsp;<input type="text" name="s[search]"></div>
    <div class="yellow_button yellow_button_ie" style="width:2.2em; margin-top:4px; display:inline;"><input type="button" value="Go" style="padding-bottom: 2px; width: 100%" onclick="javascript:this.form.submit();"></div>
  </fieldset>
</form>

Name: product_formPOST https://www.autohaulersupply.com/index.php?l=addtocart

<form id="product_form" name="product_form" action="https://www.autohaulersupply.com/index.php?l=addtocart" method="post">
  <!--// End Hide Form //-->
  <input type="hidden" name="product[id]" value="554521">
  <input type="hidden" name="product[sku]" value="AH-3820GG">
  <input type="hidden" name="product[price]" value="63.96">
  <input type="hidden" name="product[sale_price]" value="51.99">
  <input type="hidden" name="regid" value="">
  <table cellpadding="0" cellspacing="2" border="0">
    <tbody>
      <tr>
        <td class="product_price" nowrap="nowrap">Our Price:</td>
        <td><span id="product_price" class="product_price product_strikethru">$63.96 </span></td>
      </tr>
      <!--// Start Hide Sale Price //-->
      <tr>
        <td class="product_price" nowrap="nowrap">Sale Price:</td>
        <td><span id="sale_price" class="product_price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer"><span itemprop="priceCurrency" content="USD">$</span><span itemprop="price">51.99</span> </span></td>
      </tr>
      <!--// End Hide Sale Price //-->
      <!--// Start Hide Quantity //-->
      <tr>
        <!--// Start Hide NotReadOnly //-->
        <td class="product_option" nowrap="nowrap">Quantity:</td>
        <td><input class="input_box" type="text" name="product[quantity]" size="4" maxlength="6" value="1">
          <!--// End Hide NotReadOnly //-->
        </td>
      </tr>
      <!--// End Hide Quantity //-->
      <tr>
        <td class="product_option" nowrap="nowrap" valign="top"><b>Ships from:</b></td>
        <td>Dallas, TX<br></td>
      </tr>
      <tr>
        <td colspan="2" style="padding-top: 10px;">
          <!--// Start Hide Add To Cart //-->
          <script type="text/javascript">
            function SubmitToCart() {
              /* Facebook AddToCart Code */
              try {
                var elementSku, sku = '';
                if (elementSku = document.getElementsByName('product[sku]').item(0)) sku = elementSku.value;
                var elementQty, qty = 0;
                if (elementQty = document.getElementsByName('product[quantity]').item(0)) qty = elementQty.value;
                var elementPrice, price = 0.0;
                if ((elementPrice = document.getElementsByName('product[sale_price]').item(0)) && (elementPrice.value.length > 0)) {
                  price = parseFloat(elementPrice.value);
                }
                if (Number.isNaN(price) || (price <= 0.0)) {
                  if ((elementPrice = document.getElementsByName('product[price]').item(0)) && (elementPrice.value.length > 0)) {
                    price = parseFloat(elementPrice.value);
                  }
                }
                if (Number.isNaN(price)) price = 0.0;
                fbq('track', 'AddToCart', {
                  "content_ids": [sku],
                  "content_type": "product",
                  "contents": [{
                    "id": sku,
                    "quantity": qty
                  }],
                  "currency": "USD",
                  "value": (price * qty).toFixed(2)
                });
              } catch (err) {
                ;
              }
              /* End Facebook AddToCart Code */
              document.forms['product_form'].submit();
              return true;
            }
          </script>
          <div class="orange_button"><input type="button" value="Add To Cart" onclick="javascript: SubmitToCart ();"></div>
          <!--// End Hide Add To Cart //-->
        </td>
      </tr>
      <tr>
        <td colspan="2" style="padding-top: 10px;">
        </td>
      </tr>
    </tbody>
  </table>
  <!--// Start Hide Form Close //-->
</form>

Name: add_reviewPOST

<form action="" name="add_review" method="post">
  <table border="0" cellspacing="0" cellpadding="2">
    <tbody>
      <tr>
        <td align="right" valign="top">Your Name:</td>
        <td valign="top"><input type="text" name="review[name]" value="" class="input_box" style="width: 250px;"></td>
      </tr>
      <tr>
        <td align="right" valign="top">*Email Address:</td>
        <td valign="top"><input type="text" name="review[email]" value="" class="input_box" style="width: 250px;"></td>
      </tr>
      <!--//
		<tr>
			<td align="right" valign="top">Review Title:</td>
			<td valign="top"><input type="text" name="review[title]" class="input_box" style="width: 250px;" /></td>
		</tr>
		//-->
      <tr>
        <td align="right" valign="top">Review:</td>
        <td valign="top"><textarea name="review[message]" class="input_box" rows="4" cols="100" style="width: 250px; height: 100px;"></textarea></td>
      </tr>
      <tr>
        <td align="right" valign="top">Your Rating:</td>
        <td valign="top">
          <select name="review[rating]" class="input_box">
            <option value="1">1 out of 5</option>
            <option value="2">2 out of 5</option>
            <option value="3">3 out of 5</option>
            <option value="4">4 out of 5</option>
            <option value="5" selected="selected">5 out of 5</option>
          </select>
        </td>
      </tr>
      <!--// Start Hide Image Verification //-->
      <tr>
        <td align="right" valign="top">Verification:</td>
        <td valign="top">
          <input name="verify" size="40" maxlength="5" class="input_box" style="width: 50px;" type="text">
          <img src="https://www.autohaulersupply.com/include/classes/class.iverify.php" align="middle" border="0" height="30" width="60" alt="" name="verify_image2">
          (<a href="javascript:void(0);" onclick="javascript:reload_image('https://www.autohaulersupply.com/', 2);">Reload Image</a>)
        </td>
      </tr>
      <!--// End Hide Image Verification //-->
      <tr>
        <td></td>
        <td>*Your email address will not be shared with anyone.</td>
      </tr>
      <tr>
        <td align="right" valign="top">&nbsp;</td>
        <td valign="top">
          <div class="orange_button"><input type="button" value="Submit Your Review" onclick="javascript:pause('add_review', 'https://www.autohaulersupply.com/index.php?l=add_review&amp;p=554521');"></div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Name: layoutPOST

<form id="layout" name="layout" method="post" style="text-align:center; margin-top:0.5em;">
  <input type="hidden" name="form_name" value="layout">
  <!--// Start Hide DesktopButton //-->
  <input type="submit" id="layout_desktop" name="layout_desktop" class="orange_button_new" value="Desktop Site">
  <!--// End Hide DesktopButton //-->
</form>

Text Content

503-786-6057
866-855-4285
8:00am-5:00pm M-F CT
 * Home
 * Shipping+Returns
 * Login
   
   
 * View Cart
   

Search: 

 
 

Car Hauler
Towing
Flatbed
Dry Van
Pick Up at Warehouse

Home » Flatbed» Binder Chain Assemblies G70» 3/8" G70 Binder Chain


PRODUCT DETAILS


3/8 X 20' GRADE 70 BINDER CHAIN WITH 2 CLEVIS GRAB HOOKS

SKU: AH-3820GG
Be the first to review this item!

View Larger Image
AddThis Sharing Buttons
Share to FacebookFacebookShare to TwitterTwitterShare to PrintPrintShare to
EmailEmailShare to MoreAddThis
Read Reviews  or  Write a Review
3/8" chain link diameter. Yellow Di-chromate chain finish. Includes 2 clevis
grab hooks. Working Load Limit 6,600 lbs. Length 20 feet.



Availability: In Stock Ships From: Dallas, TX Length: 20 ft Chain WLL Grade 70:
6,600 lbs Chain Hook Style: Clevis Grab Chain Link Diameter: 3/8 inch


Our Price: $63.96 Sale Price: $51.99 Quantity: Ships from: Dallas, TX






FULL DESCRIPTION

NOT APPROVED FOR OVERHEAD LIFTING


CLICK ON PHOTOS FOR LARGER IMAGE


View Larger Image

View Larger Image


REVIEWS

3/8 x 20' grade 70 Binder Chain with 2 Clevis Grab Hooks
SKU: AH-3820GG
Add Your Review
Currently there are no reviews for this product. Share your opinion with others,
be the first to write a review.
Add Your Review

Your Name: *Email Address: Review: Your Rating: 1 out of 5 2 out of 5 3 out of 5
4 out of 5 5 out of 5 Verification: (Reload Image) *Your email address will not
be shared with anyone.  




Our Company
Our Story Contact Us In the News Sitemap Featured Products New Products
Legal Stuff
Terms & Conditions Privacy Policy Sales Tax
Information
Product Suggestions? Wheel Straps Disambiguation Page Strap Truck Car Haulers
Car Haulers WANTED
 
What makes Diamond Weave straps different? For Manufacturers Maintenance Time
1/4 Inch Chain

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




Autohauler Supply ©Copyright 2008-2023 Autohauler Supply