www.beverlywetzel.shop Open in urlscan Pro
2606:4700:3032::ac43:d921  Public Scan

Submitted URL: http://www.beverlywetzel.shop/product/men-golf-biom-c4-shoe-magnet-ecco-golf/
Effective URL: https://www.beverlywetzel.shop/product/men-golf-biom-c4-shoe-magnet-ecco-golf/
Submission: On August 10 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://www.beverlywetzel.shop/

<form class="search-form" action="https://www.beverlywetzel.shop/" method="get">
  <input type="search" name="s" class="search-field" placeholder="Search …" autocomplete="off">
  <button type="submit" class="search-submit"><i class="fa fa-search"></i></button>
  <input type="hidden" name="post_type" value="product">
</form>

POST https://www.beverlywetzel.shop/product/men-golf-biom-c4-shoe-magnet-ecco-golf/

<form class="cart" action="https://www.beverlywetzel.shop/product/men-golf-biom-c4-shoe-magnet-ecco-golf/" method="post" enctype="multipart/form-data">
  <div class="custom_options">
    <!-- Product Options Start-->
    <div class="fmecustomgroup">
      <label> Size <span class="required">*</span> :- </label>
      <select type="select" class="fma fmeop fmeinput" name="product_options[size]">
        <option data-price="" value="5/5.5"> 5/5.5 </option>
        <option data-price="" value="6/6.5"> 6/6.5 </option>
        <option data-price="" value="7/7.5"> 7/7.5 </option>
        <option data-price="" value="8/8.5"> 8/8.5 </option>
        <option data-price="" value="9/9.5"> 9/9.5 </option>
        <option data-price="" value="10/10.5"> 10/10.5 </option>
        <option data-price="" value="11/11.5"> 11/11.5 </option>
        <option data-price="" value="12/12.5"> 12/12.5 </option>
        <option data-price="" value="13/13.5"> 13/13.5 </option>
        <option data-price="" value="14/14.5"> 14/14.5 </option>
        <option data-price="" value="15/15.5"> 15/15.5 </option>
        <option data-price="" value="16/16.5"> 16/16.5 </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="56"></div>
  </div>
  <script type="text/javascript">
    jQuery(document).ready(function($) {
      $(this).on('change', 'input:text, select, textarea, input.qty', function() {
        ProductCustomOptions();
      });
      ProductCustomOptions();

      function ProductCustomOptions() {
        var option_total = 0;
        var product_price = $('#product_options_total').attr('product-price');
        var product_total_price = 0;
        var final_total = 0;
        $('.fmeop').each(function() {
          var option_price = 0;
          if ($(this).attr('type') == 'select') {
            option_price = $("option:selected", this).attr('data-price');
          } else if ($(this).attr('type') == 'mselect') {
            var sum = option_price;
            $("option:selected", this).each(function() {
              str = parseFloat($(this).attr('data-price'));
              sum = str + sum;
            });
            option_price = sum;
          } else {
            option_price = $(this).attr('data-price');
          }
          var value_entered = $(this).val();
          if (value_entered != '' || option_price == 0) {
            option_total = parseFloat(option_total) + parseFloat(option_price);
          }
        });
        var qty = $('.qty').val();
        if (option_total > 0 && qty > 0) {
          option_total = parseFloat(option_total * qty);
          var price_form = "left";
          var op_price = '';
          if (price_form == 'left') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s%v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            op_price = accounting.formatMoney(option_total, {
              symbol: "&#36;",
              format: "%v %s"
            }, "2", ",", "."); // €4.999,99
          }
          if (product_price) {
            product_total_price = parseFloat(product_price * qty);
          }
          final_total = option_total + product_total_price;
          var fi_price = '';
          if (price_form == 'left') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%s%v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'left_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%s %v"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%v%s"
            }, "2", ",", "."); // €4.999,99
          } else if (price_form == 'right_space') {
            fi_price = accounting.formatMoney(final_total, {
              symbol: "&#36;",
              format: "%v %s"
            }, "2", ",", "."); // €4.999,99
          }
          html = '';
          html = html + '<div class="tprice"><div class="leftprice">Options Total:</div><div class="rightprice optionprice">' + op_price + '</div></div>';
          if (final_total) {
            html = html + '<div class="tprice"><div class="leftprice">Final Total:</div><div class="rightprice finalprice">' + fi_price + '</div></div>';
          }
          html = html + '</dl>';
          $('#product_options_total').html(html);
        } else {
          $('#product_options_total').html('');
        }
      }
    });
  </script>
  <script>
    var URL = "https://www.beverlywetzel.shop/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_66b77cc9c0836">Men GOLF BIOM C4 SHOE Magnet | ECCO Golf quantity</label>
    <input type="number" id="quantity_66b77cc9c0836" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" placeholder="" inputmode="numeric" autocomplete="off">
  </div>
  <button type="submit" name="add-to-cart" value="18912" class="single_add_to_cart_button button alt">Add to cart</button>
</form>

POST https://www.beverlywetzel.shop/?na=s

<form method="post" action="https://www.beverlywetzel.shop/?na=s">
  <input type="hidden" name="nr" value="widget"><input type="hidden" name="nlang" value="">
  <div class="tnp-field tnp-field-email"><label for="tnp-1">Email</label>
    <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required="">
  </div>
  <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe">
  </div>
</form>

Text Content

....***.*..*..*..*..*.**.*..*..*..*.*.*...*..***.....*...*.**..*.****..**.*.*..**......*.*.*.*.*....**.**....**.*..*.*.*****.***........*.*.**..**...*.*.***.*..*.*.*....*..**.*...*...**..***......*.*.**.*....*....*...

Skip to content
0
Total
$0.00


CART




BEVERLY WETZEL

Beverly Wetzel
 * New Arrivals
 * Shop
   * Men Shoes
     * Sneakers
     * Boots
     * Moccasins
     * Golf
     * Sandals
     * Hiking & Trail
     * Dress Shoes
     * Casual Shoes
   * Women Shoes
     * Sandals
     * Sneakers
     * Flats & Ballerinas
     * Dress Shoes
     * Boots
     * Hiking & Trail
     * Golf
     * Casual Shoes
   * Kids Girls
     * Sandals
   * Kids Boys
     * Sandals
   * Women Bags
     * Backpacks
     * Pot Bags
     * Totes & Handbags
     * Crossbody & Shoulder Bags
   * Men Bags
     * Backpacks
     * Totes & Handbags
     * Crossbody & Shoulder Bags
     * Pot Bags
 * Men Accessories
   * Leather & Shoe Care
   * Belts
   * Gloves
   * Shoe Accessories
   * Bags & Accessories
   * Small Leather Goods
   * Socks
   * Wallets
 * Women Accessories
   * Shoe Accessories
   * Bags & Accessories
   * Belts
   * Gloves
   * Leather & Shoe Care
   * Socks
   * Small Leather Goods
   * Wallets
 * ECCO
 * Wishlist
 * My account




by Fmeaddons

Sale!
🔍

 1. 
 2. 
 3. 
 4. 


MEN GOLF BIOM C4 SHOE MAGNET | ECCO GOLF

$80.00 $56.00

Size Guides

Men Size

US EU FOOT LENGTH (CM) FOOT LENGTH (INCHES) 5/5.5 39 25 9.8 6/6.5 40 25.7 10.11
7/7.5 41 26.3 10.35 8/8.5 42 27 10.62 9/9.5 43 27.7 10.90 10/10.5 44 28.3 11.14
11/11.5 45 29 11.41 12/12.5 46 29.7 11.69 13/13.5 47 30.3 11.92 14/14.5 48 31
12.20 15/15.5 49 31.6 12.44 16/16.5 50 32.3 12.71

Breathable comfort and innovative performance are mixed with a contemporary,
sneaker-style aesthetic in the ECCO MEN'S GOLF BIOM® C4 SHOE. For 360…

Size * :- 5/5.5 6/6.5 7/7.5 8/8.5 9/9.5 10/10.5 11/11.5 12/12.5 13/13.5 14/14.5
15/15.5 16/16.5

Men GOLF BIOM C4 SHOE Magnet | ECCO Golf quantity
Add to cart
Add to wishlist
SKU: GR9XFTCC1VF95247 Categories: Golf, Men Shoes Tags: ECCO, Magnet
 * Description
 * Reviews (0)
 * Contact
 * Shipping


DESCRIPTION

Breathable comfort and innovative performance are mixed with a contemporary,
sneaker-style aesthetic in the ECCO MEN'S GOLF BIOM® C4 SHOE. For 360-degree
breathability and 100% waterproofing, the GORE-TEX SURROUND® construction is
combined with the EXHAUST GRID that enables air ventilation towards the sole of
your foot. Crafted from ECCO Performance Leather and a new, super-stretchy mesh
sock, the hybrid is set on the progressive ECCO MTN GRIP outsole, and powered by
BIOM® NATURAL MOTION® Technology.

   

 * ECCO Performance Leather from our own tanneries is combined with a new,
   super-stretchy mesh sock

   

 * ECCO FLUIDFORM™ Direct Comfort Technology for cushioning, rebound and
   flexibility

   

 * GORE-TEX SURROUND® for 100% waterproof protection and 360-degree
   breathability

   

 * BIOM® NATURAL MOTION® Technology brings you closer to the ground for
   stability and control

   

 * ECCO MTN GRIP has three different sections providing traction, stability and
   rotational support throughout the swing

   

 * Removable insole for long-term cushioning and breathability, with the option
   of taking it out for extra width

   


REVIEWS

There are no reviews yet.

Be the first to review “Men GOLF BIOM C4 SHOE Magnet | ECCO Golf” Cancel reply

You must be logged in to post a review.



Your Name (required)


Your Email (required)


Subject


Your Message







 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  




RELATED PRODUCTS

 * Sale!
   
   
   MEN STREET 720 GTX SNEAKER BLACK/WHITE | ECCO CASUAL SHOES
   
   $90.00 $63.00 Select options
 * Sale!
   
   
   MEN/WOMEN COZMO SLIDE LAPIS BLUE | ECCO CASUAL SHOES
   
   $63.00 $44.10 Select options
 * Sale!
   
   
   MEN SOFT 7 SNEAKERS – VARIOUS COLORS DARK CLAY/LION | ECCO CASUAL SHOES
   
   $90.00 $63.00 Select options
 * Sale!
   
   
   MEN STREET 720 GTX SNEAKER ACORN/WHITE | ECCO SNEAKERS
   
   $90.00 $63.00 Select options




BEVERLY WETZEL

 * 100% Secure Shopping
 * Free Shipping Over $ 60
 * Secure Shopping SSL Encryption
 * 20-30 Days Return Guarantee
 * Payment Methods:  


PRODUCTS

 * Women COZMO PLATFORM TWO-STRAP SANDAL Nude | ECCO Sandals $80.00 $56.00
 * Men/Women WALLET Taupe | ECCO Bags & Accessories $80.00 $56.00


CUSTOMER SERVICE

 * Contact
 * Privacy
 * Shipping
 * Order Tracking
 * My account


NEWSLETTER

Email

Copyright © 2024 beverlywetzel.shop - All Rights Reserved.





CHAT ME

Email Phone



Continue