www.toddstambaugh.com Open in urlscan Pro
2606:4700:3035::ac43:c7a9  Public Scan

Submitted URL: http://www.toddstambaugh.com/new/archive-print-shirts-men-ben-sherman-scattered-spot-print-long-sleeve-shirt-ivory/
Effective URL: https://www.toddstambaugh.com/new/archive-print-shirts-men-ben-sherman-scattered-spot-print-long-sleeve-shirt-ivory/
Submission: On April 29 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.toddstambaugh.com/

<form role="search" method="get" class="search-form" action="https://www.toddstambaugh.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
  <input type="hidden" name="post_type" value="product">
</form>

GET https://www.toddstambaugh.com/

<form role="search" method="get" class="search-form" action="https://www.toddstambaugh.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <input type="submit" class="search-submit" value="Search">
  <input type="hidden" name="post_type" value="product">
</form>

POST https://www.toddstambaugh.com/new/archive-print-shirts-men-ben-sherman-scattered-spot-print-long-sleeve-shirt-ivory/

<form class="cart" action="https://www.toddstambaugh.com/new/archive-print-shirts-men-ben-sherman-scattered-spot-print-long-sleeve-shirt-ivory/" 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="XS"> XS </option>
        <option data-price="" value="S"> S </option>
        <option data-price="" value="M"> M </option>
        <option data-price="" value="L"> L </option>
        <option data-price="" value="XL"> XL </option>
        <option data-price="" value="XXL"> XXL </option>
        <option data-price="" value="3XL"> 3XL </option>
      </select>
    </div>
    <!-- Product Options End-->
  </div>
  <div class="price_total">
    <div id="product_options_total" product-type="simple" product-price="46.31"></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.toddstambaugh.com/wp-content/plugins/fma-product-custom-options/";
  </script>
  <div class="quantity">
    <label class="screen-reader-text" for="quantity_6630192c4ff0a">Archive Print Shirts | Men Ben Sherman Scattered Spot Print Long-Sleeve Shirt - Ivory quantity</label>
    <input type="number" id="quantity_6630192c4ff0a" 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="20119" class="single_add_to_cart_button button alt">Add to cart</button>
</form>

POST https://www.toddstambaugh.com/?na=s

<form method="post" action="https://www.toddstambaugh.com/?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

CHAT ME

Email Phone



Continue




Archive Print Shirts | Men Ben Sherman Scattered Spot Print Long-Sleeve Shirt -
Ivory - Todd Stambaugh
Skip to Content
Search for:

Todd Stambaugh

Todd Stambaugh

0
 * Clothing
   * Sweaters & Knits
   * T-Shirts & Graphic Tees
   * Shorts
   * Jackets & Outerwear
   * Joggers & Track Pants
   * Harrington Jackets
   * Sweatshirts & Hoodies
   * Pants & Chinos
 * Shirts
   * Heritage Check Shirts
   * Long Sleeve Shirts
   * Archive Print Shirts
   * Oxford Shirts
   * Short Sleeve Shirts
 * Polos
   * Mod Knit Polos
   * Rugby Polos
   * Signature Polos
 * Accessories
   * Scarves & Cold Weather
   * Watches
   * Underwear
   * Bags & Luggage
   * Belts
   * Wallets & Card Holders
   * Slippers
   * Sunglasses
 * Ben Sherman
 * Wishlist
 * My account

Search for:

0
Home Product Men ShirtsArchive Print Shirts Archive Print Shirts | Men Ben
Sherman Scattered Spot Print Long-Sleeve Shirt – Ivory

by Fmeaddons

Sale!
🔍

 1. 
 2. 
 3. 
 4. 
 5. 


ARCHIVE PRINT SHIRTS | MEN BEN SHERMAN SCATTERED SPOT PRINT LONG-SLEEVE SHIRT –
IVORY

$84.20 $46.31

Size Guides

Men Size


SIZE GUIDE


SPORTSWEAR


CASUAL APPAREL INCLUDING CASUAL BUTTON-DOWNS, CHINOS, SWEATER AND T-SHIRTS.

S M L XL XXL Shoulder Width 17" 17.5" 18.125" 18.75" 19.5" Arm Length 33-34"
34-35" 35-36" 36-36.5" 36.5-37" Chest 36.5" 38.5" 40.5" 42.5" 44.5" Waist 30"
32" 34" 36" 38" Hip 36.5" 38.5" 40.5" 42.5" 44.5"


DRESS SHIRTS


SLIM FIT

SIZE Neck 14.5 15 15.5 16 16.5 17 17.5 18 18.5 Sleeve Lengths 32/33
34/35
36/37



32/33
34/35
36/37



32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 CHEST 39.25" 41.25" 43.25" 45.25" 47.25" 49.25" 51.25" 53.25" 55.25" WAIST
37" 39" 41" 43" 45" 47" 49" 51" 53"


SKINNY FIT

SIZE Neck 14.5 15 15.5 16 16.5 17 17.5 18 18.5 Sleeve Lengths 32/33
34/35
36/37



32/33
34/35
36/37



32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 32/33
34/35
36/37 CHEST 37" 39" 41" 43" 45" 47" 49" 51" 53" WAIST 34.5" 36.5" 38.5" 40.5"
42.5" 44.5" 46.5" 48.5" 50.5"

This long sleeve scattered spot print shirt features a curved hem and concealed
button down collar. Made from 100% cotton, this slim fit shirt is comp…

Size * :- XS S M L XL XXL 3XL

Archive Print Shirts | Men Ben Sherman Scattered Spot Print Long-Sleeve Shirt -
Ivory quantity
Add to cart
Add to wishlist
SKU: KOSU-NDINUR73793 Categories: Archive Print Shirts, Men Shirts Tag: Ben
Sherman
 * Description
 * Reviews (0)
 * Contact
 * Shipping


DESCRIPTION

This long sleeve scattered spot print shirt features a curved hem and concealed
button down collar. Made from 100% cotton, this slim fit shirt is completed with
a Ben Sherman branded woven tab on the side seam.


REVIEWS

There are no reviews yet.

Be the first to review “Archive Print Shirts | Men Ben Sherman Scattered Spot
Print Long-Sleeve Shirt – Ivory” 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!
   
   
   SHORTS | MEN BEN SHERMAN PAISLEY PRINT SWIM TRUNKS – NAVY
   
   $78.20 $74.29 Select options
 * Sale!
   
   
   T-SHIRTS & GRAPHIC TEES | MEN BEN SHERMAN ROLLING STONE KNITTED STRIPE TEE
   
   $72.50 $68.88 Select options
 * Sale!
   
   
   SWEATERS & KNITS | MEN BEN SHERMAN MERINO KNIT HALF-ZIP SWEATER – DARK NAVY
   
   $75.50 $71.73 Select options
 * Sale!
   
   
   SWEATERS & KNITS | MEN BEN SHERMAN ARAN KNIT CREWNECK SWEATER – GINGER
   
   $70.50 $66.98 Select options


TODD STAMBAUGH

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


PRODUCTS

 * Wallets & Card Holders | Men Ben Sherman Burns Bill Fold Leather Wallet
   $39.00 $33.15
 * Archive Print Shirts | Men Ben Sherman Art Nouveau Floral Print - Fog $89.20
   $84.74


CUSTOMER SERVICE

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


NEWSLETTER

Email

Copyright © 2024 toddstambaugh.com - All Rights Reserved.