razorsdirect.com Open in urlscan Pro
192.200.160.14  Public Scan

URL: https://razorsdirect.com/bulldog-original-shave-gel-1-oz/?srsltid=AfmBOoplkv6dNnkrKsWBeiUwCnMwgoolKhtMH9yJ9F2tbh3f6e6mAvmD
Submission: On November 18 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

/search.php

<form action="/search.php" class="rd-header-search-form">
  <input type="text" class="rd-header-search-input" id="" name="search_query" placeholder="Search">
  <button type="submit" id="rd-header-search-button" class="button button--default rd-header-search-button">GO</button>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
    </div>
  </fieldset>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>Required</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>Required</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="6154">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://razorsdirect.com/cart.php

<form class="form" id="product-view-form" method="post" action="https://razorsdirect.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="6154">
  <div data-product-option-change="" style="">
    <div class="form-field" data-product-attribute="set-rectangle">
      <label class="main-form-label form-label form-label--alternate form-label--inlineSmall"> Pack Size: <span data-option-value=""></span>
      </label>
      <div class="set-rectangle-set-holder">
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_465" name="attribute[752]" data-attribute-id="752" value="465" checked="" data-default="" data-state="true">
          <label class="form-option option-rectangle" for="attribute_rectangle_465" data-product-attribute-value="465" data-product-attribute-id="752">
            <span class="form-option-variant">1 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-465">$6.49</div>
        </div>
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_466" name="attribute[752]" data-attribute-id="752" value="466" data-state="false">
          <label class="form-option option-rectangle" for="attribute_rectangle_466" data-product-attribute-value="466" data-product-attribute-id="752">
            <span class="form-option-variant">2 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-466">$7.49</div>
        </div>
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_467" name="attribute[752]" data-attribute-id="752" value="467" data-state="false">
          <label class="form-option option-rectangle" for="attribute_rectangle_467" data-product-attribute-value="467" data-product-attribute-id="752">
            <span class="form-option-variant">3 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-467">$8.49</div>
        </div>
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_468" name="attribute[752]" data-attribute-id="752" value="468" data-state="false">
          <label class="form-option option-rectangle" for="attribute_rectangle_468" data-product-attribute-value="468" data-product-attribute-id="752">
            <span class="form-option-variant">4 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-468">$8.99</div>
        </div>
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_469" name="attribute[752]" data-attribute-id="752" value="469" data-state="false">
          <label class="form-option option-rectangle" for="attribute_rectangle_469" data-product-attribute-value="469" data-product-attribute-id="752">
            <span class="form-option-variant">6 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-469">$10.99</div>
        </div>
        <div class="set-rectangle-set">
          <input class="form-radio" type="radio" id="attribute_rectangle_470" name="attribute[752]" data-attribute-id="752" value="470" data-state="false">
          <label class="form-option option-rectangle" for="attribute_rectangle_470" data-product-attribute-value="470" data-product-attribute-id="752">
            <span class="form-option-variant">12 Pack</span>
          </label>
          <div class="set-rectangle-price-wrapper" id="set-rectangle-price-470">$16.99</div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-field form-field--stock u-hiddenVisually">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
    </label>
  </div>
  <div class="form-field form-field--increments">
    <div class="form-increment" data-quantity-change="">
      <ul>
        <li class="labeler">
          <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
        </li>
        <li class="decrementer">
          <button class="button button--icon" data-action="dec">
            <span class="is-srOnly">Decrease Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-down"></use>
                </svg>
            </i>
          </button>
        </li>
        <li class="increment-input">
          <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        </li>
        <li class="incrementer">
          <button class="button button--icon" data-action="inc">
            <span class="is-srOnly">Increase Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-up"></use>
                </svg>
            </i>
          </button>
        </li>
      </ul>
    </div>
    <div class="alertBox productAttributes-message" style="display:none">
      <div class="alertBox-column alertBox-icon">
        <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
            <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
          </svg></icon>
      </div>
      <p class="alertBox-column alertBox-message"></p>
    </div>
    <div class="form-action">
      <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart">
    </div>
    <!-- snippet location product_addtocart -->
  </div>
</form>

POST /subscribe.php

<form class="form" action="/subscribe.php" method="post">
  <fieldset class="form-fieldset">
    <input type="hidden" name="action" value="subscribe">
    <input type="hidden" name="nl_first_name" value="bc">
    <input type="hidden" name="check" value="1">
    <div class="form-field">
      <div class="subscription-form-fields">
        <input class="form-input subscription-form-input" id="nl_email" name="nl_email" type="email" value="" placeholder="Email Address">
        <button type="submit" class="button button--primary subscription-form-button"><span>Send</span></button>
      </div>
    </div>
  </fieldset>
</form>

Text Content

Skip to Content
↵
ENTER
Skip to Navigation
↵
ENTER
Open Accessibility Toolbar
↵
ENTER
Skip to Footer
↵
ENTER
Accessibility

Accessibility Preferences (Ctrl + Alt + A)
US English (USA)
Accessibility Statement
Oversize Widget
Reading Mask
High Contrast
Font Size
100%
Line Height
100%
Letter Spacing
100%
Content Scaling
100%
Readable Font
Align Right
Align Center
Align Left
Hide Images
Highlight Links
Text Magnifier
Highlight Titles
Reset
Report a Problem












GREAT FINDS ON RAZORS DIRECT

SHOP NOW
Toggle menu
CONTACT US | MY WISHLIST | ON SALE
GO
Login
Cart 0

Search



Search

 * Personal Care
 * Safety Razors
    * All Safety Razors
    * Most Popular
    * Gift Sets
    * Travel
    * Accessories
    * Butterfly
    * Comb
    * Slant Razor
    * Standard
    * Adjustable
    * Blades

 * Straight Razors
    * All Straight Razors
    * Most Popular
    * Gift Sets
    * Standard
    * Replaceable Blade Straight Razor
    * Blades

 * Disposables
    * All Disposables
    * Bulk
    * Men
    * Women
    * Bump Fighter
    * Single Blade
    * Double Blade
    * Triple Blade
    * Four Blade
    * Five Blade

 * Electric
    * All Electric
    * Norelco

 * Replacement Blades & Razors
    * All Replacement Blades & Razors
    * Value Packs
    * Gift Sets
    * BIC
    * Feather
    * Headblade
    * Straight Razor
    * Safety Razor/Double Edge
    * Bump Fighter
    * SkinGuard
    * Atra (2 Blade Pivoting)
    * Body Grooming
    * Trac II (2 Blade Non-Pivot)
    * Body
    * Fusion (5 Blade)
    * Proglide (5 Blade)
    * Hydro 3 (3 Blade)
    * Hydro 5 (5 Blade)
    * HydroSilk
    * Injector (Single Blade)
    * Intuition
    * Mach3 (3 Blade)
    * Matrix3 (3 Blade)
    * M5 Magnum (5 Blade)
    * Mystique (3 Blade)
    * Personal Touch
    * Quattro (4 Blade)
    * Rolling Razor
    * Sensor & Sensor Excel (2 Blade)
    * Sensor 3 (3 Blade)
    * Silk Effects (2 Blade)
    * Single Edge
    * Venus
    * Xtreme 3 (3 Blade)

 * Shave Creams & Soaps
    * All Shave Creams & Soaps
    * Value Packs
    * Most Popular
    * Shaving Mug
    * Shaving Cream
    * Shaving Soap
    * Shaving Foam
    * Shaving Gel
    * Pre-Shave
    * Tubes
    * Oil
    * Liquid
    * Balm
    * Jars
    * Lotion
    * Powder
    * Razor Bump Solution
    * BAR SOAP
    * Duke Cannon
    * Proraso
    * ZIRH

 * Aftershave & Colognes
    * All Aftershave & Colognes
    * Aftershave
    * Cologne
    * Most Popular
    * Lotion
    * Balm
    * Liquid
    * Razor Bump Solution
    * Col Conk
    * Duke Cannon
    * Fine
    * Proraso

 * Accessories
    * All Accessories
    * Razor Stone
    * Strop
    * Styptic
    * Razor Stand
    * Brush Stand
    * Alum
    * Blade Disposable Case
    * Razor Bump Solution
    * Razor Case
    * Dopp Bag
    * Shaving Mug

 * Shave Brush
    * All Shave Brush
    * Most Popular
    * Brush Stand
    * Synthetic
    * Silver Tip
    * Badger
    * Boar
    * Small
    * Standard
    * Large
    * Extra Large
    * Travel

 * Body Grooming
    * All Body Grooming
    * Body Grooming
    * Deodorant
    * Nail Care
    * Hair Color
    * Oral Care
    * Styling Razor
    * Tweezer
    * Wax Strips
    * Skin Care Men
    * Skin Care Women
    * Other

 * Beard
    * All Beard
    * Oil
    * Balm
    * Conditioner
    * Comb
    * Wax
    * Duke Cannon

 * Gift Sets
    * All Gift Sets
    * Most Popular
    * Men
    * Women
    * Straight Razor
    * Double Edge Safety Razor
    * Mach3
    * Fusion
    * Intuition
    * Venus
    * Trac II
    * Atra

 * On Sale

 * Login or Register

 * Startseite
 * Shave Creams & Soaps
 * Bulldog Original Shave Gel, 1 oz


BULLDOG ORIGINAL SHAVE GEL, 1 OZ

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

MSRP:
Was:
Now: $6.49

(You save )
UPC: 841058001737

(No reviews yet) Write a Review


WRITE A REVIEW

×

BULLDOG ORIGINAL SHAVE GEL, 1 OZ

Rating Required Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5
stars (best)
Name
Email Required
Review Subject Required
Comments Required


 * 

Pack Size:
1 Pack
$6.49
2 Pack
$7.49
3 Pack
$8.49
4 Pack
$8.99
6 Pack
$10.99
12 Pack
$16.99
Current Stock:
 * Quantity:
 * Decrease Quantity:
 * 
 * Increase Quantity:




Share:
 * 
 * 
 * 
 * 
 * 

 * Product Details

Type a description for this product here...


×


 * Related Products

 * MSRP:
   Was:
   Now: $5.99
   
   BULLDOG ORIGINAL FACE WASH, 1 OZ

 * MSRP:
   Was:
   Now: $12.99
   
   SHAVING GEL, HIMALAYAN BLUE POPPY BY SHAVE CLASSIC, 100 GRAM (3.5 OZ) PSG-02

 * Taconic
   
   MSRP:
   Was:
   Now: $16.99
   
   TACONIC SHAVE, AFTER SHAVE BALM, UNSCENTED, 4 OZ

 * Taconic
   
   MSRP:
   Was:
   Now: $15.99
   
   TACONIC SHAVE- TEQUILA LIME SHAVE CREAM, 4 OZ

 * Omega
   
   MSRP:
   Was:
   Now: $10.49
   
   OMEGA EUCALYPTUS SHAVING CREAM TUBE 3.5 OZ

 * MSRP:
   Was:
   Now: $43.99
   
   TONINO LAMBORGHINI INVINCIBLE TIN 3 PIECE SET FOR HIM WITH 4.2 OZ EAU DE
   TOILETTE SPRAY, 5 OZ SHOWER GEL AND 5 OZ AFTER SHAVE BALM

 * MSRP:
   Was:
   Now: $12.99
   
   PRE-SHAVE SCRUB, PAPAYA AND HONEY BY SHAVE CLASSIC, 100 GRAM (3.5 OZ) PPSS-03

 * MSRP:
   Was:
   Now: $12.99
   
   POST SHAVE BALM, NATURAL TREE OIL BY SHAVE CLASSIC, 100 GRAM (3.5 OZ) PPSB-04

 * MSRP:
   Was:
   Now: $18.99
   
   TACONIC SHAVE CREAM, URBAN WOODS, 4 OZ UWSC

×


Subscribe to our newsletter
Get the latest updates on new products and upcoming sales.
Send
 * PO BOX 375
 * Deal, NJ 07723
   

 * Call us at 888-445-0224

 * 

 * About Us
 * Contact Us
 * Our Policies
 * Return Policy
 * Legal
 * Bulk Discounts

 * Website Security
 * FAQ
 * Our Guarantee
 * Testimonials

 * My Wishlist
   
 * Blog
 * In The News

 * Affiliate Marketing
 * Rewards
 * One for One Pledge
 * Refer A Friend Program
 * Monthly Giveaway

© 2024 Razors Direct
Payments Accepted:
Web Design, Marketing and Support by JLB